2022-09-27T15:24:25.4777603Z Requested labels: linux.2xlarge 2022-09-27T15:24:25.4777673Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:25.4777696Z Waiting for a runner to pick up this job... 2022-09-27T15:24:29.1086376Z Job is about to start running on the runner: i-0d17036cdee362c0c (organization) 2022-09-27T15:24:32.7369338Z Current runner version: '2.296.2' 2022-09-27T15:24:32.7374653Z Runner name: 'i-0d17036cdee362c0c' 2022-09-27T15:24:32.7375203Z Runner group name: 'Default' 2022-09-27T15:24:32.7375742Z Machine name: 'ip-10-0-1-12' 2022-09-27T15:24:32.7377681Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:32.7378393Z Actions: read 2022-09-27T15:24:32.7378664Z Checks: read 2022-09-27T15:24:32.7378981Z Contents: read 2022-09-27T15:24:32.7379296Z Deployments: read 2022-09-27T15:24:32.7379582Z Discussions: read 2022-09-27T15:24:32.7379921Z Issues: read 2022-09-27T15:24:32.7380233Z Metadata: read 2022-09-27T15:24:32.7380501Z Packages: read 2022-09-27T15:24:32.7380838Z Pages: read 2022-09-27T15:24:32.7381188Z PullRequests: read 2022-09-27T15:24:32.7381516Z RepositoryProjects: read 2022-09-27T15:24:32.7381869Z SecurityEvents: read 2022-09-27T15:24:32.7382189Z Statuses: read 2022-09-27T15:24:32.7382456Z ##[endgroup] 2022-09-27T15:24:32.7385432Z Secret source: None 2022-09-27T15:24:32.7386044Z Prepare workflow directory 2022-09-27T15:24:32.9741574Z Prepare all required actions 2022-09-27T15:24:32.9909301Z Getting action download info 2022-09-27T15:24:33.1950439Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:35.7419227Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:35.8866459Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:36.1959473Z Getting action download info 2022-09-27T15:24:36.3981496Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:36.5975420Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:36.5977049Z ##[group] Inputs 2022-09-27T15:24:36.5977323Z build-environment: linux-bionic-py3.7-clang9 2022-09-27T15:24:36.5978019Z 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:36.5978790Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:36.5979133Z sync-tag: 2022-09-27T15:24:36.5979309Z ##[endgroup] 2022-09-27T15:24:36.5979758Z Complete job name: linux-bionic-py3.7-clang9 / test (crossref, 2, 2, linux.2xlarge) 2022-09-27T15:24:36.6621926Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:36.6622216Z with: 2022-09-27T15:24:36.6622409Z submodules: recursive 2022-09-27T15:24:36.6622588Z fetch-depth: 0 2022-09-27T15:24:36.6622755Z env: 2022-09-27T15:24:36.6622927Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:36.6623101Z ##[endgroup] 2022-09-27T15:24:36.6831006Z ##[group]Run retry () { 2022-09-27T15:24:36.6831256Z retry () { 2022-09-27T15:24:36.6831484Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:36.6831699Z } 2022-09-27T15:24:36.6831873Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:36.6832090Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:36.6832313Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:36.6832514Z else 2022-09-27T15:24:36.6832701Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:36.6832892Z fi 2022-09-27T15:24:36.6833105Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:36.6847946Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:36.6848313Z env: 2022-09-27T15:24:36.6848491Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:36.6848798Z NO_SUDO: 2022-09-27T15:24:36.6848969Z ##[endgroup] 2022-09-27T15:24:36.7010185Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:38.4377712Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:38.4377944Z with: 2022-09-27T15:24:38.4378139Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:38.4378343Z fetch-depth: 0 2022-09-27T15:24:38.4378513Z submodules: recursive 2022-09-27T15:24:38.4378704Z quiet-checkout: true 2022-09-27T15:24:38.4378904Z repository: pytorch/pytorch 2022-09-27T15:24:38.4379244Z token: *** 2022-09-27T15:24:38.4379412Z ssh-strict: true 2022-09-27T15:24:38.4379606Z persist-credentials: true 2022-09-27T15:24:38.4379801Z clean: true 2022-09-27T15:24:38.4379957Z lfs: false 2022-09-27T15:24:38.4380141Z set-safe-directory: true 2022-09-27T15:24:38.4380321Z env: 2022-09-27T15:24:38.4380479Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:38.4380674Z ##[endgroup] 2022-09-27T15:24:38.5476014Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:38.5477428Z ##[group]Getting Git version info 2022-09-27T15:24:38.5477820Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:38.5478263Z [command]/usr/bin/git version 2022-09-27T15:24:38.5478472Z git version 2.37.1 2022-09-27T15:24:38.5491327Z ##[endgroup] 2022-09-27T15:24:38.5504673Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5d18a0e9-f273-4435-b256-60cecfb8c0b2' before making global git config changes 2022-09-27T15:24:38.5505074Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:38.5509996Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:38.5545473Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:38.5548783Z ##[group]Initializing the repository 2022-09-27T15:24:38.5552958Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:38.5580447Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:38.5580833Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:38.5581232Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:38.5581510Z hint: 2022-09-27T15:24:38.5581781Z hint: git config --global init.defaultBranch 2022-09-27T15:24:38.5581993Z hint: 2022-09-27T15:24:38.5582265Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:38.5582638Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:38.5582905Z hint: 2022-09-27T15:24:38.5583336Z hint: git branch -m 2022-09-27T15:24:38.5583707Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:38.5590869Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:38.5619702Z ##[endgroup] 2022-09-27T15:24:38.5620072Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:38.5624633Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:38.5650651Z ##[endgroup] 2022-09-27T15:24:38.5650986Z ##[group]Setting up auth 2022-09-27T15:24:38.5658148Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:38.5686381Z [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:38.5918739Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:38.5946805Z [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:38.6180303Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:38.6217090Z ##[endgroup] 2022-09-27T15:24:38.6217474Z ##[group]Fetching the repository 2022-09-27T15:24:38.6223241Z [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:21.6577943Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:21.6614108Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:22.6985057Z ##[endgroup] 2022-09-27T15:25:22.6985632Z ##[group]Determining the checkout info 2022-09-27T15:25:22.6986467Z ##[endgroup] 2022-09-27T15:25:22.6986861Z ##[group]Checking out the ref 2022-09-27T15:25:22.6991750Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:23.9085552Z ##[endgroup] 2022-09-27T15:25:23.9086358Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:23.9091987Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:23.9135274Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:23.9163695Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:23.9190927Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:23.9214728Z ##[endgroup] 2022-09-27T15:25:23.9215100Z ##[group]Fetching submodules 2022-09-27T15:25:23.9218525Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:23.9468571Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:23.9709093Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:23.9751633Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:23.9752505Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:23.9753138Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:23.9753993Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:23.9755215Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:23.9756207Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:23.9757135Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:23.9757703Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:23.9758571Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:23.9759325Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:23.9759836Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:23.9760297Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:23.9760774Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:23.9761373Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:23.9761852Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:23.9762506Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:23.9763216Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:23.9766071Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:23.9770172Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:23.9773614Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:23.9777651Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:23.9781449Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:23.9785458Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:23.9789550Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:23.9793841Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:23.9798208Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:23.9802535Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:23.9807144Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:23.9811965Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:23.9816767Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:23.9821540Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:23.9826505Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:23.9831616Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:23.9836497Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:23.9841670Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:23.9846960Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:23.9852494Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:23.9858042Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:23.9863817Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:23.9869478Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:23.9894963Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:24.2598005Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:24.5531261Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:24.7609973Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:25.0187425Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:25.2714110Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:27.6256128Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:33.1525314Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:33.5437950Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:34.0308743Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:35.8673373Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:36.9469209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:38.1868471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:44.7646497Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:45.4493737Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:46.7769930Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:47.8814586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:48.0672714Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:48.5235183Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:48.8254067Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:49.7678961Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:50.1860718Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:50.3818033Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:50.6299518Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:52.1147568Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:25:52.5727553Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:25:52.9343633Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:25:58.8149892Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:26:00.2630082Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:00.6583444Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:00.8922620Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:11.8718163Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:12.0830510Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:12.3352706Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:13.2913312Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:13.5627093Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:13.9219873Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:14.2630028Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:14.9883807Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:20.1161209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:20.5940473Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:22.7745388Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:22.7838764Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:22.7910981Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:22.8110662Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:22.8306723Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:22.8655207Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:23.4114017Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:23.4303630Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:23.5198595Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:23.5502664Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:23.8106225Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:24.1776855Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:24.4002684Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:24.4425659Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:24.4438148Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:24.4440101Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:24.4442314Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:24.4444788Z 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:24.4465983Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:25.2944088Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:25.7840819Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:26.7536678Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:27.0524513Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:27.1434412Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:27.1958083Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:27.2046615Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:27.2814729Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:27.3122972Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:27.3203151Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:27.3563130Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:27.3773209Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:27.4180842Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:27.4277837Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:27.4308784Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:27.4326957Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:33.9417335Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:33.9432339Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:33.9454160Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:40.5125011Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:40.5217749Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:40.5342489Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:40.6205494Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:40.6218806Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:40.6220726Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:40.6242785Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:41.7416069Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:42.7413388Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:42.7899205Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:42.8073402Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:42.8196812Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:42.9161574Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:43.1382575Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:43.1407787Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:43.1409919Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:43.1432198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:43.5222636Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:44.3249794Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:44.3524556Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:44.3658589Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:44.3671328Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:44.3692731Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:45.9603000Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:45.9620246Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:45.9622131Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:45.9645264Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:46.3428690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:48.1512300Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:48.2086162Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:48.2099711Z 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:48.2119915Z 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:48.4271658Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:48.4351400Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:48.6642159Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:48.6659319Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:48.6661104Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:48.6684065Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:49.0598621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:50.0406489Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:50.1015819Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:50.1089245Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:50.1182604Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:50.1477836Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:50.1555032Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:50.1805203Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:50.1886788Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:50.2274572Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:50.3235564Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:50.3462311Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:50.3475266Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:50.3477286Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:50.3479325Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:50.3481484Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:50.3502269Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:51.3380193Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:51.6945919Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:52.8001903Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:53.6298552Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:53.6427354Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:53.7010407Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:53.7250366Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:53.7262117Z 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:53.7282350Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:53.9998593Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:54.1204594Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:54.1231244Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:54.1484094Z Entering 'android/libs/fbjni' 2022-09-27T15:26:54.1516869Z Entering 'third_party/FP16' 2022-09-27T15:26:54.1549845Z Entering 'third_party/FXdiv' 2022-09-27T15:26:54.1583451Z Entering 'third_party/NNPACK' 2022-09-27T15:26:54.1616445Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:54.1649197Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:54.1682510Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:54.1725288Z Entering 'third_party/benchmark' 2022-09-27T15:26:54.1759163Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:54.1792363Z Entering 'third_party/cub' 2022-09-27T15:26:54.1825328Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:54.1863282Z Entering 'third_party/cutlass' 2022-09-27T15:26:54.1902402Z Entering 'third_party/eigen' 2022-09-27T15:26:54.1937271Z Entering 'third_party/fbgemm' 2022-09-27T15:26:54.1971324Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:54.2003292Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:54.2036074Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:54.2068570Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:54.2102576Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:54.2137053Z Entering 'third_party/fmt' 2022-09-27T15:26:54.2169966Z Entering 'third_party/foxi' 2022-09-27T15:26:54.2202445Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:54.2237193Z Entering 'third_party/gloo' 2022-09-27T15:26:54.2270210Z Entering 'third_party/googletest' 2022-09-27T15:26:54.2302872Z Entering 'third_party/ideep' 2022-09-27T15:26:54.2336199Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:54.2370175Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:54.2408468Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:54.2441143Z Entering 'third_party/ittapi' 2022-09-27T15:26:54.2473389Z Entering 'third_party/kineto' 2022-09-27T15:26:54.2507420Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:54.2540357Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:54.2575504Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:54.2610813Z Entering 'third_party/neon2sse' 2022-09-27T15:26:54.2642633Z Entering 'third_party/nlohmann' 2022-09-27T15:26:54.2676309Z Entering 'third_party/onnx' 2022-09-27T15:26:54.2720791Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.2753584Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.2788888Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:54.2821891Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:54.2858899Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.2892308Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.2924464Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.2961730Z Entering 'third_party/pocketfft' 2022-09-27T15:26:54.2994584Z Entering 'third_party/protobuf' 2022-09-27T15:26:54.3031059Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:54.3063009Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:54.3098400Z Entering 'third_party/psimd' 2022-09-27T15:26:54.3131003Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:54.3163510Z Entering 'third_party/pybind11' 2022-09-27T15:26:54.3196788Z Entering 'third_party/python-enum' 2022-09-27T15:26:54.3231085Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:54.3263577Z Entering 'third_party/python-six' 2022-09-27T15:26:54.3296614Z Entering 'third_party/sleef' 2022-09-27T15:26:54.3329541Z Entering 'third_party/tbb' 2022-09-27T15:26:54.3364299Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:54.3396972Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:54.3428967Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:54.3460889Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:54.3494185Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:54.3525752Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.3560360Z Entering 'third_party/zstd' 2022-09-27T15:26:54.3601032Z ##[endgroup] 2022-09-27T15:26:54.3602239Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:54.3608294Z [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:54.3851026Z Entering 'android/libs/fbjni' 2022-09-27T15:26:54.3882969Z Entering 'third_party/FP16' 2022-09-27T15:26:54.3915168Z Entering 'third_party/FXdiv' 2022-09-27T15:26:54.3947996Z Entering 'third_party/NNPACK' 2022-09-27T15:26:54.3980338Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:54.4012280Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:54.4044809Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:54.4086450Z Entering 'third_party/benchmark' 2022-09-27T15:26:54.4118706Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:54.4152471Z Entering 'third_party/cub' 2022-09-27T15:26:54.4184835Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:54.4221725Z Entering 'third_party/cutlass' 2022-09-27T15:26:54.4260358Z Entering 'third_party/eigen' 2022-09-27T15:26:54.4295001Z Entering 'third_party/fbgemm' 2022-09-27T15:26:54.4327089Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:54.4359083Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:54.4391266Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:54.4424333Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:54.4457415Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:54.4491251Z Entering 'third_party/fmt' 2022-09-27T15:26:54.4524231Z Entering 'third_party/foxi' 2022-09-27T15:26:54.4556370Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:54.4591398Z Entering 'third_party/gloo' 2022-09-27T15:26:54.4623634Z Entering 'third_party/googletest' 2022-09-27T15:26:54.4656883Z Entering 'third_party/ideep' 2022-09-27T15:26:54.4689217Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:54.4722568Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:54.4760300Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:54.4792314Z Entering 'third_party/ittapi' 2022-09-27T15:26:54.4824735Z Entering 'third_party/kineto' 2022-09-27T15:26:54.4858413Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:54.4890179Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:54.4923472Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:54.4956492Z Entering 'third_party/neon2sse' 2022-09-27T15:26:54.4988530Z Entering 'third_party/nlohmann' 2022-09-27T15:26:54.5022078Z Entering 'third_party/onnx' 2022-09-27T15:26:54.5066561Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.5099689Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.5133984Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:54.5166481Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:54.5204300Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.5235929Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.5267059Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.5304266Z Entering 'third_party/pocketfft' 2022-09-27T15:26:54.5336153Z Entering 'third_party/protobuf' 2022-09-27T15:26:54.5371661Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:54.5402530Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:54.5436517Z Entering 'third_party/psimd' 2022-09-27T15:26:54.5468331Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:54.5501219Z Entering 'third_party/pybind11' 2022-09-27T15:26:54.5533332Z Entering 'third_party/python-enum' 2022-09-27T15:26:54.5564852Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:54.5597421Z Entering 'third_party/python-six' 2022-09-27T15:26:54.5629941Z Entering 'third_party/sleef' 2022-09-27T15:26:54.5662053Z Entering 'third_party/tbb' 2022-09-27T15:26:54.5695999Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:54.5728233Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:54.5759865Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:54.5792192Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:54.5824350Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:54.5856144Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.5890312Z Entering 'third_party/zstd' 2022-09-27T15:26:54.5935111Z [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:54.6180835Z Entering 'android/libs/fbjni' 2022-09-27T15:26:54.6210666Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:54.6224485Z Entering 'third_party/FP16' 2022-09-27T15:26:54.6255049Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:54.6268735Z Entering 'third_party/FXdiv' 2022-09-27T15:26:54.6299763Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:54.6313662Z Entering 'third_party/NNPACK' 2022-09-27T15:26:54.6344382Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:54.6357738Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:54.6388486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:54.6402317Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:54.6432865Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:54.6446550Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:54.6478098Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:54.6500731Z Entering 'third_party/benchmark' 2022-09-27T15:26:54.6531157Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:54.6544718Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:54.6575218Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:54.6589190Z Entering 'third_party/cub' 2022-09-27T15:26:54.6618786Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:54.6632704Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:54.6663595Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:54.6681768Z Entering 'third_party/cutlass' 2022-09-27T15:26:54.6711139Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:54.6730496Z Entering 'third_party/eigen' 2022-09-27T15:26:54.6760530Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:54.6776084Z Entering 'third_party/fbgemm' 2022-09-27T15:26:54.6806119Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:54.6820412Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:54.6850276Z 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:54.6863730Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:54.6893484Z 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:54.6906918Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:54.6937126Z 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:54.6950791Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:54.6980223Z 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:54.6994863Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:54.7026030Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:54.7041256Z Entering 'third_party/fmt' 2022-09-27T15:26:54.7071592Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:54.7085113Z Entering 'third_party/foxi' 2022-09-27T15:26:54.7115393Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:54.7129361Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:54.7159374Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:54.7173181Z Entering 'third_party/gloo' 2022-09-27T15:26:54.7203929Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:54.7218057Z Entering 'third_party/googletest' 2022-09-27T15:26:54.7247709Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:54.7261670Z Entering 'third_party/ideep' 2022-09-27T15:26:54.7292250Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:54.7305291Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:54.7334859Z 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:54.7351858Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:54.7381827Z 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:54.7400524Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:54.7430527Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:54.7443426Z Entering 'third_party/ittapi' 2022-09-27T15:26:54.7473580Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:54.7486609Z Entering 'third_party/kineto' 2022-09-27T15:26:54.7517592Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:54.7531176Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:54.7561648Z 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:54.7575315Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:54.7605460Z 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:54.7621008Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:54.7651923Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:54.7665417Z Entering 'third_party/neon2sse' 2022-09-27T15:26:54.7694591Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:54.7708015Z Entering 'third_party/nlohmann' 2022-09-27T15:26:54.7737930Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:54.7751950Z Entering 'third_party/onnx' 2022-09-27T15:26:54.7784468Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:54.7807953Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.7838209Z 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:54.7852548Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.7881811Z 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:54.7897059Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:54.7926896Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:54.7940168Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:54.7969474Z 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:54.7987495Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.8017654Z 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:54.8030885Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.8061406Z 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:54.8074324Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.8104878Z 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:54.8122270Z Entering 'third_party/pocketfft' 2022-09-27T15:26:54.8152397Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:54.8165845Z Entering 'third_party/protobuf' 2022-09-27T15:26:54.8196168Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:54.8213361Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:54.8243227Z 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:54.8256561Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:54.8286234Z 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:54.8301151Z Entering 'third_party/psimd' 2022-09-27T15:26:54.8331034Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:54.8344782Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:54.8375736Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:54.8389401Z Entering 'third_party/pybind11' 2022-09-27T15:26:54.8419651Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:54.8433418Z Entering 'third_party/python-enum' 2022-09-27T15:26:54.8463452Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:54.8477157Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:54.8508575Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:54.8521928Z Entering 'third_party/python-six' 2022-09-27T15:26:54.8552667Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:54.8565645Z Entering 'third_party/sleef' 2022-09-27T15:26:54.8595122Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:54.8608230Z Entering 'third_party/tbb' 2022-09-27T15:26:54.8638747Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:54.8653842Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:54.8684673Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:54.8698337Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:54.8727678Z 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:54.8741627Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:54.8771816Z 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:54.8784917Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:54.8814380Z 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:54.8828249Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:54.8858697Z 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:54.8871598Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.8902266Z 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:54.8918096Z Entering 'third_party/zstd' 2022-09-27T15:26:54.8947629Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:54.9670114Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:54.9917345Z Entering 'android/libs/fbjni' 2022-09-27T15:26:54.9951467Z Entering 'third_party/FP16' 2022-09-27T15:26:54.9985922Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.0019535Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.0053864Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.0086922Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.0121375Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.0165949Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.0199139Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.0232808Z Entering 'third_party/cub' 2022-09-27T15:26:55.0266342Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.0304828Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.0344015Z Entering 'third_party/eigen' 2022-09-27T15:26:55.0378949Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.0412618Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.0444864Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.0478106Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.0511150Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.0544625Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.0579826Z Entering 'third_party/fmt' 2022-09-27T15:26:55.0614808Z Entering 'third_party/foxi' 2022-09-27T15:26:55.0647669Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.0680812Z Entering 'third_party/gloo' 2022-09-27T15:26:55.0714241Z Entering 'third_party/googletest' 2022-09-27T15:26:55.0747308Z Entering 'third_party/ideep' 2022-09-27T15:26:55.0779724Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.0813939Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.0851663Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.0884241Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.0918033Z Entering 'third_party/kineto' 2022-09-27T15:26:55.0950956Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.0984448Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.1020072Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.1054292Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.1086804Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.1120951Z Entering 'third_party/onnx' 2022-09-27T15:26:55.1164959Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.1199219Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.1234095Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.1267221Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.1304050Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.1337413Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.1370740Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.1407747Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.1440562Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.1477652Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.1510212Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.1544426Z Entering 'third_party/psimd' 2022-09-27T15:26:55.1578181Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.1610945Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.1644326Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.1677976Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.1711241Z Entering 'third_party/python-six' 2022-09-27T15:26:55.1745134Z Entering 'third_party/sleef' 2022-09-27T15:26:55.1779131Z Entering 'third_party/tbb' 2022-09-27T15:26:55.1813616Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.1846772Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.1880443Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.1913264Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.1946497Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.1979611Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.2014538Z Entering 'third_party/zstd' 2022-09-27T15:26:55.2058509Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:55.2302942Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.2336018Z Entering 'third_party/FP16' 2022-09-27T15:26:55.2369101Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.2402036Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.2435438Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.2469474Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.2504567Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.2548957Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.2582733Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.2617197Z Entering 'third_party/cub' 2022-09-27T15:26:55.2650965Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.2689266Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.2727908Z Entering 'third_party/eigen' 2022-09-27T15:26:55.2764054Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.2797188Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.2829750Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.2862747Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.2895322Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.2929051Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.2964176Z Entering 'third_party/fmt' 2022-09-27T15:26:55.2997738Z Entering 'third_party/foxi' 2022-09-27T15:26:55.3031177Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.3065927Z Entering 'third_party/gloo' 2022-09-27T15:26:55.3099380Z Entering 'third_party/googletest' 2022-09-27T15:26:55.3134850Z Entering 'third_party/ideep' 2022-09-27T15:26:55.3166981Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.3201075Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.3239934Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.3272870Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.3305904Z Entering 'third_party/kineto' 2022-09-27T15:26:55.3338691Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.3371501Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.3405355Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.3438578Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.3471588Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.3505467Z Entering 'third_party/onnx' 2022-09-27T15:26:55.3549781Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.3583381Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.3618000Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.3651164Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.3687800Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.3721208Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.3753691Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.3791076Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.3824243Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.3860150Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.3893412Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.3927850Z Entering 'third_party/psimd' 2022-09-27T15:26:55.3960434Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.3993806Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.4027417Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.4061037Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.4094203Z Entering 'third_party/python-six' 2022-09-27T15:26:55.4127448Z Entering 'third_party/sleef' 2022-09-27T15:26:55.4160974Z Entering 'third_party/tbb' 2022-09-27T15:26:55.4195906Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.4229110Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.4263036Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.4294900Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.4328013Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.4360013Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.4395544Z Entering 'third_party/zstd' 2022-09-27T15:26:55.4436206Z ##[endgroup] 2022-09-27T15:26:55.4475127Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:55.4500724Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:55.4622494Z Prepare all required actions 2022-09-27T15:26:55.4649176Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:55.4649422Z env: 2022-09-27T15:26:55.4649629Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.4649834Z ##[endgroup] 2022-09-27T15:26:55.4665850Z ##[group]Run set -euo pipefail 2022-09-27T15:26:55.4666112Z set -euo pipefail 2022-09-27T15:26:55.4666339Z function get_ec2_metadata() { 2022-09-27T15:26:55.4666614Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:55.4666999Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:55.4667512Z  category=$1 2022-09-27T15:26:55.4667785Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:55.4668039Z } 2022-09-27T15:26:55.4668260Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:55.4668582Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:55.4668874Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:55.4669245Z echo "system info $(uname -a)" 2022-09-27T15:26:55.4680822Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:55.4681056Z env: 2022-09-27T15:26:55.4681263Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.4681481Z ##[endgroup] 2022-09-27T15:26:55.4757394Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:55.4805275Z instance-id: i-0d17036cdee362c0c 2022-09-27T15:26:55.4852263Z instance-type: c5.2xlarge 2022-09-27T15:26:55.4858464Z system info Linux ip-10-0-1-12.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:55.4874165Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:55.4874462Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:55.4874736Z  echo "Docker daemon is running..."; 2022-09-27T15:26:55.4874973Z else 2022-09-27T15:26:55.4875236Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:55.4875486Z fi 2022-09-27T15:26:55.4886062Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:55.4886307Z env: 2022-09-27T15:26:55.4886498Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.4886718Z ##[endgroup] 2022-09-27T15:26:55.4924802Z Docker daemon is running... 2022-09-27T15:26:55.4940451Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:55.4940827Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:55.4941138Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:55.4941542Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:55.4941908Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:55.4952117Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:55.4952367Z env: 2022-09-27T15:26:55.4952559Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.4952784Z AWS_RETRY_MODE: standard 2022-09-27T15:26:55.4953011Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:55.4953225Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:55.4953446Z ##[endgroup] 2022-09-27T15:26:56.2010911Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:56.2011527Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:56.2012574Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:56.2012775Z 2022-09-27T15:26:56.2012858Z Login Succeeded 2022-09-27T15:26:56.2041540Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:56.2041871Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:56.2042242Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:56.2053731Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:56.2053990Z env: 2022-09-27T15:26:56.2054196Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.2054403Z ##[endgroup] 2022-09-27T15:26:56.2115437Z Prepare all required actions 2022-09-27T15:26:56.2115815Z Getting action download info 2022-09-27T15:26:56.3771014Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:56.4977713Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:56.4977912Z with: 2022-09-27T15:26:56.4978219Z github-secret: *** 2022-09-27T15:26:56.4978376Z env: 2022-09-27T15:26:56.4978547Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.4978734Z ##[endgroup] 2022-09-27T15:26:56.4999321Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:56.4999532Z with: 2022-09-27T15:26:56.4999812Z GITHUB_TOKEN: *** 2022-09-27T15:26:56.4999993Z activate-with-label: false 2022-09-27T15:26:56.5000192Z label: with-ssh 2022-09-27T15:26:56.5000380Z remove-existing-keys: true 2022-09-27T15:26:56.5000635Z env: 2022-09-27T15:26:56.5000976Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.5001161Z ##[endgroup] 2022-09-27T15:26:56.9176057Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:56.9909577Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:56.9922394Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:56.9943464Z Login using: ssh ec2-user@ec2-34-205-55-233.compute-1.amazonaws.com 2022-09-27T15:26:56.9992579Z Prepare all required actions 2022-09-27T15:26:57.0010618Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:57.0010829Z with: 2022-09-27T15:26:57.0011172Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:57.0011487Z env: 2022-09-27T15:26:57.0011659Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.0011842Z ##[endgroup] 2022-09-27T15:26:57.0024927Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:57.0025197Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:57.0025461Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:57.0025725Z # only pull docker image if it's not available locally 2022-09-27T15:26:57.0026015Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:57.0026315Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:57.0026497Z fi 2022-09-27T15:26:57.0037797Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:57.0038013Z env: 2022-09-27T15:26:57.0038172Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.0038535Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:57.0038876Z ##[endgroup] 2022-09-27T15:26:57.2292239Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-09-27T15:26:57.2296187Z 726b8a513d66: Pulling fs layer 2022-09-27T15:26:57.2296988Z 771876fe31a1: Pulling fs layer 2022-09-27T15:26:57.2297784Z 2a8cd9ebff90: Pulling fs layer 2022-09-27T15:26:57.2301321Z a0688296bf6b: Pulling fs layer 2022-09-27T15:26:57.2301511Z 3341c688c105: Pulling fs layer 2022-09-27T15:26:57.2301710Z e668b860b3aa: Pulling fs layer 2022-09-27T15:26:57.2301920Z 5b6d14bb2665: Pulling fs layer 2022-09-27T15:26:57.2302118Z bb4e2b58c04f: Pulling fs layer 2022-09-27T15:26:57.2302301Z 4c2c06a040d9: Pulling fs layer 2022-09-27T15:26:57.2302513Z 4aff28e7d246: Pulling fs layer 2022-09-27T15:26:57.2302705Z a39347297f16: Pulling fs layer 2022-09-27T15:26:57.2302880Z 61183b06c760: Pulling fs layer 2022-09-27T15:26:57.2303065Z c06018919921: Pulling fs layer 2022-09-27T15:26:57.2303255Z 499bbad0745d: Pulling fs layer 2022-09-27T15:26:57.2303431Z 3957a262cb15: Pulling fs layer 2022-09-27T15:26:57.2303624Z 8a9a548b9618: Pulling fs layer 2022-09-27T15:26:57.2303815Z 3852b5c446bf: Pulling fs layer 2022-09-27T15:26:57.2303983Z 5b6d14bb2665: Waiting 2022-09-27T15:26:57.2304168Z 8ee38361fe98: Pulling fs layer 2022-09-27T15:26:57.2304599Z 3a185c821aec: Pulling fs layer 2022-09-27T15:26:57.2305161Z bb4e2b58c04f: Waiting 2022-09-27T15:26:57.2305554Z 4aff28e7d246: Waiting 2022-09-27T15:26:57.2305908Z 895ee99b77c2: Pulling fs layer 2022-09-27T15:26:57.2306222Z 4c2c06a040d9: Waiting 2022-09-27T15:26:57.2306569Z 6cf940733081: Pulling fs layer 2022-09-27T15:26:57.2306896Z a0688296bf6b: Waiting 2022-09-27T15:26:57.2307113Z 0c2bc9cf436c: Pulling fs layer 2022-09-27T15:26:57.2307331Z 6070158a37e4: Pulling fs layer 2022-09-27T15:26:57.2307682Z a3fee62ea02a: Pulling fs layer 2022-09-27T15:26:57.2307984Z 61183b06c760: Waiting 2022-09-27T15:26:57.2308273Z fbac2ec6703f: Pulling fs layer 2022-09-27T15:26:57.2308553Z 499bbad0745d: Waiting 2022-09-27T15:26:57.2311482Z 6a670c6d461b: Pulling fs layer 2022-09-27T15:26:57.2311843Z 3957a262cb15: Waiting 2022-09-27T15:26:57.2312060Z c06018919921: Waiting 2022-09-27T15:26:57.2312244Z 11c6d3fdecf8: Pulling fs layer 2022-09-27T15:26:57.2312447Z b3c05bc08a6d: Pulling fs layer 2022-09-27T15:26:57.2312650Z 8a9a548b9618: Waiting 2022-09-27T15:26:57.2312866Z 6cf940733081: Waiting 2022-09-27T15:26:57.2313135Z db021ac56874: Pulling fs layer 2022-09-27T15:26:57.2313456Z d0bc479411ab: Pulling fs layer 2022-09-27T15:26:57.2313789Z 0c2bc9cf436c: Waiting 2022-09-27T15:26:57.2314178Z 3852b5c446bf: Waiting 2022-09-27T15:26:57.2314462Z 6070158a37e4: Waiting 2022-09-27T15:26:57.2314715Z ce033581022a: Pulling fs layer 2022-09-27T15:26:57.2314885Z 8ee38361fe98: Waiting 2022-09-27T15:26:57.2315064Z 3e5c136468b5: Pulling fs layer 2022-09-27T15:26:57.2315245Z 895ee99b77c2: Waiting 2022-09-27T15:26:57.2315419Z 4dcca06c4ba4: Pulling fs layer 2022-09-27T15:26:57.2315604Z 3a185c821aec: Waiting 2022-09-27T15:26:57.2315863Z 5d22ab10910c: Pulling fs layer 2022-09-27T15:26:57.2316040Z a3fee62ea02a: Waiting 2022-09-27T15:26:57.2316228Z 40f0e904450c: Pulling fs layer 2022-09-27T15:26:57.2316411Z 6a670c6d461b: Waiting 2022-09-27T15:26:57.2316580Z cd0043c871c3: Pulling fs layer 2022-09-27T15:26:57.2320043Z fbac2ec6703f: Waiting 2022-09-27T15:26:57.2321986Z 07ce5bf5da8f: Pulling fs layer 2022-09-27T15:26:57.2322433Z 3341c688c105: Waiting 2022-09-27T15:26:57.2322797Z b3c05bc08a6d: Waiting 2022-09-27T15:26:57.2323092Z e668b860b3aa: Waiting 2022-09-27T15:26:57.2323316Z db021ac56874: Waiting 2022-09-27T15:26:57.2323492Z d0bc479411ab: Waiting 2022-09-27T15:26:57.2323665Z ada7e5d30c2e: Pulling fs layer 2022-09-27T15:26:57.2323848Z 3e5c136468b5: Waiting 2022-09-27T15:26:57.2324014Z ce033581022a: Waiting 2022-09-27T15:26:57.2324177Z b9e22897f744: Pulling fs layer 2022-09-27T15:26:57.2324369Z 31ed79570fc1: Pulling fs layer 2022-09-27T15:26:57.2324549Z cd0043c871c3: Waiting 2022-09-27T15:26:57.2324718Z f9ca5db0abb2: Pulling fs layer 2022-09-27T15:26:57.2324900Z 5d22ab10910c: Waiting 2022-09-27T15:26:57.2325070Z 40f0e904450c: Waiting 2022-09-27T15:26:57.2325225Z 07ce5bf5da8f: Waiting 2022-09-27T15:26:57.2325408Z 859ab55d797e: Pulling fs layer 2022-09-27T15:26:57.2325585Z 31ed79570fc1: Waiting 2022-09-27T15:26:57.2325829Z 72b473207039: Pulling fs layer 2022-09-27T15:26:57.2326130Z ada7e5d30c2e: Waiting 2022-09-27T15:26:57.2326354Z b9e22897f744: Waiting 2022-09-27T15:26:57.2326519Z 3a05e9967e15: Pulling fs layer 2022-09-27T15:26:57.2326697Z f9ca5db0abb2: Waiting 2022-09-27T15:26:57.2326876Z 04d340d5ef37: Pulling fs layer 2022-09-27T15:26:57.2327046Z 72b473207039: Waiting 2022-09-27T15:26:57.2327217Z 94b3f24375e0: Pulling fs layer 2022-09-27T15:26:57.2327394Z 859ab55d797e: Waiting 2022-09-27T15:26:57.2327549Z 3a05e9967e15: Waiting 2022-09-27T15:26:57.2327726Z 7bbe9cf24f05: Pulling fs layer 2022-09-27T15:26:57.2327958Z 04d340d5ef37: Waiting 2022-09-27T15:26:57.2328121Z 74035b85b123: Pulling fs layer 2022-09-27T15:26:57.2329875Z 94b3f24375e0: Waiting 2022-09-27T15:26:57.2330295Z 06ceb0d47fa1: Pulling fs layer 2022-09-27T15:26:57.2330889Z 7bbe9cf24f05: Waiting 2022-09-27T15:26:57.2331167Z 74035b85b123: Waiting 2022-09-27T15:26:57.2331370Z d54dedf3c273: Pulling fs layer 2022-09-27T15:26:57.2331594Z f14b7a316dd4: Pulling fs layer 2022-09-27T15:26:57.2331796Z d19943b4c20d: Pulling fs layer 2022-09-27T15:26:57.2332100Z 06ceb0d47fa1: Waiting 2022-09-27T15:26:57.2332416Z 01103fa1cebd: Pulling fs layer 2022-09-27T15:26:57.2332738Z f14b7a316dd4: Waiting 2022-09-27T15:26:57.2333136Z a09ce63c712c: Pulling fs layer 2022-09-27T15:26:57.2333454Z 01103fa1cebd: Waiting 2022-09-27T15:26:57.2333868Z d19943b4c20d: Waiting 2022-09-27T15:26:57.2334172Z 11c79af0c20c: Pulling fs layer 2022-09-27T15:26:57.2334572Z 5da21a9573ae: Pulling fs layer 2022-09-27T15:26:57.2334784Z a09ce63c712c: Waiting 2022-09-27T15:26:57.2334968Z e4a8bf8e8d45: Pulling fs layer 2022-09-27T15:26:57.2335161Z 9c52b928c261: Pulling fs layer 2022-09-27T15:26:57.2335411Z 11c79af0c20c: Waiting 2022-09-27T15:26:57.2335596Z 659618ffaa02: Pulling fs layer 2022-09-27T15:26:57.2335913Z b7f08fdcf6d3: Pulling fs layer 2022-09-27T15:26:57.2336141Z 5da21a9573ae: Waiting 2022-09-27T15:26:57.2336316Z 9c52b928c261: Waiting 2022-09-27T15:26:57.2336487Z e4a8bf8e8d45: Waiting 2022-09-27T15:26:57.2336646Z b7f08fdcf6d3: Waiting 2022-09-27T15:26:57.3119743Z 771876fe31a1: Verifying Checksum 2022-09-27T15:26:57.3120086Z 771876fe31a1: Download complete 2022-09-27T15:26:57.3932401Z a0688296bf6b: Verifying Checksum 2022-09-27T15:26:57.3932796Z a0688296bf6b: Download complete 2022-09-27T15:26:57.5631890Z 726b8a513d66: Verifying Checksum 2022-09-27T15:26:57.5632417Z 726b8a513d66: Download complete 2022-09-27T15:26:57.6413900Z e668b860b3aa: Verifying Checksum 2022-09-27T15:26:57.6414329Z e668b860b3aa: Download complete 2022-09-27T15:26:57.7193163Z 5b6d14bb2665: Verifying Checksum 2022-09-27T15:26:57.7194307Z 5b6d14bb2665: Download complete 2022-09-27T15:26:57.7864270Z bb4e2b58c04f: Verifying Checksum 2022-09-27T15:26:57.7864596Z bb4e2b58c04f: Download complete 2022-09-27T15:26:57.8484250Z 4c2c06a040d9: Download complete 2022-09-27T15:26:57.9519602Z 4aff28e7d246: Verifying Checksum 2022-09-27T15:26:57.9519858Z 4aff28e7d246: Download complete 2022-09-27T15:26:58.0364127Z a39347297f16: Verifying Checksum 2022-09-27T15:26:58.0367065Z a39347297f16: Download complete 2022-09-27T15:26:58.1241680Z 61183b06c760: Verifying Checksum 2022-09-27T15:26:58.1242086Z 61183b06c760: Download complete 2022-09-27T15:26:58.2043392Z c06018919921: Verifying Checksum 2022-09-27T15:26:58.2043751Z c06018919921: Download complete 2022-09-27T15:26:58.2473607Z 726b8a513d66: Pull complete 2022-09-27T15:26:58.3779737Z 771876fe31a1: Pull complete 2022-09-27T15:26:58.4537849Z 3341c688c105: Verifying Checksum 2022-09-27T15:26:58.4538699Z 3341c688c105: Download complete 2022-09-27T15:26:58.5305919Z 3957a262cb15: Verifying Checksum 2022-09-27T15:26:58.5306300Z 3957a262cb15: Download complete 2022-09-27T15:26:58.6101671Z 8a9a548b9618: Download complete 2022-09-27T15:26:58.6880647Z 3852b5c446bf: Download complete 2022-09-27T15:26:58.7665378Z 8ee38361fe98: Verifying Checksum 2022-09-27T15:26:58.7665615Z 8ee38361fe98: Download complete 2022-09-27T15:26:58.8534088Z 3a185c821aec: Verifying Checksum 2022-09-27T15:26:58.8534339Z 3a185c821aec: Download complete 2022-09-27T15:26:58.9431968Z 895ee99b77c2: Verifying Checksum 2022-09-27T15:26:58.9432211Z 895ee99b77c2: Download complete 2022-09-27T15:26:59.0188052Z 6cf940733081: Verifying Checksum 2022-09-27T15:26:59.0188374Z 6cf940733081: Download complete 2022-09-27T15:26:59.1001753Z 0c2bc9cf436c: Verifying Checksum 2022-09-27T15:26:59.1002189Z 0c2bc9cf436c: Download complete 2022-09-27T15:26:59.1774720Z 6070158a37e4: Verifying Checksum 2022-09-27T15:26:59.1775104Z 6070158a37e4: Download complete 2022-09-27T15:26:59.2582332Z a3fee62ea02a: Verifying Checksum 2022-09-27T15:26:59.2582597Z a3fee62ea02a: Download complete 2022-09-27T15:27:00.1980902Z 2a8cd9ebff90: Verifying Checksum 2022-09-27T15:27:00.1981358Z 2a8cd9ebff90: Download complete 2022-09-27T15:27:00.2129228Z fbac2ec6703f: Verifying Checksum 2022-09-27T15:27:00.2129611Z fbac2ec6703f: Download complete 2022-09-27T15:27:00.2770584Z 6a670c6d461b: Verifying Checksum 2022-09-27T15:27:00.2770959Z 6a670c6d461b: Download complete 2022-09-27T15:27:00.2858482Z 11c6d3fdecf8: Verifying Checksum 2022-09-27T15:27:00.2858870Z 11c6d3fdecf8: Download complete 2022-09-27T15:27:00.3508558Z db021ac56874: Verifying Checksum 2022-09-27T15:27:00.3508888Z db021ac56874: Download complete 2022-09-27T15:27:00.3702987Z b3c05bc08a6d: Verifying Checksum 2022-09-27T15:27:00.3703372Z b3c05bc08a6d: Download complete 2022-09-27T15:27:00.4358687Z d0bc479411ab: Download complete 2022-09-27T15:27:00.5104807Z 3e5c136468b5: Verifying Checksum 2022-09-27T15:27:00.5105210Z 3e5c136468b5: Download complete 2022-09-27T15:27:00.6074435Z 4dcca06c4ba4: Verifying Checksum 2022-09-27T15:27:00.6075243Z 4dcca06c4ba4: Download complete 2022-09-27T15:27:00.6751851Z 5d22ab10910c: Verifying Checksum 2022-09-27T15:27:00.6752318Z 5d22ab10910c: Download complete 2022-09-27T15:27:00.7440659Z 40f0e904450c: Verifying Checksum 2022-09-27T15:27:00.7442017Z 40f0e904450c: Download complete 2022-09-27T15:27:00.8295835Z cd0043c871c3: Verifying Checksum 2022-09-27T15:27:00.8296278Z cd0043c871c3: Download complete 2022-09-27T15:27:00.9277959Z 07ce5bf5da8f: Download complete 2022-09-27T15:27:00.9918756Z ada7e5d30c2e: Verifying Checksum 2022-09-27T15:27:00.9919209Z ada7e5d30c2e: Download complete 2022-09-27T15:27:01.0674509Z b9e22897f744: Verifying Checksum 2022-09-27T15:27:01.0674758Z b9e22897f744: Download complete 2022-09-27T15:27:02.3997289Z ce033581022a: Verifying Checksum 2022-09-27T15:27:02.4000659Z ce033581022a: Download complete 2022-09-27T15:27:02.4709917Z f9ca5db0abb2: Verifying Checksum 2022-09-27T15:27:02.4710863Z f9ca5db0abb2: Download complete 2022-09-27T15:27:02.5579086Z 859ab55d797e: Download complete 2022-09-27T15:27:03.2354424Z 31ed79570fc1: Verifying Checksum 2022-09-27T15:27:03.2354850Z 31ed79570fc1: Download complete 2022-09-27T15:27:03.3106754Z 3a05e9967e15: Verifying Checksum 2022-09-27T15:27:03.3107139Z 3a05e9967e15: Download complete 2022-09-27T15:27:03.3908607Z 04d340d5ef37: Download complete 2022-09-27T15:27:04.2655229Z 94b3f24375e0: Verifying Checksum 2022-09-27T15:27:04.2655549Z 94b3f24375e0: Download complete 2022-09-27T15:27:04.3622486Z 7bbe9cf24f05: Verifying Checksum 2022-09-27T15:27:04.3622895Z 7bbe9cf24f05: Download complete 2022-09-27T15:27:04.4489683Z 74035b85b123: Download complete 2022-09-27T15:27:04.5493346Z 06ceb0d47fa1: Verifying Checksum 2022-09-27T15:27:04.5493792Z 06ceb0d47fa1: Download complete 2022-09-27T15:27:04.6388131Z d54dedf3c273: Download complete 2022-09-27T15:27:05.0279614Z f14b7a316dd4: Verifying Checksum 2022-09-27T15:27:05.0280017Z f14b7a316dd4: Download complete 2022-09-27T15:27:05.0978212Z d19943b4c20d: Verifying Checksum 2022-09-27T15:27:05.0978500Z d19943b4c20d: Download complete 2022-09-27T15:27:05.1730321Z 01103fa1cebd: Download complete 2022-09-27T15:27:06.1526546Z 2a8cd9ebff90: Pull complete 2022-09-27T15:27:06.3551815Z a0688296bf6b: Pull complete 2022-09-27T15:27:08.6146771Z 3341c688c105: Pull complete 2022-09-27T15:27:08.9125691Z e668b860b3aa: Pull complete 2022-09-27T15:27:09.1640437Z 5b6d14bb2665: Pull complete 2022-09-27T15:27:09.4222788Z bb4e2b58c04f: Pull complete 2022-09-27T15:27:09.6706290Z 4c2c06a040d9: Pull complete 2022-09-27T15:27:09.8991360Z 4aff28e7d246: Pull complete 2022-09-27T15:27:10.0760700Z a09ce63c712c: Verifying Checksum 2022-09-27T15:27:10.0761008Z a09ce63c712c: Download complete 2022-09-27T15:27:10.1287161Z a39347297f16: Pull complete 2022-09-27T15:27:10.1791871Z 11c79af0c20c: Verifying Checksum 2022-09-27T15:27:10.1792261Z 11c79af0c20c: Download complete 2022-09-27T15:27:10.2648184Z 5da21a9573ae: Verifying Checksum 2022-09-27T15:27:10.2648539Z 5da21a9573ae: Download complete 2022-09-27T15:27:10.3508917Z e4a8bf8e8d45: Verifying Checksum 2022-09-27T15:27:10.3509191Z e4a8bf8e8d45: Download complete 2022-09-27T15:27:10.3663813Z 61183b06c760: Pull complete 2022-09-27T15:27:10.4358736Z 9c52b928c261: Verifying Checksum 2022-09-27T15:27:10.4359127Z 9c52b928c261: Download complete 2022-09-27T15:27:10.5613977Z 659618ffaa02: Verifying Checksum 2022-09-27T15:27:10.5614475Z 659618ffaa02: Download complete 2022-09-27T15:27:10.5924767Z c06018919921: Pull complete 2022-09-27T15:27:11.7259750Z b7f08fdcf6d3: Verifying Checksum 2022-09-27T15:27:11.7260012Z b7f08fdcf6d3: Download complete 2022-09-27T15:27:27.3341447Z 499bbad0745d: Verifying Checksum 2022-09-27T15:27:27.3341708Z 499bbad0745d: Download complete 2022-09-27T15:27:36.5848473Z 72b473207039: Verifying Checksum 2022-09-27T15:27:36.5849140Z 72b473207039: Download complete 2022-09-27T15:27:55.5937923Z 499bbad0745d: Pull complete 2022-09-27T15:27:56.0063506Z 3957a262cb15: Pull complete 2022-09-27T15:27:56.2326717Z 8a9a548b9618: Pull complete 2022-09-27T15:27:56.4552432Z 3852b5c446bf: Pull complete 2022-09-27T15:27:56.6964770Z 8ee38361fe98: Pull complete 2022-09-27T15:27:56.9542608Z 3a185c821aec: Pull complete 2022-09-27T15:27:57.1852835Z 895ee99b77c2: Pull complete 2022-09-27T15:27:57.4280587Z 6cf940733081: Pull complete 2022-09-27T15:27:57.5446836Z 0c2bc9cf436c: Pull complete 2022-09-27T15:27:57.6274473Z 6070158a37e4: Pull complete 2022-09-27T15:27:57.7276319Z a3fee62ea02a: Pull complete 2022-09-27T15:27:59.6033275Z fbac2ec6703f: Pull complete 2022-09-27T15:27:59.8275916Z 6a670c6d461b: Pull complete 2022-09-27T15:28:00.0640362Z 11c6d3fdecf8: Pull complete 2022-09-27T15:28:00.3417523Z b3c05bc08a6d: Pull complete 2022-09-27T15:28:00.5651547Z db021ac56874: Pull complete 2022-09-27T15:28:00.7774789Z d0bc479411ab: Pull complete 2022-09-27T15:28:04.8912785Z ce033581022a: Pull complete 2022-09-27T15:28:05.1356593Z 3e5c136468b5: Pull complete 2022-09-27T15:28:05.3799906Z 4dcca06c4ba4: Pull complete 2022-09-27T15:28:05.6132842Z 5d22ab10910c: Pull complete 2022-09-27T15:28:05.8615864Z 40f0e904450c: Pull complete 2022-09-27T15:28:06.0937791Z cd0043c871c3: Pull complete 2022-09-27T15:28:06.2307572Z 07ce5bf5da8f: Pull complete 2022-09-27T15:28:06.3165629Z ada7e5d30c2e: Pull complete 2022-09-27T15:28:06.3880604Z b9e22897f744: Pull complete 2022-09-27T15:28:12.9960130Z 31ed79570fc1: Pull complete 2022-09-27T15:28:13.2148768Z f9ca5db0abb2: Pull complete 2022-09-27T15:28:13.4322202Z 859ab55d797e: Pull complete 2022-09-27T15:28:29.0448920Z 72b473207039: Pull complete 2022-09-27T15:28:29.2705046Z 3a05e9967e15: Pull complete 2022-09-27T15:28:29.4977298Z 04d340d5ef37: Pull complete 2022-09-27T15:28:30.8406920Z 94b3f24375e0: Pull complete 2022-09-27T15:28:31.1345517Z 7bbe9cf24f05: Pull complete 2022-09-27T15:28:31.3459903Z 74035b85b123: Pull complete 2022-09-27T15:28:31.5495415Z 06ceb0d47fa1: Pull complete 2022-09-27T15:28:31.7716861Z d54dedf3c273: Pull complete 2022-09-27T15:28:32.1859807Z f14b7a316dd4: Pull complete 2022-09-27T15:28:32.4139867Z d19943b4c20d: Pull complete 2022-09-27T15:28:32.6580668Z 01103fa1cebd: Pull complete 2022-09-27T15:28:36.3613279Z a09ce63c712c: Pull complete 2022-09-27T15:28:36.5974594Z 11c79af0c20c: Pull complete 2022-09-27T15:28:36.8519934Z 5da21a9573ae: Pull complete 2022-09-27T15:28:37.0490171Z e4a8bf8e8d45: Pull complete 2022-09-27T15:28:37.2640460Z 9c52b928c261: Pull complete 2022-09-27T15:28:37.4913491Z 659618ffaa02: Pull complete 2022-09-27T15:28:39.0969264Z b7f08fdcf6d3: Pull complete 2022-09-27T15:28:39.2050417Z Digest: sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T15:28:39.2488505Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:39.2730751Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:39.2782962Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:28:39.2783272Z python3 -m pip install psutil==5.9.1 2022-09-27T15:28:39.2783546Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:28:39.2783836Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:28:39.2784135Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:28:39.2795999Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:39.2796251Z env: 2022-09-27T15:28:39.2796445Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:39.2796661Z ##[endgroup] 2022-09-27T15:28:42.2449534Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:42.2954306Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:28:42.8243465Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:42.8414759Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:28:43.0220045Z Prepare all required actions 2022-09-27T15:28:43.0220327Z Getting action download info 2022-09-27T15:28:43.4743196Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:28:43.6463890Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:28:43.7680907Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:28:43.7681132Z with: 2022-09-27T15:28:43.7681307Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:43.7681496Z env: 2022-09-27T15:28:43.7681666Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:43.7681838Z ##[endgroup] 2022-09-27T15:28:43.7752288Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:28:43.7752492Z with: 2022-09-27T15:28:43.7752673Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:43.7752862Z s3-bucket: gha-artifacts 2022-09-27T15:28:43.7753045Z region: us-east-1 2022-09-27T15:28:43.7753200Z env: 2022-09-27T15:28:43.7753382Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:43.7753563Z ##[endgroup] 2022-09-27T15:28:44.1676926Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-bionic-py3.7-clang9/ 2022-09-27T15:28:44.1677699Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:47.5080960Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:47.5081193Z 2022-09-27T15:28:47.5082563Z Artifact download has finished successfully 2022-09-27T15:28:47.5172388Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:28:47.5172612Z unzip -o artifacts.zip 2022-09-27T15:28:47.5183806Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:47.5184010Z env: 2022-09-27T15:28:47.5184186Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:47.5184369Z ##[endgroup] 2022-09-27T15:28:47.5506206Z Archive: artifacts.zip 2022-09-27T15:28:47.5507466Z creating: dist/ 2022-09-27T15:28:48.3692766Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:48.3693139Z creating: build/custom_test_artifacts/ 2022-09-27T15:28:48.3693459Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:28:48.3693798Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:28:48.3695425Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:48.3695950Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:48.3696465Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:48.3696870Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:48.3697283Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:48.3698657Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:48.3699626Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:48.3700056Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:48.3700635Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:48.3702591Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:48.3703503Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:48.3704556Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:48.3705133Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:48.3706317Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:48.3707576Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:48.3708353Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:48.3709285Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:48.3710020Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:48.3710765Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:28:48.3711535Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:48.3712398Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:28:48.3712941Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:28:48.3713375Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:28:48.3713801Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:48.3714239Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:28:48.3714683Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:48.3715121Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:28:48.3715614Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:28:48.3728357Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:28:48.3785371Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:28:48.3786170Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:28:48.3786972Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:48.3787846Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:28:48.3788689Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:28:48.3789509Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:28:48.3790111Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:48.3790568Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:28:48.3791023Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:48.3791474Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:28:48.3791909Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:28:48.3805729Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:28:48.3841914Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:28:48.3842796Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:48.3843621Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:48.3844378Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:28:48.3845170Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:28:48.3845775Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:48.3846495Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:28:48.3847164Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:28:48.3847678Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:28:48.3897688Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:28:48.3927557Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:28:48.3928106Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:28:48.3928454Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:28:48.3929972Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:48.3930689Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:48.3931343Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:48.3931758Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:48.3932161Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:48.3932932Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:48.3933844Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:48.3934602Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:48.3935078Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:48.3936532Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:48.3937521Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:48.3938594Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:48.3939429Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:48.3940524Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:48.3941366Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:48.3942104Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:48.3942792Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:48.3943529Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:48.3944259Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:28:48.3945081Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:28:48.3945922Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:28:48.3946743Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:28:48.3947519Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:28:48.3947960Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:28:48.3948387Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:28:48.3948834Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:28:48.3949380Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:28:48.3949810Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:28:48.3963537Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:28:48.3987688Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:28:48.3988541Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:48.3989355Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:48.3990048Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:28:48.3990780Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:28:48.3991213Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:48.3991837Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:28:48.3992487Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:28:48.3993155Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:28:48.4013107Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:28:48.4013754Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:28:48.4014135Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:28:48.4016478Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:48.4017241Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:48.4018037Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:48.4018827Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:48.4019584Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:48.4020348Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:48.4022436Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:48.4023250Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:48.4024046Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:48.4025536Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:48.4027871Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:48.4029238Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:48.4030130Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:48.4031403Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:48.4033652Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:48.4034470Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:48.4035306Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:48.4036125Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:48.4037022Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:28:48.4037787Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:48.4038719Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:28:48.4039676Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:28:48.4040547Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:28:48.4041448Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:48.4042302Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:28:48.4043140Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:48.4043996Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:28:48.4044829Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:28:48.4046290Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:28:48.4127002Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:28:48.4127889Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:28:48.4129104Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:48.4130098Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:28:48.4131019Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:28:48.4131854Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:28:48.4132745Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:48.4133627Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:28:48.4134501Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:48.4135385Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:28:48.4136252Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:28:48.4152258Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:28:48.4172593Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:28:48.4173583Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:48.4174462Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:48.4175276Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:28:48.4176025Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:28:48.4176779Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:48.4177453Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:28:48.4178502Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:28:48.4179033Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:28:48.4250709Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:28:48.4267574Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:28:48.4267839Z creating: build/lib/ 2022-09-27T15:28:48.4268861Z inflating: build/lib/libclog.a 2022-09-27T15:28:48.4325736Z inflating: build/lib/libgtest.a 2022-09-27T15:28:48.4334205Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:28:48.4397174Z inflating: build/lib/libbenchmark.a 2022-09-27T15:28:48.4473327Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:28:48.4481270Z inflating: build/lib/libittnotify.a 2022-09-27T15:28:48.4544007Z inflating: build/lib/libasmjit.a 2022-09-27T15:28:48.4570605Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:28:48.4635153Z inflating: build/lib/libgloo.a 2022-09-27T15:28:48.5021736Z inflating: build/lib/libprotobuf.a 2022-09-27T15:28:48.5037199Z inflating: build/lib/libfmt.a 2022-09-27T15:28:48.5037868Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:28:48.5086839Z inflating: build/lib/libc10.so 2022-09-27T15:28:48.5087809Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:28:48.5095981Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:28:48.5104688Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:28:48.5116919Z inflating: build/lib/libqnnpack.a 2022-09-27T15:28:48.5119455Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:28:48.5137700Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:28:48.5149248Z inflating: build/lib/libgmock.a 2022-09-27T15:28:48.5149868Z inflating: build/lib/libgtest_main.a 2022-09-27T15:28:48.5150831Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:28:48.5574730Z inflating: build/lib/libprotoc.a 2022-09-27T15:28:49.4640021Z inflating: build/lib/libdnnl.a 2022-09-27T15:28:49.4656855Z inflating: build/lib/libnnpack.a 2022-09-27T15:28:49.5114762Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:28:49.5115271Z inflating: build/lib/libgmock_main.a 2022-09-27T15:28:49.6056751Z inflating: build/lib/libfbgemm.a 2022-09-27T15:28:49.7013194Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:28:49.7184034Z inflating: build/lib/libkineto.a 2022-09-27T15:28:49.7220693Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:28:49.7261676Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:28:49.7364984Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:28:49.7883737Z inflating: build/lib/libonnx.a 2022-09-27T15:28:51.6951968Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:51.6952629Z inflating: build/lib/libtorch.so 2022-09-27T15:28:51.6956474Z inflating: build/lib/libshm.so 2022-09-27T15:28:51.6978015Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:51.7031655Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:51.7056787Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:51.8609627Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:51.8645514Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:51.8645944Z creating: build/bin/ 2022-09-27T15:28:51.8690772Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:51.8736196Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:51.8781153Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:51.8833180Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:51.8876933Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:51.8921856Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:51.8970234Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:51.9019805Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:51.9063773Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:51.9113754Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:51.9160660Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:51.9204605Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:51.9250185Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:51.9294640Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:51.9339281Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:51.9389056Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:51.9442945Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:51.9575975Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:51.9620938Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:51.9666463Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:51.9715049Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:51.9760151Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:51.9803989Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:51.9850188Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:51.9898560Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:51.9947596Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:51.9996863Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:52.0085757Z inflating: build/bin/c10_either_test 2022-09-27T15:28:52.0132670Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:52.0178403Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:52.0307481Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:52.0352706Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:52.0401418Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:52.0469389Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:52.0524467Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:52.0572591Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:52.0623455Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:52.0668971Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:52.0708705Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:52.0756782Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:52.1120909Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:52.1484965Z inflating: build/bin/protoc 2022-09-27T15:28:52.1780540Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:52.2087478Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:28:52.2406022Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:52.2453275Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:52.2500641Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:52.2553481Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:52.2612820Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:52.2615634Z inflating: build/bin/example_allreduce 2022-09-27T15:28:52.2665894Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:52.2727868Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:52.2730412Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:52.2790998Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:52.2800642Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:52.2864690Z inflating: build/bin/Dict_test 2022-09-27T15:28:52.2910927Z inflating: build/bin/Dimname_test 2022-09-27T15:28:52.2970347Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:52.3020864Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:52.3329361Z inflating: build/bin/test_lazy 2022-09-27T15:28:52.4704043Z inflating: build/bin/test_api 2022-09-27T15:28:52.4755821Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:52.4808281Z inflating: build/bin/atest 2022-09-27T15:28:52.4864592Z inflating: build/bin/basic 2022-09-27T15:28:52.4913019Z inflating: build/bin/broadcast_test 2022-09-27T15:28:52.4964506Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:52.5011968Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:52.5056971Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:52.5101818Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:52.5184115Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:52.5237000Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:52.5284156Z inflating: build/bin/half_test 2022-09-27T15:28:52.5372675Z inflating: build/bin/ivalue_test 2022-09-27T15:28:52.5417387Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:52.5464965Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:52.5512211Z inflating: build/bin/memory_format_test 2022-09-27T15:28:52.5559059Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:52.5604303Z inflating: build/bin/operator_name_test 2022-09-27T15:28:52.5651715Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:52.5703480Z inflating: build/bin/native_test 2022-09-27T15:28:52.5749696Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:52.5795039Z inflating: build/bin/operators_test 2022-09-27T15:28:52.5858330Z inflating: build/bin/pow_test 2022-09-27T15:28:52.5908554Z inflating: build/bin/quantized_test 2022-09-27T15:28:52.5953169Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:52.5998732Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:52.6050106Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:52.6100075Z inflating: build/bin/scalar_test 2022-09-27T15:28:52.6146366Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:52.6219182Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:52.6266214Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:52.6268568Z inflating: build/bin/thread_init_test 2022-09-27T15:28:52.6316700Z inflating: build/bin/test_parallel 2022-09-27T15:28:52.6361183Z inflating: build/bin/variant_test 2022-09-27T15:28:52.6416848Z inflating: build/bin/type_test 2022-09-27T15:28:52.6463332Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:52.6464415Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:52.6532060Z inflating: build/bin/vmap_test 2022-09-27T15:28:52.6577816Z inflating: build/bin/weakref_test 2022-09-27T15:28:52.6623687Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:52.6668195Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:52.6721325Z inflating: build/bin/IListRef_test 2022-09-27T15:28:52.6812246Z inflating: build/bin/List_test 2022-09-27T15:28:52.6868633Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:52.6989002Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:52.7111109Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:52.7199942Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:52.7295273Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:52.7349383Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:52.7439064Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:52.7483800Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:52.7527434Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:52.7817626Z inflating: build/bin/op_registration_test 2022-09-27T15:28:52.7866684Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:52.7912896Z inflating: build/bin/inline_container_test 2022-09-27T15:28:52.7930473Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:52.7935150Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:52.9039469Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:52.9591812Z inflating: build/bin/test_jit 2022-09-27T15:28:52.9593638Z inflating: .pytorch-test-times.json 2022-09-27T15:28:52.9616949Z ##[group]Run df -H 2022-09-27T15:28:52.9617133Z df -H 2022-09-27T15:28:52.9628275Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:52.9628497Z env: 2022-09-27T15:28:52.9628675Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:52.9628852Z ##[endgroup] 2022-09-27T15:28:52.9793846Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:52.9794403Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:28:52.9794778Z tmpfs 8.2G 668k 8.2G 1% /dev/shm 2022-09-27T15:28:52.9795005Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:52.9795399Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:52.9795702Z /dev/nvme0n1p1 162G 25G 137G 16% / 2022-09-27T15:28:52.9883867Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:52.9884107Z .github/scripts/parse_ref.py 2022-09-27T15:28:52.9894351Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:52.9894523Z env: 2022-09-27T15:28:52.9894698Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:52.9894883Z ##[endgroup] 2022-09-27T15:28:53.0224818Z ##[group]Run set -x 2022-09-27T15:28:53.0225113Z set -x 2022-09-27T15:28:53.0225297Z  2022-09-27T15:28:53.0225525Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:53.0225814Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:53.0226097Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:53.0226520Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:53.0226746Z else 2022-09-27T15:28:53.0226968Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:53.0227195Z fi 2022-09-27T15:28:53.0227382Z  2022-09-27T15:28:53.0227634Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:53.0227897Z  2022-09-27T15:28:53.0228142Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:53.0228385Z # 2022-09-27T15:28:53.0228684Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:53.0229090Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:53.0229420Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:53.0229683Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:53.0229899Z  2022-09-27T15:28:53.0230176Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:53.0230484Z # wreak havoc internally 2022-09-27T15:28:53.0230753Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:53.0231024Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:53.0231229Z  2022-09-27T15:28:53.0231486Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:53.0231809Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:53.0232100Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:53.0232370Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:53.0232619Z container_name=$(docker run \ 2022-09-27T15:28:53.0232851Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:53.0233070Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:53.0233301Z  -e PR_NUMBER \ 2022-09-27T15:28:53.0233532Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:53.0233740Z  -e BASE_SHA \ 2022-09-27T15:28:53.0233953Z  -e BRANCH \ 2022-09-27T15:28:53.0234164Z  -e SHA1 \ 2022-09-27T15:28:53.0234372Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:53.0234601Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:53.0234821Z  -e SHARD_NUMBER \ 2022-09-27T15:28:53.0235033Z  -e TEST_CONFIG \ 2022-09-27T15:28:53.0235321Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:53.0235542Z  -e PR_BODY \ 2022-09-27T15:28:53.0235755Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:53.0235999Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:53.0236262Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:53.0236490Z  -e PR_LABELS \ 2022-09-27T15:28:53.0236733Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:53.0237071Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:53.0237308Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:53.0237522Z  -e XLA_CUDA \ 2022-09-27T15:28:53.0237762Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:53.0238045Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:53.0238299Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:53.0238557Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:53.0238813Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:53.0239026Z  --ipc=host \ 2022-09-27T15:28:53.0239290Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:53.0239512Z  --tty \ 2022-09-27T15:28:53.0239704Z  --detach \ 2022-09-27T15:28:53.0239930Z  --name="${container_name}" \ 2022-09-27T15:28:53.0240161Z  --user jenkins \ 2022-09-27T15:28:53.0240428Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:53.0240697Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:53.0240934Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:53.0241137Z ) 2022-09-27T15:28:53.0241401Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:53.0251775Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:53.0251992Z env: 2022-09-27T15:28:53.0252184Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:53.0252452Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T15:28:53.0252702Z PR_NUMBER: 85462 2022-09-27T15:28:53.0252899Z BRANCH: pull/85462 2022-09-27T15:28:53.0253142Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:53.0253405Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:53.0253643Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:53.0253886Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:53.0254113Z TEST_CONFIG: crossref 2022-09-27T15:28:53.0254321Z SHARD_NUMBER: 2 2022-09-27T15:28:53.0254518Z NUM_TEST_SHARDS: 2 2022-09-27T15:28:53.0256244Z 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:53.0258154Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:53.0258416Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:53.0258635Z SHM_SIZE: 1g 2022-09-27T15:28:53.0259010Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:53.0259433Z XLA_CUDA: 2022-09-27T15:28:53.0259723Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:53.0260017Z ##[endgroup] 2022-09-27T15:28:53.0282576Z + [[ crossref == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:53.0283371Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-09-27T15:28:53.0283749Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:53.0285582Z ++ git cherry -v origin/master 2022-09-27T15:28:53.0645681Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:53.0646413Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:53.0646739Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:53.0647158Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:53.0647722Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:53.0648780Z + 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:53.0660892Z + 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:53.0663356Z + 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:53.0664473Z + 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:53.0669358Z + 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:53.0674107Z + 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:53.0676001Z +++ nproc --ignore=2 2022-09-27T15:28:53.0869487Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:29:05.9701585Z + container_name=db26f0e14acd702469cecd752432492de3a26a09de7989b8a8e0839d5710264a 2022-09-27T15:29:05.9702274Z + docker exec -t db26f0e14acd702469cecd752432492de3a26a09de7989b8a8e0839d5710264a sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:29:06.5391840Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:29:06.6121077Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:29:07.4270864Z Installing collected packages: torch 2022-09-27T15:29:13.7026510Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:29:13.8559251Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:29:13.8716813Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:29:13.8717336Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:29:13.8717989Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:29:13.8718646Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:29:13.8718907Z + BUILD_DIR=build 2022-09-27T15:29:13.8719087Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:29:13.8719288Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:29:13.8719478Z + export VALGRIND=ON 2022-09-27T15:29:13.8719642Z + VALGRIND=ON 2022-09-27T15:29:13.8719900Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-09-27T15:29:13.8720120Z + export VALGRIND=OFF 2022-09-27T15:29:13.8720284Z + VALGRIND=OFF 2022-09-27T15:29:13.8720542Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-09-27T15:29:13.8721600Z ++ realpath build/custom_test_artifacts 2022-09-27T15:29:13.8740592Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:29:13.8743503Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:29:13.8758131Z + source .jenkins/pytorch/common.sh 2022-09-27T15:29:13.8761184Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:29:13.8768198Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:29:13.8770091Z +++ declare -f -t trap_add 2022-09-27T15:29:13.8773944Z ++ set -ex 2022-09-27T15:29:13.8774646Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:13.8775014Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:29:13.8775535Z ++ [[ crossref == *xla* ]] 2022-09-27T15:29:13.8776036Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:13.8776541Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-09-27T15:29:13.8776884Z ++ which conda 2022-09-27T15:29:13.8786756Z /opt/conda/bin/conda 2022-09-27T15:29:13.8787549Z ++ conda install -q -y cmake 2022-09-27T15:29:16.2799937Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:29:16.7877464Z Solving environment: ...working... done 2022-09-27T15:29:16.9025652Z 2022-09-27T15:29:16.9025853Z ## Package Plan ## 2022-09-27T15:29:16.9026122Z 2022-09-27T15:29:16.9026811Z environment location: /opt/conda 2022-09-27T15:29:16.9026964Z 2022-09-27T15:29:16.9027051Z added / updated specs: 2022-09-27T15:29:16.9027361Z - cmake 2022-09-27T15:29:16.9027464Z 2022-09-27T15:29:16.9029475Z 2022-09-27T15:29:16.9029786Z The following packages will be downloaded: 2022-09-27T15:29:16.9030059Z 2022-09-27T15:29:16.9030230Z package | build 2022-09-27T15:29:16.9030724Z ---------------------------|----------------- 2022-09-27T15:29:16.9031043Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:29:16.9031336Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:29:16.9031637Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:29:16.9031981Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:29:16.9032480Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:29:16.9033155Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:29:16.9033449Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:29:16.9033874Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:29:16.9034359Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:29:16.9034866Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:29:16.9035274Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:29:16.9035737Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:29:16.9036232Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:29:16.9036514Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:29:16.9036840Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:29:16.9037104Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:29:16.9037406Z ------------------------------------------------------------ 2022-09-27T15:29:16.9037815Z Total: 13.0 MB 2022-09-27T15:29:16.9038024Z 2022-09-27T15:29:16.9038214Z The following NEW packages will be INSTALLED: 2022-09-27T15:29:16.9038480Z 2022-09-27T15:29:16.9051920Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:29:16.9052355Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:29:16.9052716Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:29:16.9053078Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:29:16.9053416Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:29:16.9053769Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:29:16.9054138Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:29:16.9054481Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:29:16.9054852Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:29:16.9055219Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:29:16.9055570Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:29:16.9055903Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:29:16.9056291Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:29:16.9056632Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:29:16.9056778Z 2022-09-27T15:29:16.9056882Z The following packages will be UPDATED: 2022-09-27T15:29:16.9057030Z 2022-09-27T15:29:16.9057234Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:29:16.9057578Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:29:16.9057728Z 2022-09-27T15:29:16.9057739Z 2022-09-27T15:29:18.0537443Z Preparing transaction: ...working... done 2022-09-27T15:29:18.4529472Z Verifying transaction: ...working... done 2022-09-27T15:29:19.5600074Z Executing transaction: ...working... done 2022-09-27T15:29:19.6668708Z Retrieving notices: ...working... done 2022-09-27T15:29:19.8430667Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:19.8431210Z + echo 'Environment variables' 2022-09-27T15:29:19.8431460Z Environment variables 2022-09-27T15:29:19.8431637Z + env 2022-09-27T15:29:19.8451082Z SHARD_NUMBER=2 2022-09-27T15:29:19.8451357Z UCC_HOME=/usr 2022-09-27T15:29:19.8451810Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-09-27T15:29:19.8452141Z INSTALLED_DB=yes 2022-09-27T15:29:19.8452439Z HOSTNAME=db26f0e14acd 2022-09-27T15:29:19.8452730Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:29:19.8453077Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:29:19.8453433Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:29:19.8453716Z UCC_COMMIT= 2022-09-27T15:29:19.8454433Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4e9e3c8c-94a7-4132-9dc5-28f93337e9e5 2022-09-27T15:29:19.8455074Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:29:19.8455449Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:29:19.8455852Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:29:19.8456165Z INSTALLED_THRIFT= 2022-09-27T15:29:19.8456494Z TEST_CONFIG=crossref 2022-09-27T15:29:19.8456759Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:29:19.8456940Z GITHUB_ACTIONS=true 2022-09-27T15:29:19.8457106Z CI=true 2022-09-27T15:29:19.8457283Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:29:19.8457543Z BRANCH=pull/85462 2022-09-27T15:29:19.8457789Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:29:19.8457987Z UCX_COMMIT= 2022-09-27T15:29:19.8458143Z GITHUB_ACTOR=kongzii 2022-09-27T15:29:19.8458318Z GITHUB_ACTION_REF= 2022-09-27T15:29:19.8458494Z GITHUB_ACTION=__self 2022-09-27T15:29:19.8458652Z VALGRIND=OFF 2022-09-27T15:29:19.8458838Z GITHUB_REF_PROTECTED=false 2022-09-27T15:29:19.8459172Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:29:19.8459923Z *** 2022-09-27T15:29:19.8460089Z INSTALLED_VISION=yes 2022-09-27T15:29:19.8460270Z HOME=/var/lib/jenkins 2022-09-27T15:29:19.8460452Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:29:19.8460659Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:29:19.8460900Z GITHUB_REF_TYPE=branch 2022-09-27T15:29:19.8461090Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:29:19.8461363Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:29:19.8461805Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_4e9e3c8c-94a7-4132-9dc5-28f93337e9e5 2022-09-27T15:29:19.8462105Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:29:19.8462301Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:29:19.8462534Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:29:19.8462758Z INSTALLED_PROTOBUF=yes 2022-09-27T15:29:19.8462924Z DESIRED_CUDA= 2022-09-27T15:29:19.8463102Z GITHUB_RUN_ID=3133193930 2022-09-27T15:29:19.8463313Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:29:19.8463497Z MAX_JOBS=6 2022-09-27T15:29:19.8463823Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:29:19.8464075Z UCX_HOME=/usr 2022-09-27T15:29:19.8464255Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:29:19.8464481Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:29:19.8464740Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:29:19.8464947Z INSTALLED_ANDROID= 2022-09-27T15:29:19.8467694Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:29:19.8469610Z GITHUB_BASE_REF=master 2022-09-27T15:29:19.8469787Z TERM=xterm 2022-09-27T15:29:19.8469933Z XLA_CUDA= 2022-09-27T15:29:19.8470108Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:29:19.8470308Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:29:19.8470703Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_4e9e3c8c-94a7-4132-9dc5-28f93337e9e5 2022-09-27T15:29:19.8470981Z GITHUB_JOB=test 2022-09-27T15:29:19.8471206Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:29:19.8471727Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:29:19.8472205Z NUM_TEST_SHARDS=2 2022-09-27T15:29:19.8472383Z PR_NUMBER=85462 2022-09-27T15:29:19.8472548Z SHLVL=1 2022-09-27T15:29:19.8472718Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:29:19.8472939Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:19.8473153Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:29:19.8473400Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:29:19.8473608Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:29:19.8473793Z GITHUB_WORKFLOW=pull 2022-09-27T15:29:19.8474089Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:29:19.8474504Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:19.8474757Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:29:19.8474942Z _=/usr/bin/env 2022-09-27T15:29:19.8475264Z + echo 'Testing pytorch' 2022-09-27T15:29:19.8475450Z Testing pytorch 2022-09-27T15:29:19.8475646Z + export LANG=C.UTF-8 2022-09-27T15:29:19.8475821Z + LANG=C.UTF-8 2022-09-27T15:29:19.8522711Z + PR_NUMBER=85462 2022-09-27T15:29:19.8523083Z + [[ crossref == \d\e\f\a\u\l\t ]] 2022-09-27T15:29:19.8523445Z + [[ crossref == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:29:19.8523794Z + [[ crossref == \s\l\o\w ]] 2022-09-27T15:29:19.8524364Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-09-27T15:29:19.8524873Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T15:29:19.8525394Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:19.8525845Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-09-27T15:29:19.8526215Z + [[ crossref == *crossref* ]] 2022-09-27T15:29:19.8526528Z + export PYTORCH_TEST_WITH_CROSSREF=1 2022-09-27T15:29:19.8526880Z + PYTORCH_TEST_WITH_CROSSREF=1 2022-09-27T15:29:19.8527224Z + [[ crossref == *dynamo* ]] 2022-09-27T15:29:19.8527443Z + [[ -n 85462 ]] 2022-09-27T15:29:19.8527631Z + [[ -z '' ]] 2022-09-27T15:29:19.8527846Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:19.8528069Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:19.8528348Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:19.8528851Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-09-27T15:29:19.8529099Z + pip_install --user ninja 2022-09-27T15:29:19.8529367Z + pip install --progress-bar off --user ninja 2022-09-27T15:29:20.2542887Z Collecting ninja 2022-09-27T15:29:20.2700285Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:29:20.9844898Z Installing collected packages: ninja 2022-09-27T15:29:20.9930454Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:29:20.9930956Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:29:20.9976374Z Successfully installed ninja-1.10.2.3 2022-09-27T15:29:21.0594299Z + 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.0594862Z + 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.0595815Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-09-27T15:29:21.0596070Z + [[ crossref == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:29:21.0596293Z + [[ crossref == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:29:21.0599580Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-09-27T15:29:21.0612089Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:21.0612402Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-09-27T15:29:21.0615108Z + cd test 2022-09-27T15:29:21.0615486Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:29:22.5694253Z PyTorch built with: 2022-09-27T15:29:22.5694858Z - GCC 4.2 2022-09-27T15:29:22.5695187Z - C++ Version: 201402 2022-09-27T15:29:22.5695413Z - clang 9.0.0 2022-09-27T15:29:22.5695805Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:22.5696237Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:22.5696529Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:22.5696804Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:29:22.5697039Z - NNPACK is enabled 2022-09-27T15:29:22.5697256Z - CPU capability usage: AVX2 2022-09-27T15:29:22.5699915Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:29:22.5701841Z 2022-09-27T15:29:22.7277177Z + cd test 2022-09-27T15:29:22.7277787Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:29:23.6849382Z ATen/Parallel: 2022-09-27T15:29:23.6849741Z at::get_num_threads() : 4 2022-09-27T15:29:23.6850050Z at::get_num_interop_threads() : 4 2022-09-27T15:29:23.6850265Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:23.6850454Z omp_get_max_threads() : 4 2022-09-27T15:29:23.6851000Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:23.6851286Z mkl_get_max_threads() : 4 2022-09-27T15:29:23.6851674Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:23.6851947Z std::thread::hardware_concurrency() : 8 2022-09-27T15:29:23.6852155Z Environment variables: 2022-09-27T15:29:23.6852396Z OMP_NUM_THREADS : [not set] 2022-09-27T15:29:23.6852591Z MKL_NUM_THREADS : [not set] 2022-09-27T15:29:23.6852791Z ATen parallel backend: OpenMP 2022-09-27T15:29:23.6853183Z 2022-09-27T15:29:23.8434085Z + [[ crossref == *deploy* ]] 2022-09-27T15:29:23.8434402Z + [[ crossref == *backward* ]] 2022-09-27T15:29:23.8434720Z + [[ crossref == *xla* ]] 2022-09-27T15:29:23.8435132Z + [[ crossref == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:29:23.8435790Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:23.8436190Z + [[ crossref == distributed ]] 2022-09-27T15:29:23.8436542Z + [[ crossref == *dynamo* ]] 2022-09-27T15:29:23.8436859Z + [[ crossref == *dynamo* ]] 2022-09-27T15:29:23.8437036Z + [[ 2 == 1 ]] 2022-09-27T15:29:23.8437218Z + [[ 2 == 2 ]] 2022-09-27T15:29:23.8437508Z + [[ 2 -gt 1 ]] 2022-09-27T15:29:23.8437882Z + install_torchvision 2022-09-27T15:29:23.8438118Z + local commit 2022-09-27T15:29:23.8438436Z ++ get_pinned_commit vision 2022-09-27T15:29:23.8438805Z ++ cat .github/ci_commit_pins/vision.txt 2022-09-27T15:29:23.8460072Z + commit=2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:23.8460817Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:23.8461753Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.1918289Z Collecting git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.1924216Z Cloning https://github.com/pytorch/vision.git (to revision 2c1022e3ee89834228d64445d569f0efd6b93fb8) to /tmp/pip-req-build-14wjzb3n 2022-09-27T15:29:24.2106802Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-14wjzb3n 2022-09-27T15:29:26.1732771Z Running command git rev-parse -q --verify 'sha^2c1022e3ee89834228d64445d569f0efd6b93fb8' 2022-09-27T15:29:26.1775360Z Running command git fetch -q https://github.com/pytorch/vision.git 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.0470674Z Running command git checkout -q 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.4129890Z Resolved https://github.com/pytorch/vision.git to commit 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:29.1893569Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:29:29.1969520Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (4.3.0) 2022-09-27T15:29:29.1973697Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.18.5) 2022-09-27T15:29:29.1977304Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (2.27.1) 2022-09-27T15:29:29.1981060Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.13.0a0+git52424e2) 2022-09-27T15:29:29.1987833Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (9.2.0) 2022-09-27T15:29:29.2239775Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2.0.4) 2022-09-27T15:29:29.2245932Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (1.26.8) 2022-09-27T15:29:29.2259703Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (3.3) 2022-09-27T15:29:29.2265769Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2022.9.14) 2022-09-27T15:29:29.2406059Z Building wheels for collected packages: torchvision 2022-09-27T15:30:33.5641444Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2022-09-27T15:30:33.5982898Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+2c1022e-cp37-cp37m-linux_x86_64.whl size=13793097 sha256=36aab4ce0374ea1db1c5063b379d44213454ce3562ed1c7533ca9b068d2086ce 2022-09-27T15:30:33.5984048Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/54/3c/b1/9e73e6e3c514e799d3391d5ca318b09f89e7fa0e9f925d2c5a 2022-09-27T15:30:33.6029697Z Successfully built torchvision 2022-09-27T15:30:34.2772813Z Installing collected packages: torchvision 2022-09-27T15:30:34.8108437Z Successfully installed torchvision-0.14.0a0+2c1022e 2022-09-27T15:30:34.9300593Z + checkout_install_torchdynamo 2022-09-27T15:30:34.9300998Z + local commit 2022-09-27T15:30:34.9303243Z ++ get_pinned_commit torchdynamo 2022-09-27T15:30:34.9303488Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:30:34.9319219Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:34.9319525Z + pushd .. 2022-09-27T15:30:34.9321061Z ~ ~/workspace 2022-09-27T15:30:34.9321392Z + git clone https://github.com/pytorch/torchdynamo 2022-09-27T15:30:34.9329871Z Cloning into 'torchdynamo'... 2022-09-27T15:30:35.1130496Z remote: Enumerating objects: 14538, done. 2022-09-27T15:30:35.1131077Z remote: Counting objects: 0% (1/335) 2022-09-27T15:30:35.1131399Z remote: Counting objects: 1% (4/335) 2022-09-27T15:30:35.1131783Z remote: Counting objects: 2% (7/335) 2022-09-27T15:30:35.1132145Z remote: Counting objects: 3% (11/335) 2022-09-27T15:30:35.1132554Z remote: Counting objects: 4% (14/335) 2022-09-27T15:30:35.1133018Z remote: Counting objects: 5% (17/335) 2022-09-27T15:30:35.1133495Z remote: Counting objects: 6% (21/335) 2022-09-27T15:30:35.1133971Z remote: Counting objects: 7% (24/335) 2022-09-27T15:30:35.1134400Z remote: Counting objects: 8% (27/335) 2022-09-27T15:30:35.1134683Z remote: Counting objects: 9% (31/335) 2022-09-27T15:30:35.1134993Z remote: Counting objects: 10% (34/335) 2022-09-27T15:30:35.1135256Z remote: Counting objects: 11% (37/335) 2022-09-27T15:30:35.1135538Z remote: Counting objects: 12% (41/335) 2022-09-27T15:30:35.1135861Z remote: Counting objects: 13% (44/335) 2022-09-27T15:30:35.1136123Z remote: Counting objects: 14% (47/335) 2022-09-27T15:30:35.1136379Z remote: Counting objects: 15% (51/335) 2022-09-27T15:30:35.1136621Z remote: Counting objects: 16% (54/335) 2022-09-27T15:30:35.1136877Z remote: Counting objects: 17% (57/335) 2022-09-27T15:30:35.1137132Z remote: Counting objects: 18% (61/335) 2022-09-27T15:30:35.1137375Z remote: Counting objects: 19% (64/335) 2022-09-27T15:30:35.1137631Z remote: Counting objects: 20% (67/335) 2022-09-27T15:30:35.1137888Z remote: Counting objects: 21% (71/335) 2022-09-27T15:30:35.1138131Z remote: Counting objects: 22% (74/335) 2022-09-27T15:30:35.1138387Z remote: Counting objects: 23% (78/335) 2022-09-27T15:30:35.1138641Z remote: Counting objects: 24% (81/335) 2022-09-27T15:30:35.1138882Z remote: Counting objects: 25% (84/335) 2022-09-27T15:30:35.1139148Z remote: Counting objects: 26% (88/335) 2022-09-27T15:30:35.1139401Z remote: Counting objects: 27% (91/335) 2022-09-27T15:30:35.1139640Z remote: Counting objects: 28% (94/335) 2022-09-27T15:30:35.1139896Z remote: Counting objects: 29% (98/335) 2022-09-27T15:30:35.1140158Z remote: Counting objects: 30% (101/335) 2022-09-27T15:30:35.1140473Z remote: Counting objects: 31% (104/335) 2022-09-27T15:30:35.1140724Z remote: Counting objects: 32% (108/335) 2022-09-27T15:30:35.1140982Z remote: Counting objects: 33% (111/335) 2022-09-27T15:30:35.1141242Z remote: Counting objects: 34% (114/335) 2022-09-27T15:30:35.1141503Z remote: Counting objects: 35% (118/335) 2022-09-27T15:30:35.1141745Z remote: Counting objects: 36% (121/335) 2022-09-27T15:30:35.1142007Z remote: Counting objects: 37% (124/335) 2022-09-27T15:30:35.1142267Z remote: Counting objects: 38% (128/335) 2022-09-27T15:30:35.1142511Z remote: Counting objects: 39% (131/335) 2022-09-27T15:30:35.1142961Z remote: Counting objects: 40% (134/335) 2022-09-27T15:30:35.1143220Z remote: Counting objects: 41% (138/335) 2022-09-27T15:30:35.1143468Z remote: Counting objects: 42% (141/335) 2022-09-27T15:30:35.1143728Z remote: Counting objects: 43% (145/335) 2022-09-27T15:30:35.1143987Z remote: Counting objects: 44% (148/335) 2022-09-27T15:30:35.1144229Z remote: Counting objects: 45% (151/335) 2022-09-27T15:30:35.1144487Z remote: Counting objects: 46% (155/335) 2022-09-27T15:30:35.1144748Z remote: Counting objects: 47% (158/335) 2022-09-27T15:30:35.1144993Z remote: Counting objects: 48% (161/335) 2022-09-27T15:30:35.1145311Z remote: Counting objects: 49% (165/335) 2022-09-27T15:30:35.1145574Z remote: Counting objects: 50% (168/335) 2022-09-27T15:30:35.1145832Z remote: Counting objects: 51% (171/335) 2022-09-27T15:30:35.1146076Z remote: Counting objects: 52% (175/335) 2022-09-27T15:30:35.1146334Z remote: Counting objects: 53% (178/335) 2022-09-27T15:30:35.1146592Z remote: Counting objects: 54% (181/335) 2022-09-27T15:30:35.1146838Z remote: Counting objects: 55% (185/335) 2022-09-27T15:30:35.1147097Z remote: Counting objects: 56% (188/335) 2022-09-27T15:30:35.1147353Z remote: Counting objects: 57% (191/335) 2022-09-27T15:30:35.1147599Z remote: Counting objects: 58% (195/335) 2022-09-27T15:30:35.1147856Z remote: Counting objects: 59% (198/335) 2022-09-27T15:30:35.1148114Z remote: Counting objects: 60% (201/335) 2022-09-27T15:30:35.1148356Z remote: Counting objects: 61% (205/335) 2022-09-27T15:30:35.1148615Z remote: Counting objects: 62% (208/335) 2022-09-27T15:30:35.1148872Z remote: Counting objects: 63% (212/335) 2022-09-27T15:30:35.1149114Z remote: Counting objects: 64% (215/335) 2022-09-27T15:30:35.1149367Z remote: Counting objects: 65% (218/335) 2022-09-27T15:30:35.1149627Z remote: Counting objects: 66% (222/335) 2022-09-27T15:30:35.1149886Z remote: Counting objects: 67% (225/335) 2022-09-27T15:30:35.1150130Z remote: Counting objects: 68% (228/335) 2022-09-27T15:30:35.1150390Z remote: Counting objects: 69% (232/335) 2022-09-27T15:30:35.1150647Z remote: Counting objects: 70% (235/335) 2022-09-27T15:30:35.1150885Z remote: Counting objects: 71% (238/335) 2022-09-27T15:30:35.1151141Z remote: Counting objects: 72% (242/335) 2022-09-27T15:30:35.1151399Z remote: Counting objects: 73% (245/335) 2022-09-27T15:30:35.1151640Z remote: Counting objects: 74% (248/335) 2022-09-27T15:30:35.1151895Z remote: Counting objects: 75% (252/335) 2022-09-27T15:30:35.1152152Z remote: Counting objects: 76% (255/335) 2022-09-27T15:30:35.1152394Z remote: Counting objects: 77% (258/335) 2022-09-27T15:30:35.1152654Z remote: Counting objects: 78% (262/335) 2022-09-27T15:30:35.1152908Z remote: Counting objects: 79% (265/335) 2022-09-27T15:30:35.1153148Z remote: Counting objects: 80% (268/335) 2022-09-27T15:30:35.1153404Z remote: Counting objects: 81% (272/335) 2022-09-27T15:30:35.1153661Z remote: Counting objects: 82% (275/335) 2022-09-27T15:30:35.1153914Z remote: Counting objects: 83% (279/335) 2022-09-27T15:30:35.1154157Z remote: Counting objects: 84% (282/335) 2022-09-27T15:30:35.1154414Z remote: Counting objects: 85% (285/335) 2022-09-27T15:30:35.1154757Z remote: Counting objects: 86% (289/335) 2022-09-27T15:30:35.1155001Z remote: Counting objects: 87% (292/335) 2022-09-27T15:30:35.1155257Z remote: Counting objects: 88% (295/335) 2022-09-27T15:30:35.1155514Z remote: Counting objects: 89% (299/335) 2022-09-27T15:30:35.1155758Z remote: Counting objects: 90% (302/335) 2022-09-27T15:30:35.1156017Z remote: Counting objects: 91% (305/335) 2022-09-27T15:30:35.1156274Z remote: Counting objects: 92% (309/335) 2022-09-27T15:30:35.1156517Z remote: Counting objects: 93% (312/335) 2022-09-27T15:30:35.1156774Z remote: Counting objects: 94% (315/335) 2022-09-27T15:30:35.1157031Z remote: Counting objects: 95% (319/335) 2022-09-27T15:30:35.1157318Z remote: Counting objects: 96% (322/335) 2022-09-27T15:30:35.1157573Z remote: Counting objects: 97% (325/335) 2022-09-27T15:30:35.1157830Z remote: Counting objects: 98% (329/335) 2022-09-27T15:30:35.1158083Z remote: Counting objects: 99% (332/335) 2022-09-27T15:30:35.1158428Z remote: Counting objects: 100% (335/335) 2022-09-27T15:30:35.1158826Z remote: Counting objects: 100% (335/335), done. 2022-09-27T15:30:35.1159214Z remote: Compressing objects: 0% (1/160) 2022-09-27T15:30:35.1159524Z remote: Compressing objects: 1% (2/160) 2022-09-27T15:30:35.1185204Z remote: Compressing objects: 2% (4/160) 2022-09-27T15:30:35.1256387Z remote: Compressing objects: 3% (5/160) 2022-09-27T15:30:35.1282597Z remote: Compressing objects: 4% (7/160) 2022-09-27T15:30:35.1318994Z remote: Compressing objects: 5% (8/160) 2022-09-27T15:30:35.1321613Z remote: Compressing objects: 6% (10/160) 2022-09-27T15:30:35.1389291Z remote: Compressing objects: 7% (12/160) 2022-09-27T15:30:35.1417380Z remote: Compressing objects: 8% (13/160) 2022-09-27T15:30:35.1450459Z remote: Compressing objects: 9% (15/160) 2022-09-27T15:30:35.1484000Z remote: Compressing objects: 10% (16/160) 2022-09-27T15:30:35.1488342Z remote: Compressing objects: 11% (18/160) 2022-09-27T15:30:35.1495292Z remote: Compressing objects: 12% (20/160) 2022-09-27T15:30:35.1543342Z remote: Compressing objects: 13% (21/160) 2022-09-27T15:30:35.1554335Z remote: Compressing objects: 14% (23/160) 2022-09-27T15:30:35.1576318Z remote: Compressing objects: 15% (24/160) 2022-09-27T15:30:35.1576600Z remote: Compressing objects: 16% (26/160) 2022-09-27T15:30:35.1587926Z remote: Compressing objects: 17% (28/160) 2022-09-27T15:30:35.1594818Z remote: Compressing objects: 18% (29/160) 2022-09-27T15:30:35.1605058Z remote: Compressing objects: 19% (31/160) 2022-09-27T15:30:35.1628722Z remote: Compressing objects: 20% (32/160) 2022-09-27T15:30:35.1642949Z remote: Compressing objects: 21% (34/160) 2022-09-27T15:30:35.1643212Z remote: Compressing objects: 22% (36/160) 2022-09-27T15:30:35.1650535Z remote: Compressing objects: 23% (37/160) 2022-09-27T15:30:35.1650963Z remote: Compressing objects: 24% (39/160) 2022-09-27T15:30:35.1651253Z remote: Compressing objects: 25% (40/160) 2022-09-27T15:30:35.1651532Z remote: Compressing objects: 26% (42/160) 2022-09-27T15:30:35.1651937Z remote: Compressing objects: 27% (44/160) 2022-09-27T15:30:35.1652453Z remote: Compressing objects: 28% (45/160) 2022-09-27T15:30:35.1652828Z remote: Compressing objects: 29% (47/160) 2022-09-27T15:30:35.1653103Z remote: Compressing objects: 30% (48/160) 2022-09-27T15:30:35.1653373Z remote: Compressing objects: 31% (50/160) 2022-09-27T15:30:35.1656157Z remote: Compressing objects: 32% (52/160) 2022-09-27T15:30:35.1656721Z remote: Compressing objects: 33% (53/160) 2022-09-27T15:30:35.1657066Z remote: Compressing objects: 34% (55/160) 2022-09-27T15:30:35.1657348Z remote: Compressing objects: 35% (56/160) 2022-09-27T15:30:35.1657606Z remote: Compressing objects: 36% (58/160) 2022-09-27T15:30:35.1657876Z remote: Compressing objects: 37% (60/160) 2022-09-27T15:30:35.1658147Z remote: Compressing objects: 38% (61/160) 2022-09-27T15:30:35.1659829Z remote: Compressing objects: 39% (63/160) 2022-09-27T15:30:35.1661236Z remote: Compressing objects: 40% (64/160) 2022-09-27T15:30:35.1661758Z remote: Compressing objects: 41% (66/160) 2022-09-27T15:30:35.1662267Z remote: Compressing objects: 42% (68/160) 2022-09-27T15:30:35.1662678Z remote: Compressing objects: 43% (69/160) 2022-09-27T15:30:35.1663138Z remote: Compressing objects: 44% (71/160) 2022-09-27T15:30:35.1663644Z remote: Compressing objects: 45% (72/160) 2022-09-27T15:30:35.1664018Z remote: Compressing objects: 46% (74/160) 2022-09-27T15:30:35.1664291Z remote: Compressing objects: 47% (76/160) 2022-09-27T15:30:35.1664561Z remote: Compressing objects: 48% (77/160) 2022-09-27T15:30:35.1664954Z remote: Compressing objects: 49% (79/160) 2022-09-27T15:30:35.1665223Z remote: Compressing objects: 50% (80/160) 2022-09-27T15:30:35.1665493Z remote: Compressing objects: 51% (82/160) 2022-09-27T15:30:35.1665770Z remote: Compressing objects: 52% (84/160) 2022-09-27T15:30:35.1666026Z remote: Compressing objects: 53% (85/160) 2022-09-27T15:30:35.1666292Z remote: Compressing objects: 54% (87/160) 2022-09-27T15:30:35.1666560Z remote: Compressing objects: 55% (88/160) 2022-09-27T15:30:35.1666815Z remote: Compressing objects: 56% (90/160) 2022-09-27T15:30:35.1672031Z remote: Compressing objects: 57% (92/160) 2022-09-27T15:30:35.1672474Z remote: Compressing objects: 58% (93/160) 2022-09-27T15:30:35.1672897Z remote: Compressing objects: 59% (95/160) 2022-09-27T15:30:35.1673299Z remote: Compressing objects: 60% (96/160) 2022-09-27T15:30:35.1673814Z remote: Compressing objects: 61% (98/160) 2022-09-27T15:30:35.1674145Z remote: Compressing objects: 62% (100/160) 2022-09-27T15:30:35.1674474Z remote: Compressing objects: 63% (101/160) 2022-09-27T15:30:35.1674816Z remote: Compressing objects: 64% (103/160) 2022-09-27T15:30:35.1675089Z remote: Compressing objects: 65% (104/160) 2022-09-27T15:30:35.1675445Z remote: Compressing objects: 66% (106/160) 2022-09-27T15:30:35.1675776Z remote: Compressing objects: 67% (108/160) 2022-09-27T15:30:35.1676212Z remote: Compressing objects: 68% (109/160) 2022-09-27T15:30:35.1676637Z remote: Compressing objects: 69% (111/160) 2022-09-27T15:30:35.1677085Z remote: Compressing objects: 70% (112/160) 2022-09-27T15:30:35.1677603Z remote: Compressing objects: 71% (114/160) 2022-09-27T15:30:35.1678059Z remote: Compressing objects: 72% (116/160) 2022-09-27T15:30:35.1678568Z remote: Compressing objects: 73% (117/160) 2022-09-27T15:30:35.1678981Z remote: Compressing objects: 74% (119/160) 2022-09-27T15:30:35.1679326Z remote: Compressing objects: 75% (120/160) 2022-09-27T15:30:35.1679588Z remote: Compressing objects: 76% (122/160) 2022-09-27T15:30:35.1679854Z remote: Compressing objects: 77% (124/160) 2022-09-27T15:30:35.1680120Z remote: Compressing objects: 78% (125/160) 2022-09-27T15:30:35.1680487Z remote: Compressing objects: 79% (127/160) 2022-09-27T15:30:35.1680814Z remote: Compressing objects: 80% (128/160) 2022-09-27T15:30:35.1681084Z remote: Compressing objects: 81% (130/160) 2022-09-27T15:30:35.1681340Z remote: Compressing objects: 82% (132/160) 2022-09-27T15:30:35.1681608Z remote: Compressing objects: 83% (133/160) 2022-09-27T15:30:35.1681874Z remote: Compressing objects: 84% (135/160) 2022-09-27T15:30:35.1682144Z remote: Compressing objects: 85% (136/160) 2022-09-27T15:30:35.1682410Z remote: Compressing objects: 86% (138/160) 2022-09-27T15:30:35.1682679Z remote: Compressing objects: 87% (140/160) 2022-09-27T15:30:35.1682947Z remote: Compressing objects: 88% (141/160) 2022-09-27T15:30:35.1683206Z remote: Compressing objects: 89% (143/160) 2022-09-27T15:30:35.1683473Z remote: Compressing objects: 90% (144/160) 2022-09-27T15:30:35.1683740Z remote: Compressing objects: 91% (146/160) 2022-09-27T15:30:35.1683994Z remote: Compressing objects: 92% (148/160) 2022-09-27T15:30:35.1684258Z remote: Compressing objects: 93% (149/160) 2022-09-27T15:30:35.1684526Z remote: Compressing objects: 94% (151/160) 2022-09-27T15:30:35.1684778Z remote: Compressing objects: 95% (152/160) 2022-09-27T15:30:35.1685044Z remote: Compressing objects: 96% (154/160) 2022-09-27T15:30:35.1685311Z remote: Compressing objects: 97% (156/160) 2022-09-27T15:30:35.1685580Z remote: Compressing objects: 98% (157/160) 2022-09-27T15:30:35.1685836Z remote: Compressing objects: 99% (159/160) 2022-09-27T15:30:35.1686112Z remote: Compressing objects: 100% (160/160) 2022-09-27T15:30:35.1686393Z remote: Compressing objects: 100% (160/160), done. 2022-09-27T15:30:35.1731346Z Receiving objects: 0% (1/14538) 2022-09-27T15:30:35.1746954Z Receiving objects: 1% (146/14538) 2022-09-27T15:30:35.1762225Z Receiving objects: 2% (291/14538) 2022-09-27T15:30:35.1780128Z Receiving objects: 3% (437/14538) 2022-09-27T15:30:35.1796553Z Receiving objects: 4% (582/14538) 2022-09-27T15:30:35.1812696Z Receiving objects: 5% (727/14538) 2022-09-27T15:30:35.1827429Z Receiving objects: 6% (873/14538) 2022-09-27T15:30:35.1842823Z Receiving objects: 7% (1018/14538) 2022-09-27T15:30:35.1855981Z Receiving objects: 8% (1164/14538) 2022-09-27T15:30:35.1866992Z Receiving objects: 9% (1309/14538) 2022-09-27T15:30:35.1879488Z Receiving objects: 10% (1454/14538) 2022-09-27T15:30:35.1894802Z Receiving objects: 11% (1600/14538) 2022-09-27T15:30:35.1913422Z Receiving objects: 12% (1745/14538) 2022-09-27T15:30:35.1933477Z Receiving objects: 13% (1890/14538) 2022-09-27T15:30:35.1954596Z Receiving objects: 14% (2036/14538) 2022-09-27T15:30:35.1968016Z Receiving objects: 15% (2181/14538) 2022-09-27T15:30:35.1996465Z Receiving objects: 16% (2327/14538) 2022-09-27T15:30:35.2066318Z Receiving objects: 17% (2472/14538) 2022-09-27T15:30:35.2229391Z Receiving objects: 18% (2617/14538) 2022-09-27T15:30:35.2295355Z Receiving objects: 19% (2763/14538) 2022-09-27T15:30:35.2338746Z Receiving objects: 20% (2908/14538) 2022-09-27T15:30:35.2356074Z Receiving objects: 21% (3053/14538) 2022-09-27T15:30:35.2408485Z Receiving objects: 22% (3199/14538) 2022-09-27T15:30:35.2415995Z Receiving objects: 23% (3344/14538) 2022-09-27T15:30:35.2428346Z Receiving objects: 24% (3490/14538) 2022-09-27T15:30:35.2449408Z Receiving objects: 25% (3635/14538) 2022-09-27T15:30:35.2457404Z Receiving objects: 26% (3780/14538) 2022-09-27T15:30:35.2470262Z Receiving objects: 27% (3926/14538) 2022-09-27T15:30:35.2485768Z Receiving objects: 28% (4071/14538) 2022-09-27T15:30:35.2504704Z Receiving objects: 29% (4217/14538) 2022-09-27T15:30:35.2512772Z Receiving objects: 30% (4362/14538) 2022-09-27T15:30:35.2525171Z Receiving objects: 31% (4507/14538) 2022-09-27T15:30:35.2541718Z Receiving objects: 32% (4653/14538) 2022-09-27T15:30:35.2553619Z Receiving objects: 33% (4798/14538) 2022-09-27T15:30:35.2568035Z Receiving objects: 34% (4943/14538) 2022-09-27T15:30:35.2577290Z Receiving objects: 35% (5089/14538) 2022-09-27T15:30:35.2587450Z Receiving objects: 36% (5234/14538) 2022-09-27T15:30:35.2599931Z Receiving objects: 37% (5380/14538) 2022-09-27T15:30:35.2625986Z Receiving objects: 38% (5525/14538) 2022-09-27T15:30:35.2631986Z Receiving objects: 39% (5670/14538) 2022-09-27T15:30:35.2645280Z Receiving objects: 40% (5816/14538) 2022-09-27T15:30:35.2654911Z Receiving objects: 41% (5961/14538) 2022-09-27T15:30:35.2670702Z Receiving objects: 42% (6106/14538) 2022-09-27T15:30:35.2686864Z Receiving objects: 43% (6252/14538) 2022-09-27T15:30:35.2693392Z Receiving objects: 44% (6397/14538) 2022-09-27T15:30:35.2703596Z Receiving objects: 45% (6543/14538) 2022-09-27T15:30:35.2715598Z Receiving objects: 46% (6688/14538) 2022-09-27T15:30:35.2803126Z Receiving objects: 47% (6833/14538) 2022-09-27T15:30:35.2809509Z Receiving objects: 48% (6979/14538) 2022-09-27T15:30:35.2812690Z Receiving objects: 49% (7124/14538) 2022-09-27T15:30:35.2818522Z Receiving objects: 50% (7269/14538) 2022-09-27T15:30:35.2823709Z Receiving objects: 51% (7415/14538) 2022-09-27T15:30:35.2828815Z Receiving objects: 52% (7560/14538) 2022-09-27T15:30:35.2834717Z Receiving objects: 53% (7706/14538) 2022-09-27T15:30:35.2846491Z Receiving objects: 54% (7851/14538) 2022-09-27T15:30:35.2851018Z Receiving objects: 55% (7996/14538) 2022-09-27T15:30:35.2858222Z Receiving objects: 56% (8142/14538) 2022-09-27T15:30:35.2866447Z Receiving objects: 57% (8287/14538) 2022-09-27T15:30:35.2872723Z Receiving objects: 58% (8433/14538) 2022-09-27T15:30:35.2877173Z Receiving objects: 59% (8578/14538) 2022-09-27T15:30:35.2884526Z Receiving objects: 60% (8723/14538) 2022-09-27T15:30:35.2887771Z Receiving objects: 61% (8869/14538) 2022-09-27T15:30:35.2893424Z Receiving objects: 62% (9014/14538) 2022-09-27T15:30:35.2896583Z Receiving objects: 63% (9159/14538) 2022-09-27T15:30:35.2900071Z Receiving objects: 64% (9305/14538) 2022-09-27T15:30:35.2902819Z Receiving objects: 65% (9450/14538) 2022-09-27T15:30:35.2906262Z Receiving objects: 66% (9596/14538) 2022-09-27T15:30:35.2909686Z Receiving objects: 67% (9741/14538) 2022-09-27T15:30:35.2913411Z Receiving objects: 68% (9886/14538) 2022-09-27T15:30:35.2919462Z Receiving objects: 69% (10032/14538) 2022-09-27T15:30:35.2923517Z Receiving objects: 70% (10177/14538) 2022-09-27T15:30:35.2928342Z Receiving objects: 71% (10322/14538) 2022-09-27T15:30:35.2932237Z Receiving objects: 72% (10468/14538) 2022-09-27T15:30:35.2935902Z Receiving objects: 73% (10613/14538) 2022-09-27T15:30:35.2939322Z Receiving objects: 74% (10759/14538) 2022-09-27T15:30:35.2947237Z Receiving objects: 75% (10904/14538) 2022-09-27T15:30:35.2955223Z Receiving objects: 76% (11049/14538) 2022-09-27T15:30:35.2960566Z Receiving objects: 77% (11195/14538) 2022-09-27T15:30:35.2965040Z Receiving objects: 78% (11340/14538) 2022-09-27T15:30:35.2970265Z Receiving objects: 79% (11486/14538) 2022-09-27T15:30:35.2974334Z Receiving objects: 80% (11631/14538) 2022-09-27T15:30:35.2976742Z Receiving objects: 81% (11776/14538) 2022-09-27T15:30:35.2983084Z Receiving objects: 82% (11922/14538) 2022-09-27T15:30:35.2985496Z Receiving objects: 83% (12067/14538) 2022-09-27T15:30:35.2987544Z Receiving objects: 84% (12212/14538) 2022-09-27T15:30:35.2992922Z Receiving objects: 85% (12358/14538) 2022-09-27T15:30:35.2995023Z Receiving objects: 86% (12503/14538) 2022-09-27T15:30:35.2997534Z Receiving objects: 87% (12649/14538) 2022-09-27T15:30:35.3001401Z Receiving objects: 88% (12794/14538) 2022-09-27T15:30:35.3008162Z Receiving objects: 89% (12939/14538) 2022-09-27T15:30:35.3013644Z Receiving objects: 90% (13085/14538) 2022-09-27T15:30:35.3022792Z Receiving objects: 91% (13230/14538) 2022-09-27T15:30:35.3029494Z Receiving objects: 92% (13375/14538) 2022-09-27T15:30:35.3034057Z Receiving objects: 93% (13521/14538) 2022-09-27T15:30:35.3041398Z Receiving objects: 94% (13666/14538) 2022-09-27T15:30:35.3048250Z Receiving objects: 95% (13812/14538) 2022-09-27T15:30:35.3054162Z Receiving objects: 96% (13957/14538) 2022-09-27T15:30:35.3065892Z Receiving objects: 97% (14102/14538) 2022-09-27T15:30:35.3070858Z Receiving objects: 98% (14248/14538) 2022-09-27T15:30:35.3114643Z Receiving objects: 99% (14393/14538) 2022-09-27T15:30:35.3115334Z remote: Total 14538 (delta 220), reused 265 (delta 173), pack-reused 14203 2022-09-27T15:30:35.3134675Z Receiving objects: 100% (14538/14538) 2022-09-27T15:30:35.3135118Z Receiving objects: 100% (14538/14538), 5.80 MiB | 40.16 MiB/s, done. 2022-09-27T15:30:35.3162311Z Resolving deltas: 0% (0/11249) 2022-09-27T15:30:35.3174486Z Resolving deltas: 1% (115/11249) 2022-09-27T15:30:35.3192044Z Resolving deltas: 2% (251/11249) 2022-09-27T15:30:35.3200540Z Resolving deltas: 3% (425/11249) 2022-09-27T15:30:35.3214299Z Resolving deltas: 4% (504/11249) 2022-09-27T15:30:35.3278627Z Resolving deltas: 5% (578/11249) 2022-09-27T15:30:35.3314948Z Resolving deltas: 6% (691/11249) 2022-09-27T15:30:35.3349190Z Resolving deltas: 7% (792/11249) 2022-09-27T15:30:35.3383370Z Resolving deltas: 8% (942/11249) 2022-09-27T15:30:35.3412920Z Resolving deltas: 9% (1018/11249) 2022-09-27T15:30:35.3443679Z Resolving deltas: 10% (1146/11249) 2022-09-27T15:30:35.3468551Z Resolving deltas: 11% (1238/11249) 2022-09-27T15:30:35.3497413Z Resolving deltas: 12% (1353/11249) 2022-09-27T15:30:35.3536165Z Resolving deltas: 13% (1470/11249) 2022-09-27T15:30:35.3599032Z Resolving deltas: 14% (1587/11249) 2022-09-27T15:30:35.3635235Z Resolving deltas: 15% (1735/11249) 2022-09-27T15:30:35.3692252Z Resolving deltas: 16% (1844/11249) 2022-09-27T15:30:35.3725432Z Resolving deltas: 17% (1964/11249) 2022-09-27T15:30:35.3784316Z Resolving deltas: 18% (2116/11249) 2022-09-27T15:30:35.3838747Z Resolving deltas: 20% (2279/11249) 2022-09-27T15:30:35.3870427Z Resolving deltas: 21% (2422/11249) 2022-09-27T15:30:35.3898889Z Resolving deltas: 22% (2544/11249) 2022-09-27T15:30:35.3906418Z Resolving deltas: 23% (2675/11249) 2022-09-27T15:30:35.3931523Z Resolving deltas: 24% (2700/11249) 2022-09-27T15:30:35.3952178Z Resolving deltas: 25% (2818/11249) 2022-09-27T15:30:35.4007857Z Resolving deltas: 26% (2928/11249) 2022-09-27T15:30:35.4080750Z Resolving deltas: 27% (3082/11249) 2022-09-27T15:30:35.4203701Z Resolving deltas: 28% (3179/11249) 2022-09-27T15:30:35.4213038Z Resolving deltas: 30% (3399/11249) 2022-09-27T15:30:35.4240816Z Resolving deltas: 31% (3531/11249) 2022-09-27T15:30:35.4249945Z Resolving deltas: 32% (3610/11249) 2022-09-27T15:30:35.4266898Z Resolving deltas: 33% (3738/11249) 2022-09-27T15:30:35.4309742Z Resolving deltas: 34% (3896/11249) 2022-09-27T15:30:35.4353416Z Resolving deltas: 35% (4005/11249) 2022-09-27T15:30:35.4367139Z Resolving deltas: 41% (4651/11249) 2022-09-27T15:30:35.4376784Z Resolving deltas: 42% (4727/11249) 2022-09-27T15:30:35.4391851Z Resolving deltas: 43% (4839/11249) 2022-09-27T15:30:35.4404801Z Resolving deltas: 44% (4986/11249) 2022-09-27T15:30:35.4406310Z Resolving deltas: 45% (5174/11249) 2022-09-27T15:30:35.4415369Z Resolving deltas: 46% (5193/11249) 2022-09-27T15:30:35.4422534Z Resolving deltas: 47% (5310/11249) 2022-09-27T15:30:35.4434802Z Resolving deltas: 48% (5407/11249) 2022-09-27T15:30:35.4444897Z Resolving deltas: 49% (5543/11249) 2022-09-27T15:30:35.4455178Z Resolving deltas: 50% (5637/11249) 2022-09-27T15:30:35.4460998Z Resolving deltas: 51% (5778/11249) 2022-09-27T15:30:35.4470388Z Resolving deltas: 52% (5877/11249) 2022-09-27T15:30:35.4476220Z Resolving deltas: 53% (6004/11249) 2022-09-27T15:30:35.4500279Z Resolving deltas: 54% (6080/11249) 2022-09-27T15:30:35.4518486Z Resolving deltas: 56% (6384/11249) 2022-09-27T15:30:35.4528376Z Resolving deltas: 58% (6589/11249) 2022-09-27T15:30:35.4530970Z Resolving deltas: 59% (6719/11249) 2022-09-27T15:30:35.4544167Z Resolving deltas: 60% (6750/11249) 2022-09-27T15:30:35.4555109Z Resolving deltas: 61% (6899/11249) 2022-09-27T15:30:35.4566137Z Resolving deltas: 62% (6983/11249) 2022-09-27T15:30:35.4669823Z Resolving deltas: 63% (7107/11249) 2022-09-27T15:30:35.4745867Z Resolving deltas: 64% (7280/11249) 2022-09-27T15:30:35.4759010Z Resolving deltas: 65% (7423/11249) 2022-09-27T15:30:35.4762976Z Resolving deltas: 67% (7619/11249) 2022-09-27T15:30:35.4772751Z Resolving deltas: 68% (7670/11249) 2022-09-27T15:30:35.4783237Z Resolving deltas: 69% (7803/11249) 2022-09-27T15:30:35.4797019Z Resolving deltas: 70% (7943/11249) 2022-09-27T15:30:35.4803239Z Resolving deltas: 72% (8147/11249) 2022-09-27T15:30:35.4811066Z Resolving deltas: 73% (8250/11249) 2022-09-27T15:30:35.4818680Z Resolving deltas: 74% (8357/11249) 2022-09-27T15:30:35.4825034Z Resolving deltas: 75% (8465/11249) 2022-09-27T15:30:35.4831703Z Resolving deltas: 76% (8563/11249) 2022-09-27T15:30:35.4842341Z Resolving deltas: 77% (8662/11249) 2022-09-27T15:30:35.4860045Z Resolving deltas: 78% (8781/11249) 2022-09-27T15:30:35.4897790Z Resolving deltas: 79% (8914/11249) 2022-09-27T15:30:35.4910481Z Resolving deltas: 80% (9070/11249) 2022-09-27T15:30:35.4916202Z Resolving deltas: 82% (9276/11249) 2022-09-27T15:30:35.4926906Z Resolving deltas: 83% (9351/11249) 2022-09-27T15:30:35.4942025Z Resolving deltas: 84% (9450/11249) 2022-09-27T15:30:35.4950907Z Resolving deltas: 85% (9564/11249) 2022-09-27T15:30:35.4959183Z Resolving deltas: 86% (9693/11249) 2022-09-27T15:30:35.4969460Z Resolving deltas: 87% (9816/11249) 2022-09-27T15:30:35.4972616Z Resolving deltas: 88% (9969/11249) 2022-09-27T15:30:35.4980286Z Resolving deltas: 89% (10012/11249) 2022-09-27T15:30:35.4990702Z Resolving deltas: 90% (10125/11249) 2022-09-27T15:30:35.4998416Z Resolving deltas: 91% (10260/11249) 2022-09-27T15:30:35.5011308Z Resolving deltas: 92% (10360/11249) 2022-09-27T15:30:35.5017373Z Resolving deltas: 93% (10511/11249) 2022-09-27T15:30:35.5025173Z Resolving deltas: 94% (10575/11249) 2022-09-27T15:30:35.5035755Z Resolving deltas: 95% (10687/11249) 2022-09-27T15:30:35.5043873Z Resolving deltas: 96% (10812/11249) 2022-09-27T15:30:35.5056887Z Resolving deltas: 97% (10915/11249) 2022-09-27T15:30:35.5059524Z Resolving deltas: 98% (11098/11249) 2022-09-27T15:30:35.5095699Z Resolving deltas: 99% (11137/11249) 2022-09-27T15:30:35.5096068Z Resolving deltas: 100% (11249/11249) 2022-09-27T15:30:35.5096411Z Resolving deltas: 100% (11249/11249), done. 2022-09-27T15:30:35.5806322Z + pushd torchdynamo 2022-09-27T15:30:35.5806630Z ~/torchdynamo ~ ~/workspace 2022-09-27T15:30:35.5806876Z + git checkout 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:35.6119718Z Note: checking out '41c44bc1d080d6cf063419a4166732b983b84eef'. 2022-09-27T15:30:35.6120035Z 2022-09-27T15:30:35.6120394Z You are in 'detached HEAD' state. You can look around, make experimental 2022-09-27T15:30:35.6120756Z changes and commit them, and you can discard any commits you make in this 2022-09-27T15:30:35.6121065Z state without impacting any branches by performing another checkout. 2022-09-27T15:30:35.6121237Z 2022-09-27T15:30:35.6121384Z If you want to create a new branch to retain commits you create, you may 2022-09-27T15:30:35.6121770Z do so (now or later) by using -b with the checkout command again. Example: 2022-09-27T15:30:35.6121985Z 2022-09-27T15:30:35.6122127Z git checkout -b 2022-09-27T15:30:35.6122264Z 2022-09-27T15:30:35.6122390Z HEAD is now at 41c44bc add oneDNN graph backend for CPU (#1240) 2022-09-27T15:30:35.6123049Z + python setup.py develop 2022-09-27T15:30:36.9984141Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:37.0355003Z running develop 2022-09-27T15:30:37.0370257Z /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:37.0370687Z EasyInstallDeprecationWarning, 2022-09-27T15:30:37.0449104Z /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:37.0449548Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T15:30:37.1200892Z running egg_info 2022-09-27T15:30:37.1201383Z creating torchdynamo.egg-info 2022-09-27T15:30:37.1249123Z writing torchdynamo.egg-info/PKG-INFO 2022-09-27T15:30:37.1252025Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-09-27T15:30:37.1254041Z writing requirements to torchdynamo.egg-info/requires.txt 2022-09-27T15:30:37.1254424Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-09-27T15:30:37.1255060Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:37.1390720Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:37.1391989Z adding license file 'LICENSE' 2022-09-27T15:30:37.1404723Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:37.1405347Z running build_ext 2022-09-27T15:30:37.1427077Z building 'torchdynamo._eval_frame' extension 2022-09-27T15:30:37.1427490Z creating build 2022-09-27T15:30:37.1427992Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T15:30:37.1428359Z creating build/temp.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:30:37.1429746Z 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:37.3326336Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T15:30:37.3326707Z creating build/lib.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:30:37.3327426Z 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:37.3614369Z building 'torchdynamo._guards' extension 2022-09-27T15:30:37.3615848Z 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:38.2598686Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T15:30:38.2606663Z 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:38.4960854Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:30:38.4972330Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:30:38.5021286Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-09-27T15:30:38.5025297Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-09-27T15:30:38.5034750Z 2022-09-27T15:30:38.5034894Z Installed /var/lib/jenkins/torchdynamo 2022-09-27T15:30:38.5048879Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:30:38.5084258Z Searching for tabulate 2022-09-27T15:30:38.5085363Z Reading https://pypi.org/simple/tabulate/ 2022-09-27T15:30:38.5283781Z /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:38.5284491Z PkgResourcesDeprecationWarning, 2022-09-27T15:30:38.5591232Z Downloading https://files.pythonhosted.org/packages/92/4e/e5a13fdb3e6f81ce11893523ff289870c87c8f1f289a7369fb0e9840c3bb/tabulate-0.8.10-py3-none-any.whl#sha256=0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc 2022-09-27T15:30:38.5752560Z Best match: tabulate 0.8.10 2022-09-27T15:30:38.5752933Z Processing tabulate-0.8.10-py3-none-any.whl 2022-09-27T15:30:38.5792384Z Installing tabulate-0.8.10-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:38.6061494Z Adding tabulate 0.8.10 to easy-install.pth file 2022-09-27T15:30:38.6075785Z Installing tabulate script to /opt/conda/bin 2022-09-27T15:30:38.6077234Z 2022-09-27T15:30:38.6077638Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.8.10-py3.7.egg 2022-09-27T15:30:38.6146998Z Searching for sympy==1.10.1 2022-09-27T15:30:38.6147645Z Best match: sympy 1.10.1 2022-09-27T15:30:38.6148240Z Adding sympy 1.10.1 to easy-install.pth file 2022-09-27T15:30:38.6150754Z Installing isympy script to /opt/conda/bin 2022-09-27T15:30:38.6152155Z 2022-09-27T15:30:38.6152442Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:38.6157984Z Searching for PyYAML==6.0 2022-09-27T15:30:38.6158914Z Best match: PyYAML 6.0 2022-09-27T15:30:38.6159625Z Adding PyYAML 6.0 to easy-install.pth file 2022-09-27T15:30:38.6161216Z 2022-09-27T15:30:38.6161493Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:38.6171527Z Searching for numpy==1.18.5 2022-09-27T15:30:38.6171897Z Best match: numpy 1.18.5 2022-09-27T15:30:38.6172753Z Adding numpy 1.18.5 to easy-install.pth file 2022-09-27T15:30:38.6175406Z Installing f2py script to /opt/conda/bin 2022-09-27T15:30:38.6177073Z Installing f2py3 script to /opt/conda/bin 2022-09-27T15:30:38.6178537Z Installing f2py3.7 script to /opt/conda/bin 2022-09-27T15:30:38.6179807Z 2022-09-27T15:30:38.6180097Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:38.6192104Z Searching for torch==1.13.0a0+git52424e2 2022-09-27T15:30:38.6192507Z Best match: torch 1.13.0a0+git52424e2 2022-09-27T15:30:38.6193050Z Adding torch 1.13.0a0+git52424e2 to easy-install.pth file 2022-09-27T15:30:38.6195922Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-09-27T15:30:38.6197504Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-09-27T15:30:38.6198838Z Installing torchrun script to /opt/conda/bin 2022-09-27T15:30:38.6200075Z 2022-09-27T15:30:38.6200285Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:38.6205646Z Searching for mpmath==1.2.1 2022-09-27T15:30:38.6206324Z Best match: mpmath 1.2.1 2022-09-27T15:30:38.6206737Z Adding mpmath 1.2.1 to easy-install.pth file 2022-09-27T15:30:38.6209367Z 2022-09-27T15:30:38.6209963Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:38.6217107Z Searching for typing-extensions==4.3.0 2022-09-27T15:30:38.6217598Z Best match: typing-extensions 4.3.0 2022-09-27T15:30:38.6218108Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-09-27T15:30:38.6220381Z 2022-09-27T15:30:38.6220782Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:38.6221250Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:30:38.8780340Z 2022-09-27T15:30:38.8780743Z real 0m3.266s 2022-09-27T15:30:38.8781096Z user 0m2.144s 2022-09-27T15:30:38.8781424Z sys 0m0.620s 2022-09-27T15:30:38.8781710Z + popd 2022-09-27T15:30:38.8781904Z ~ ~/workspace 2022-09-27T15:30:38.8782074Z + popd 2022-09-27T15:30:38.8782219Z ~/workspace 2022-09-27T15:30:38.8782396Z + test_python_shard 2 2022-09-27T15:30:38.8782709Z + [[ -z 2 ]] 2022-09-27T15:30:38.8783075Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-09-27T15:30:40.2531290Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:40.3474071Z Ignoring disabled issues: [] 2022-09-27T15:30:40.3606987Z Found test time stats from artifacts 2022-09-27T15:30:40.3608976Z Selected tests: 2022-09-27T15:30:40.3609239Z test_ops_gradients 2022-09-27T15:30:40.3609527Z test_ops_jit 2022-09-27T15:30:40.3609822Z test_quantization 2022-09-27T15:30:40.3610147Z test_fx 2022-09-27T15:30:40.3610421Z test_reductions 2022-09-27T15:30:40.3610612Z test_unary_ufuncs 2022-09-27T15:30:40.3610777Z test_nn 2022-09-27T15:30:40.3610921Z test_optim 2022-09-27T15:30:40.3611087Z test_jit 2022-09-27T15:30:40.3611250Z test_binary_ufuncs 2022-09-27T15:30:40.3611417Z test_fx_experimental 2022-09-27T15:30:40.3611605Z test_tensor_creation_ops 2022-09-27T15:30:40.3611787Z test_tensorexpr 2022-09-27T15:30:40.3611944Z test_mkldnn 2022-09-27T15:30:40.3612109Z test_view_ops 2022-09-27T15:30:40.3612302Z test_functional_autograd_benchmark 2022-09-27T15:30:40.3612482Z test_dispatch 2022-09-27T15:30:40.3612648Z test_autograd 2022-09-27T15:30:40.3612818Z lazy/test_ts_opinfo 2022-09-27T15:30:40.3612979Z test_testing 2022-09-27T15:30:40.3613145Z test_jit_autocast 2022-09-27T15:30:40.3613318Z test_mkldnn_fusion 2022-09-27T15:30:40.3613495Z test_xnnpack_integration 2022-09-27T15:30:40.3613684Z test_spectral_ops 2022-09-27T15:30:40.3613854Z test_stateless 2022-09-27T15:30:40.3614020Z test_scatter_gather_ops 2022-09-27T15:30:40.3614206Z test_maskedtensor 2022-09-27T15:30:40.3614384Z test_mobile_optimizer 2022-09-27T15:30:40.3614548Z test_module_init 2022-09-27T15:30:40.3614896Z profiler/test_profiler 2022-09-27T15:30:40.3615073Z test_vmap 2022-09-27T15:30:40.3615247Z lazy/test_step_closures 2022-09-27T15:30:40.3615412Z test_indexing 2022-09-27T15:30:40.3615582Z test_overrides 2022-09-27T15:30:40.3615755Z test_transformers 2022-09-27T15:30:40.3615913Z test_logging 2022-09-27T15:30:40.3616094Z test_namedtuple_return_api 2022-09-27T15:30:40.3616281Z test_shape_ops 2022-09-27T15:30:40.3616446Z test_nestedtensor 2022-09-27T15:30:40.3616619Z test_namedtensor 2022-09-27T15:30:40.3616786Z test_futures 2022-09-27T15:30:40.3616941Z test_datapipe 2022-09-27T15:30:40.3617108Z nn/test_dropout 2022-09-27T15:30:40.3617283Z test_dynamic_shapes 2022-09-27T15:30:40.3617511Z test_function_schema 2022-09-27T15:30:40.3617703Z test_fx_reinplace_pass 2022-09-27T15:30:40.3617880Z test_monitor 2022-09-27T15:30:40.3618034Z lazy/test_reuse_ir 2022-09-27T15:30:40.3618203Z test_autocast 2022-09-27T15:30:40.3618387Z test_multiprocessing_spawn 2022-09-27T15:30:40.3618561Z test_pytree 2022-09-27T15:30:40.3618756Z test_set_default_mobile_cpu_allocator 2022-09-27T15:30:40.3618961Z test_per_overload_api 2022-09-27T15:30:40.3619125Z test_fx_passes 2022-09-27T15:30:40.3619296Z test_jit_cuda_fuser 2022-09-27T15:30:40.3619471Z test_native_mha 2022-09-27T15:30:40.3619647Z test_cpp_extensions_aot_ninja 2022-09-27T15:30:40.3619845Z test_numba_integration 2022-09-27T15:30:40.3620043Z distributions/test_constraints 2022-09-27T15:30:40.3620244Z lazy/test_extract_compiled_graph 2022-09-27T15:30:40.3620442Z test_comparison_utils 2022-09-27T15:30:40.3620626Z test_cuda_primary_ctx 2022-09-27T15:30:40.3620792Z test_cuda_trace 2022-09-27T15:30:40.3620957Z test_deploy 2022-09-27T15:30:40.3621118Z test_hub 2022-09-27T15:30:40.3621262Z test_mps 2022-09-27T15:30:40.3621413Z doctests 2022-09-27T15:30:40.3786395Z Prioritized test from test file changes. 2022-09-27T15:30:40.3786810Z reordering tests for PR: 2022-09-27T15:30:40.3788400Z prioritized: ['test_ops_jit', 'test_fx', 'test_reductions', 'test_nn', 'test_optim', 'test_fx_experimental', 'test_tensorexpr', 'test_dispatch', 'lazy/test_ts_opinfo', 'test_maskedtensor', 'profiler/test_profiler', 'test_overrides', 'test_transformers', 'test_namedtuple_return_api', 'test_nestedtensor', 'test_datapipe', 'test_dynamic_shapes', 'test_fx_passes', 'test_jit_cuda_fuser', 'test_mps'] 2022-09-27T15:30:40.3792406Z the rest: ['test_ops_gradients', 'test_quantization', 'test_unary_ufuncs', 'test_jit', 'test_binary_ufuncs', 'test_tensor_creation_ops', 'test_mkldnn', 'test_view_ops', 'test_functional_autograd_benchmark', 'test_autograd', 'test_testing', 'test_jit_autocast', 'test_mkldnn_fusion', 'test_xnnpack_integration', 'test_spectral_ops', 'test_stateless', 'test_scatter_gather_ops', 'test_mobile_optimizer', 'test_module_init', 'test_vmap', 'lazy/test_step_closures', 'test_indexing', 'test_logging', 'test_shape_ops', 'test_namedtensor', 'test_futures', 'nn/test_dropout', 'test_function_schema', 'test_fx_reinplace_pass', 'test_monitor', 'lazy/test_reuse_ir', 'test_autocast', 'test_multiprocessing_spawn', 'test_pytree', 'test_set_default_mobile_cpu_allocator', 'test_per_overload_api', 'test_native_mha', 'test_cpp_extensions_aot_ninja', 'test_numba_integration', 'distributions/test_constraints', 'lazy/test_extract_compiled_graph', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_deploy', 'test_hub', 'doctests'] 2022-09-27T15:30:40.3794475Z 2022-09-27T15:30:40.3795290Z 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:40.3964077Z 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:40.4110642Z Running test_ops_jit ... [2022-09-27 15:30:40.410862] 2022-09-27T15:30:40.4111171Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:30:40.410904] 2022-09-27T15:30:43.5595907Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit.xml 2022-09-27T15:30:43.7653101Z ============================= test session starts ============================== 2022-09-27T15:30:43.7653628Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:30:43.7716271Z cachedir: .pytest_cache 2022-09-27T15:30:43.7716841Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:30:43.7717409Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:30:43.7718097Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:30:43.7718496Z 2022-09-27T15:30:43.8116215Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:43.8116810Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:43.8117000Z 2022-09-27T15:30:43.8513347Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:43.8513828Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:43.8514054Z 2022-09-27T15:30:43.9015780Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:30:43.9016272Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:43.9016532Z 2022-09-27T15:30:43.9548806Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:30:43.9549298Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:43.9549585Z 2022-09-27T15:30:44.3981943Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:30:44.3982640Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:44.3982916Z 2022-09-27T15:30:44.4030252Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-09-27T15:30:44.4030915Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:44.4031198Z 2022-09-27T15:30:44.4041393Z gw0 ok / gw1 C / gw2 ok / gw3 C 2022-09-27T15:30:44.4042009Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:44.4042293Z 2022-09-27T15:30:44.4144182Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:30:44.4144950Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:44.4145219Z 2022-09-27T15:30:46.9382820Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:30:46.9821710Z gw0 ok / gw1 ok / gw2 [1014] / gw3 ok 2022-09-27T15:30:46.9979153Z gw0 ok / gw1 [1014] / gw2 [1014] / gw3 ok 2022-09-27T15:30:47.0014738Z gw0 [1014] / gw1 [1014] / gw2 [1014] / gw3 ok 2022-09-27T15:30:47.0015031Z gw0 [1014] / gw1 [1014] / gw2 [1014] / gw3 [1014] 2022-09-27T15:30:47.0015268Z scheduling tests via LoadScheduling 2022-09-27T15:30:47.0105370Z 2022-09-27T15:30:47.0106686Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:30:47.0107663Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:30:47.0108763Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:30:47.0602045Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:30:47.0676550Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:30:47.0687174Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:30:47.0693211Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:30:47.0699452Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:30:47.0709433Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:30:47.0710315Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:30:47.0715336Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:30:47.0746634Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:30:47.0802459Z [gw2] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:30:47.0812248Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:30:47.0821308Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:30:47.1096709Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:30:47.1097278Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:30:47.1131389Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:30:47.1143210Z [gw0] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:30:47.1143883Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:30:47.1193718Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:30:47.1214500Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:30:47.1537572Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:30:47.1541047Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:30:47.1549936Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:30:47.1577698Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:30:47.1578149Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:30:47.1659783Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:30:47.1670019Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:30:47.1677282Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:30:47.1697544Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:30:47.1975874Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:30:47.1978017Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:30:47.2017309Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:30:47.2020954Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:30:47.2030999Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:30:47.2037059Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:30:47.2085344Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:30:47.2093655Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:30:47.2417778Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:30:47.2418174Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:30:47.2458755Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:30:47.2459372Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:30:47.2493438Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:30:47.2510050Z [gw3] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:30:47.2533658Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:30:47.2535606Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:30:47.2856142Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:30:47.2858589Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:30:47.2887086Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:30:47.2897731Z [gw0] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:30:47.2898200Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:30:47.2951838Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:30:47.2966060Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:30:47.2976112Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:30:47.3296711Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:30:47.3298190Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:30:47.3336681Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:30:47.3337399Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:30:47.3417873Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:30:47.3519245Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:30:47.3587314Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:30:47.3704610Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:30:47.3738630Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:30:47.3739627Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:30:47.3818591Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:30:47.3827449Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:30:47.3831004Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:30:47.3916095Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:30:47.3980959Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:30:47.4000972Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:30:47.4255393Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:30:47.4262003Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:30:47.4277703Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:30:47.4295595Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:30:47.4300640Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:30:47.4361743Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:30:47.4448866Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:30:47.4474278Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:30:47.4637369Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:30:47.4642299Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:30:47.4662641Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:30:47.4697200Z [gw2] [ 4%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:30:47.4726619Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:30:47.4761044Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:30:47.4769616Z [gw1] [ 4%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:30:47.4888321Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:30:47.5093710Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:30:47.5098929Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:30:47.5134994Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:30:47.5200961Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:30:47.5256955Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:30:47.5300981Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:30:47.5367266Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:30:47.5384755Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:30:47.5573824Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:30:47.5577682Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:30:47.5644803Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:30:47.5652873Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:30:47.5660767Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:30:47.5775141Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:30:47.5872426Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:30:47.5914804Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:30:47.5959554Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:30:47.5977085Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:30:47.6066332Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:30:47.6082581Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:30:47.6095908Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:30:47.6177720Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:30:47.6291298Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:30:47.6306198Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:30:47.6376448Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:30:47.6421378Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:30:47.6494304Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:30:47.6524976Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:30:47.6538288Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:30:47.6593771Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:30:47.6615504Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:30:47.6671651Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:30:47.6857678Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:30:47.6859468Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:30:47.6890743Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:30:47.6901875Z [gw0] [ 6%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:30:47.6975823Z [gw2] [ 6%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:30:47.7073709Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:30:47.7095614Z [gw1] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:30:47.7150529Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:30:47.7296054Z [gw3] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:30:47.7338421Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:30:47.7457164Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:30:47.7482016Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:30:47.7550042Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:30:47.7632112Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:30:47.7652872Z [gw1] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:30:47.7686254Z [gw3] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:30:47.7735996Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:30:47.7777755Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:30:47.7895737Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:30:47.7931718Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:30:47.7954866Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:30:47.7978936Z [gw1] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:30:47.7984117Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:30:47.8027041Z [gw0] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:30:47.8175187Z [gw3] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:30:47.8210327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:30:47.8217052Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:30:47.8243167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:30:47.8335184Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:30:47.8368987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:30:47.8414491Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:30:47.8440686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:30:47.8615019Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:30:47.8655497Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:30:47.8775045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:30:47.8855542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:30:47.8872430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:30:47.8900223Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:30:47.9217054Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:30:47.9297431Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:30:47.9400038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:30:47.9414358Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:30:47.9656536Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:30:47.9691145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:30:47.9735978Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:30:47.9846391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:30:48.0096659Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:30:48.0132237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:30:48.0175972Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:30:48.0198331Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:30:48.0536212Z [gw3] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:30:48.0586490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:30:48.0616051Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:30:48.0633144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:30:48.0976598Z [gw3] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:30:48.0991679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:30:48.1055904Z [gw1] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:30:48.1142784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:30:48.1416067Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:30:48.1496297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:30:48.1548433Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:30:48.1575520Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:30:48.1896136Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:30:48.1936599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:30:48.2062590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:30:48.2073900Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:30:48.2337788Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:30:48.2376934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:30:48.2394162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:30:48.2456715Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:30:48.2776471Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:30:48.2817654Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:30:48.2894134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:30:48.2901330Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:30:48.3217559Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:30:48.3257256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:30:48.4922191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:30:48.4929883Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:30:48.5686900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:30:48.5698673Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:30:48.8238804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:30:48.8247716Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:30:48.9712722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:30:48.9722936Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:30:49.0414861Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:30:49.0432940Z [gw2] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:30:49.0484802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:30:49.0938122Z [gw2] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:30:49.1040682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:30:49.1378106Z [gw2] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:30:49.1454591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:30:49.1738947Z [gw2] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:30:49.1812227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:30:49.2178252Z [gw2] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:30:49.2209798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:30:49.2653351Z [gw2] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:30:49.2659941Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:30:49.3177218Z [gw2] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:30:49.3185781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:30:49.3595618Z [gw2] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:30:49.3621510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:30:49.4055844Z [gw2] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:30:49.4077171Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:30:49.4497003Z [gw2] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:30:49.4524978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:30:49.4859591Z [gw2] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:30:49.7465276Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:30:49.7491795Z [gw3] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:30:50.0259650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:30:50.0273160Z [gw2] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:30:50.1870347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:30:50.1885284Z [gw0] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:30:50.2074355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:30:50.2300826Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:30:50.2348647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:30:50.2738845Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:30:50.2799803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:30:50.3179528Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:30:50.3255926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:30:50.3618727Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:30:50.3643183Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:30:50.4058431Z [gw0] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:30:50.4078448Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:30:50.4497498Z [gw0] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:30:50.4524212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:30:50.4940799Z [gw0] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:30:50.5165347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:30:50.5380035Z [gw0] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:30:50.7113698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:30:50.7126963Z [gw0] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:30:50.8836074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:30:50.8848164Z [gw0] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:30:51.5276414Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:30:51.5282813Z [gw2] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:30:51.6080974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:30:51.6133106Z [gw0] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:30:51.6503200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:30:51.6532969Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:30:52.1089478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:30:52.1102564Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:30:52.6038590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:30:52.6039686Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:30:52.6056630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:30:52.6457761Z [gw3] [ 12%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:30:52.6635463Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:30:52.6643707Z [gw2] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:30:52.7094546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:30:52.7105687Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:30:52.8876503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:30:52.8888516Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:30:52.9143195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:30:52.9339099Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:30:53.1555196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:30:53.1563481Z [gw2] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:30:53.2396320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:30:53.2404450Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:30:53.2422731Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:30:53.2818879Z [gw3] [ 13%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:30:53.4568305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:30:53.4580363Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:30:53.5482764Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:30:53.5491439Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:30:53.6063342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:30:53.6070100Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:30:53.6549479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:30:53.6560986Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:30:53.6612204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:30:53.6978466Z [gw3] [ 14%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:30:53.7469358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:30:53.7485249Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:30:53.9382511Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:30:53.9395105Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:30:53.9411425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:30:53.9858465Z [gw3] [ 14%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:30:54.1439593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:30:54.1447255Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:30:54.2375855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:30:54.2388230Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:30:54.6097803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:30:54.6111829Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:30:54.8728580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:30:54.8734940Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:30:55.3366396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:30:55.3374127Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:30:55.7545995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:30:55.7557654Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:30:56.4372608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:30:56.4373260Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:30:56.5692667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:30:56.5704311Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:30:56.6527597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:30:56.6539370Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:30:56.8101146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:30:56.8110259Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:30:57.2527679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:30:57.2536374Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:30:57.3713898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:30:57.3726274Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:30:57.3739739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:30:57.4137875Z [gw1] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:30:57.4249473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:30:57.4257408Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:30:57.7272568Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:30:57.7274595Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:30:57.7413674Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:30:57.7415243Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T15:30:57.7432355Z 2022-09-27T15:30:57.7449047Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:30:57.8299508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:30:57.8314676Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:30:58.0533095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:30:58.0541147Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:30:58.0559924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:30:58.0978516Z [gw1] [ 16%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:30:58.2744032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:30:58.2752159Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:30:58.3387420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:30:58.3395753Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:30:58.3785259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:30:58.3789717Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:30:58.4300720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:30:58.4308468Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:30:58.4481705Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:30:58.4492198Z [gw2] [ 16%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:30:58.6424990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:30:58.6433688Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:30:59.1428673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:30:59.1440744Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:30:59.2785688Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:30:59.2797246Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:30:59.3130971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:30:59.3145842Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:30:59.8117217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:30:59.8125929Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:30:59.8644761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:30:59.8656591Z [gw1] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:30:59.8700941Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:30:59.9097686Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:30:59.9710402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:30:59.9717830Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:30:59.9747019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:31:00.0137719Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:31:00.0469910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:31:00.0477733Z [gw2] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:31:00.0521876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:31:00.0899320Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:31:00.1568333Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:31:00.1576451Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:31:00.1892447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:31:00.2016975Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:31:00.8512505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:31:00.8520203Z [gw2] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:31:00.8622252Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:31:00.8938832Z [gw2] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:31:01.2693114Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:31:01.2704668Z [gw1] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:31:01.2986567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:31:01.3138790Z [gw1] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:31:01.7365058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:31:01.7374137Z [gw1] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:31:01.7503240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:31:01.7777554Z [gw1] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:31:01.7865942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:31:01.7894553Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:31:01.8918846Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:31:01.8940361Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:31:02.3141997Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:31:02.3167754Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:31:02.5778315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:31:02.5805905Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:31:02.5820436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:31:02.6219535Z [gw0] [ 18%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:31:02.7278579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:31:02.7304442Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:31:02.9442212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:31:02.9466258Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:31:03.5399623Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:31:03.5411532Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:31:03.9429437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:31:03.9458325Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:31:04.5052173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:31:04.5078792Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:31:04.5394844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:31:04.5510896Z [gw3] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:31:04.8186499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:31:04.8203187Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:31:06.2921122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:31:06.2937261Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:31:07.5867343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:31:07.5877925Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:31:07.9580930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:31:07.9627142Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:31:08.1518869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:31:08.1678556Z [gw3] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:31:08.5144036Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:31:08.5174095Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:31:08.7764011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:31:08.7778259Z [gw1] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:31:08.7792123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:31:08.8134427Z [gw1] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:31:08.8144674Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:31:08.8186853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:31:08.8217425Z [gw0] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:31:08.8578991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:31:08.9290991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:31:08.9303769Z [gw1] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:31:08.9978418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:31:08.9995157Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:31:09.2021361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:31:09.2032972Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:31:09.2052430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:31:09.2076646Z [gw0] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:31:09.2085223Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:31:09.2377445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:31:09.2383700Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:31:09.2457096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:31:09.2887315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:31:09.2937007Z [gw0] [ 21%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:31:09.3957956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:31:09.3966504Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:31:09.4196059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:31:09.4203922Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:31:09.4522773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:31:09.4616872Z [gw0] [ 21%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:31:09.5255547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:31:09.5266998Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:31:10.0126383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:31:10.0139736Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:31:10.1536644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:31:10.1543850Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:31:10.1794966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:31:10.1804363Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:31:10.3117494Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:31:10.3156567Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:31:10.4903697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:31:10.4918262Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:31:10.5946500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:31:10.5959540Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:31:10.6244494Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:31:10.6256619Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:31:10.7228524Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:31:10.7241310Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:31:10.8505545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:31:10.8514222Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:31:11.0001506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:31:11.0013835Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:31:11.0983832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:31:11.0991464Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:31:11.1552388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:31:11.1563417Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:31:11.2908867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:31:11.2918524Z [gw2] [ 22%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:31:11.3069525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:31:11.3079450Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:31:11.6090891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:31:11.6103095Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:31:12.0085978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:31:12.0097798Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:31:12.0111636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:31:12.0499040Z [gw2] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:31:12.0518644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:31:12.0939110Z [gw2] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:31:12.2165414Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:31:12.2175928Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:31:12.2193157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:31:12.2580236Z [gw2] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:31:13.0799598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:31:13.0811708Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:31:13.1402591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:31:13.1413641Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:31:13.1795724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:31:13.1806421Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:31:13.3474786Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:31:13.3564969Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:31:13.9481071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:31:13.9489135Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:31:13.9832692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:31:13.9841733Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:31:14.7310715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:31:14.7323347Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:31:14.9682771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:31:14.9690764Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:31:15.0911169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:31:15.0920732Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:31:15.2171918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:31:15.2180621Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:31:15.4191354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:31:15.4200091Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:31:15.5010069Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:31:15.5018835Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:31:15.5194624Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:31:15.5202837Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:31:15.8358500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:31:15.8381450Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:31:16.0853319Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:31:16.0862127Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:31:16.2484336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:31:16.2492234Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:31:16.3215397Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:31:16.3224021Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:31:16.4186212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:31:16.4193824Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:31:16.5610439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:31:16.5617743Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:31:16.7192687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:31:16.7203617Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:31:16.7211628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:31:16.7218691Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:31:16.9047410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:31:16.9055956Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:31:16.9165999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:31:16.9177836Z [gw0] [ 25%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:31:16.9764954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:31:16.9777243Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:31:17.2368993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:31:17.2377229Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:31:17.8899303Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:31:17.8911236Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:31:17.9184118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:31:17.9195592Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:31:17.9470134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:17.9481731Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:31:18.1383469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:31:18.1391510Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:31:18.3484606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:31:18.3493610Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:18.6109642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:31:18.6121033Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:31:18.8553843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:31:18.8565435Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:31:19.1922126Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:31:19.1934500Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:31:19.2209238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:31:19.2214522Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:31:19.3916750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:31:19.3935038Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:31:19.4164265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:31:19.4336551Z [gw0] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:31:19.4572697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:31:19.4752349Z [gw0] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:31:19.4766571Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:31:19.4777300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:31:19.5718719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:31:19.5725919Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:31:20.2123662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:31:20.2149118Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:31:20.6485535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:31:20.6497907Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:31:20.8160825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:31:20.8177225Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:31:20.8758766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:31:20.8775713Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:31:20.8795108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:31:20.9180570Z [gw2] [ 27%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:31:20.9201087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:31:20.9617757Z [gw2] [ 28%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:31:21.1647151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:31:21.1660980Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:31:21.2624758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:31:21.2640685Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:31:21.3076981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:31:21.3091771Z [gw2] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:31:21.3536326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:31:21.3557370Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:31:21.3819593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:31:21.3841984Z [gw2] [ 28%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:31:21.4376959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:31:21.4381909Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:31:21.4556812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:31:21.4567204Z [gw2] [ 28%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:31:21.4699210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:31:21.4819162Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:31:21.5431976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:31:21.5445282Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:31:21.5761719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:31:21.5857324Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:31:21.6506816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:31:21.6520308Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:31:21.6880196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:31:21.6937945Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:31:21.7080259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:31:21.7090499Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:31:21.7256986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:31:21.7378507Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:31:21.7719515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:31:21.7816560Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:31:21.8700007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:31:21.8711113Z [gw3] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:31:21.9660725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:31:21.9675174Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:31:22.0626066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:31:22.0639287Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:31:22.0652586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:31:22.1060070Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:31:22.1080907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:31:22.1500614Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:31:22.1531083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:31:22.1941282Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:31:22.1976107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:31:22.2381667Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:31:22.2416039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:31:22.2820317Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:31:22.2857454Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:31:22.3258688Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:31:22.3294911Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:31:22.3698326Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:31:22.3739358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:31:22.4017033Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:31:22.4033177Z [gw3] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:31:22.4178355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:31:22.4188004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:31:22.4627753Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:31:22.4638078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:22.5066853Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:22.5074541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:31:22.5460485Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:31:22.5488914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:31:22.5897986Z [gw0] [ 31%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:31:22.7885018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:31:22.7892921Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:31:22.8617012Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:31:22.8625981Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:31:22.8806091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:31:22.8816693Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:31:22.8825911Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:31:22.8832859Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:31:23.0667378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:31:23.0676390Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:31:23.8270766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:31:23.8281584Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:31:23.8509567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:31:23.8521182Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:31:23.8724376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:31:23.8735544Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:31:24.2449337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:31:24.2461424Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:31:24.4026638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:31:24.4044575Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:31:24.7557279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:31:24.7569980Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:31:25.0625606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:31:25.0634915Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:31:25.2909456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:31:25.2923292Z [gw2] [ 32%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:31:25.4543860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:31:25.4585467Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:31:25.4773203Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:31:25.4801935Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:31:25.6519274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:31:25.6536046Z [gw2] [ 32%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:31:26.3150537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:31:26.3158456Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:31:26.5142647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:31:26.5155044Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:31:26.5991310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:31:26.6003274Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:31:26.6077736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:31:26.6088822Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:31:26.8450379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:31:26.8477151Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:31:26.9465405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:31:26.9474038Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:31:26.9779191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:31:26.9794189Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:31:27.0055077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:31:27.0067629Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:31:27.4649118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:31:27.4663867Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:31:27.7526445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:31:27.7536880Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:31:27.9846808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:31:27.9862293Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:31:28.1365646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:31:28.1366318Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:31:28.2837851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:31:28.2849490Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:31:28.5657611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:31:28.5669548Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:31:28.8169344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:31:28.8184296Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:31:28.8477550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:31:28.8488604Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:31:28.9425303Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:31:28.9436925Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:31:29.1526921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:31:29.1538296Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:31:29.3603828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:31:29.3614255Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:31:30.3092733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:31:30.3097756Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:31:30.6050033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:31:30.6060668Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:31:30.7945449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:31:30.7956346Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:31:31.2536377Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:31:31.2543134Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:31:31.3082854Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:31:31.3091758Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:31:31.4587475Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:31:31.4595156Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:31:31.8817321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:31:31.8831662Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:31:32.3269233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:31:32.3295509Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:31:32.3347544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:31:32.3370110Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:31:32.4183607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:31:32.4206224Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:31:32.8724920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:31:32.8730388Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:31:33.0280827Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:31:33.0297205Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:31:33.3861104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:31:33.3875069Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:31:33.7031429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:31:33.7032427Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:31:34.0814229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:31:34.0827616Z [gw2] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:31:34.1248882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:31:34.1262194Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:31:34.3544763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:31:34.3560174Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:31:34.4239332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:31:34.4250058Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:31:34.6830118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:31:34.6839764Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:31:35.1960376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:31:35.1973272Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:31:35.4108721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:31:35.4123660Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:31:35.7215643Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:31:35.7290596Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:31:35.9139446Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:31:35.9167560Z [gw2] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:31:37.1703283Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:31:37.1718596Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:31:37.3999226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:31:37.4024159Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:31:38.0346541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:31:38.0372891Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:31:38.4585587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:31:38.4616091Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:31:38.5112106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:31:38.5134614Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:31:39.0101038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:31:39.0131088Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:31:39.6263528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:31:39.6428169Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:31:39.6495042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:31:39.6952731Z [gw3] [ 37%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:31:39.6963214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:31:39.7415214Z [gw3] [ 37%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:31:40.1469591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:31:40.1478219Z [gw2] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:31:40.7687844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:31:40.7713576Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:31:41.0753649Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:41.0782831Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:31:41.5186236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:31:41.5212433Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:31:41.7917233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:31:41.7952105Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:31:41.9443246Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:31:41.9468321Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:42.3686641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:31:42.3712907Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:31:42.5493686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:31:42.5519408Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:31:42.8547373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:31:42.8561669Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:31:42.9835713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:31:42.9847307Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:31:43.8211775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:31:43.8237166Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:31:43.9486513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:31:43.9508172Z [gw2] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:31:44.2253920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:31:44.2279968Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:31:44.2875491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:31:44.2897019Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:31:45.0304777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:31:45.0326783Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:31:45.2913759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:31:45.2935900Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:31:45.7324877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:31:45.7346475Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:31:45.9825836Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:31:45.9848882Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:31:46.5564728Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:31:46.5582624Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:31:46.7876044Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:31:46.7908635Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:31:46.8709290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:31:46.8737988Z [gw3] [ 39%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:31:46.9499400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:31:46.9529333Z [gw3] [ 39%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:31:47.0911266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:31:47.0941163Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:31:47.6172644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:31:47.6195174Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:31:47.6748951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:31:47.6777923Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:31:47.9650357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:47.9679901Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:48.1303700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:31:48.1321617Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:31:48.1595027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:31:48.1608603Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:31:48.9466124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:48.9493909Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:31:49.5783263Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:31:49.5798149Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:49.7609548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:31:49.7650648Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:31:50.1582638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:31:50.1608767Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:31:51.4369021Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:31:51.4378394Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:31:52.0410837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:31:52.0427708Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:31:53.0275633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:31:53.0284155Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:31:53.4774971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:31:53.4784799Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:31:54.3496867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:31:54.3522380Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:31:54.7330285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:31:54.7357053Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:31:54.8005469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:31:54.8025857Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:31:55.3175971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:31:55.3187988Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:31:55.6400087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:31:55.6430810Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:31:55.7009016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:31:55.7016406Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:31:56.1575592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:56.1598748Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:57.1636418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:31:57.1639291Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:31:57.3026679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:31:57.3037102Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:31:57.8405018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:31:57.8426788Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:31:58.6182898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:31:58.6195752Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:31:58.9889877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:31:58.9901009Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:31:59.8665625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:31:59.8677433Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:32:00.2859645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:32:00.2862807Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:32:00.5206954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:32:00.5227953Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:32:00.6119197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:00.6144561Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:00.8938377Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:32:00.8963901Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:32:00.9810141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:00.9834729Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:32:01.9806789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:32:01.9832694Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:32:02.2589324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:02.2616015Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:32:06.7233202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:32:06.7258074Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:32:08.5907175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:32:08.5916742Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:32:12.3491666Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:32:12.3502737Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:32:12.4092137Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:32:12.4103947Z [gw0] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:32:12.4351851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:12.4537656Z [gw0] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:12.6127243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:32:12.6138969Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:32:13.7276806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:32:13.7302775Z [gw1] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:32:15.4595723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:15.4622352Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:32:16.1640273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:32:16.1643125Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:16.1653317Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:32:16.1654479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:32:16.4833259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:16.4842001Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:32:16.8513302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:32:16.8524983Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:32:17.0212996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:32:17.0217661Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:17.1839378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:32:17.1851078Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:32:17.8616689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:32:17.8624304Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:32:18.2195452Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:32:18.2206071Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:32:18.3029867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:32:18.3038375Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:32:18.3124606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:32:18.3132810Z [gw1] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:32:18.3780843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:32:18.3795659Z [gw1] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:32:18.4391160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:32:18.4398693Z [gw1] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:32:18.8597997Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:32:18.8607711Z [gw0] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:32:18.8702645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:32:18.8709784Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:32:19.0772934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:32:19.0781481Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:32:19.2621989Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:32:19.2629445Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:32:19.3534565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:32:19.3553834Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:32:19.3566866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:32:19.4017790Z [gw1] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:32:19.4035309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:32:19.4498161Z [gw1] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:32:19.4516515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:32:19.4938197Z [gw1] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:32:19.4961504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:32:19.5378691Z [gw1] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:32:19.5403958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:32:19.5818712Z [gw1] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:32:19.5842255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:32:19.6260549Z [gw1] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:32:20.2213605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:32:20.2239445Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:32:20.5728382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:32:20.5740814Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:32:20.7708137Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:32:20.7720908Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:32:20.8758022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:32:20.8769820Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:32:20.9949850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:32:20.9961289Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:32:21.2742477Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:32:21.2750932Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:32:21.3604949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:32:21.3613196Z [gw1] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:32:21.5833070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:32:21.5841640Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:32:22.0284251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:32:22.0292860Z [gw0] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:32:22.1333791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:32:22.1346304Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:32:22.3924039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:32:22.3930436Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:32:22.6431732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:32:22.6439490Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:32:22.8170652Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:32:22.8178313Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:32:23.5534921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:32:23.5543541Z [gw0] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:32:23.6802631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:32:23.6814552Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:32:24.0783102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:32:24.0797382Z [gw1] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:32:24.1211937Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:32:24.1224627Z [gw0] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:32:24.1686383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:32:24.1697794Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:32:24.1736815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:32:24.2137486Z [gw1] [ 48%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:32:24.2175125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:32:24.2576706Z [gw1] [ 48%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:32:24.3748005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:32:24.3778723Z [gw1] [ 48%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:32:24.4213690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:32:24.4229463Z [gw0] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:32:24.8590068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:32:24.8599400Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:32:25.0947783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:32:25.0956814Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:32:25.1018597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:32:25.1025578Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:32:25.2679793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:32:25.2691982Z [gw1] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:32:25.3098422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:32:25.3105561Z [gw0] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:32:25.3537175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:25.3551267Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:32:25.3564908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:32:25.3978214Z [gw1] [ 49%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:32:25.3990685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:32:25.4418028Z [gw1] [ 49%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:32:25.4435680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:32:25.4614548Z [gw1] [ 49%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:32:25.4622455Z [gw0] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:25.4857253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:25.4877197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:32:25.5339313Z [gw1] [ 49%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:32:25.8181323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:32:25.8195186Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:32:25.9435084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:32:25.9442499Z [gw0] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:25.9719007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:32:25.9729888Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:32:26.1685132Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:32:26.1689496Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:32:26.1699411Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:32:26.1701542Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:32:26.3196361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:32:26.3210414Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:32:26.4363669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:32:26.4377911Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:32:26.4595245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:32:26.4779278Z [gw3] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:32:26.6079928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:32:26.6093905Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:32:26.7583394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:32:26.7611750Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:32:26.8334195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:32:26.8346458Z [gw0] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:32:27.0327312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:32:27.0339299Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:32:27.0681634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:27.0693505Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:32:27.3678427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:32:27.3700689Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:27.5213699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:27.5240517Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:32:27.5619729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:32:27.5641854Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:27.7283152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:27.7307912Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:27.7396210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:27.7425471Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:32:28.2959941Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:32:28.2985459Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:28.6025555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:28.6035464Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:28.6131677Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:28.6272084Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:28.6284568Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:32:28.6455948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:32:28.9489325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:28.9507153Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:32:29.1105455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:32:29.1112136Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:29.6120353Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:29.6135292Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:32:29.6425020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:32:29.6439456Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:29.9593825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:29.9608292Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:32:30.2479452Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:32:30.2485751Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:30.6468505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:30.6482841Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:32:31.7974391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:32:31.8000410Z [gw0] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:32:31.9322088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:32:31.9351376Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:32.2289754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:32.2315565Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:32:33.0838388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:32:33.0864636Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:32:33.2061107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:32:33.2085999Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:32:33.3251931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:32:33.3273279Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:32:33.4020183Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:32:33.4039806Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:33.8878040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:33.8888087Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:32:34.1506727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:32:34.1521192Z [gw1] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:34.1535315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:34.1937942Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:34.3333994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:32:34.3342482Z [gw1] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:32:34.3360953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:32:34.3778101Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:32:34.3794503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:34.4217825Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:34.4235219Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:32:34.4657581Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:32:34.4672953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:34.5049862Z [gw1] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:34.5057024Z [gw0] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:32:34.5136948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:32:34.5153741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:32:34.5578135Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:32:34.7029307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:34.7055457Z [gw1] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:34.7083387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:32:34.7520080Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:32:34.7529486Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:34.8024298Z [gw1] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:35.2943429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:35.2951547Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:35.5807556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:35.5822674Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:32:35.8086310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:32:35.8098243Z [gw0] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:32:35.9108352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:32:35.9116190Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:36.4212684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:32:36.4237321Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:32:36.9496653Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:32:36.9505197Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:32:37.2068364Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:32:37.2086303Z [gw0] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:32:37.2227712Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:37.2253662Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:32:37.3955766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:32:37.3985583Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:32:37.4887211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:32:37.4916772Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:32:38.0155925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:32:38.0186888Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:32:38.0261853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:32:38.0283666Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:32:38.0310987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:38.0700999Z [gw1] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:38.0778757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:38.1222174Z [gw1] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:38.1223329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:38.1382963Z [gw1] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:38.1403292Z [gw0] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:38.1427740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:32:38.1576101Z [gw0] [ 56%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:32:38.1634237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:32:38.1879773Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:32:38.1884650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:38.2056394Z [gw0] [ 56%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:38.2297519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:32:38.2960952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:32:38.2974814Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:32:38.3864543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:32:38.3878201Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:32:38.4073601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:38.4378912Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:38.4382510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:32:38.4817329Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:32:38.4823918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:32:38.5389935Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:32:38.5417612Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:32:38.5737068Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:32:38.5784577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:38.6178034Z [gw1] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:38.6262038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:38.6617086Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:38.6715607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:38.7057829Z [gw1] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:38.7080219Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:38.7536626Z [gw1] [ 57%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:38.8770706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:32:38.8792445Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:32:39.1869124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:32:39.1900423Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:32:39.4735557Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:32:39.4752675Z [gw0] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:32:39.5548559Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:39.5580183Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:32:39.7431109Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:32:39.7445932Z [gw0] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:39.8464895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:39.8474514Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:32:40.2466854Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:32:40.2473436Z [gw0] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:40.9853003Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:32:40.9860577Z [gw0] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:32:41.3655999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:32:41.3664584Z [gw0] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:32:41.4610876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:32:41.4616093Z [gw0] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:32:42.0088172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:32:42.0097949Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:32:42.2901855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:42.2910368Z [gw0] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:32:42.6634643Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:32:42.6648116Z [gw0] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:32:42.8795890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:32:42.8796519Z [gw0] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:32:43.1356803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:32:43.1373746Z [gw0] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:32:43.4196410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:32:43.4208111Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:43.4489978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:43.4618592Z [gw1] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:43.7913290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:43.7921084Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:43.9050166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:43.9059560Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:44.0914934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:44.0923168Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:44.3749366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:44.3757816Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:44.8512401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:44.8523895Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:32:44.8901332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:44.8909615Z [gw0] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:32:45.0517901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:32:45.0525251Z [gw1] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:45.0544915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:45.0937831Z [gw1] [ 59%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:45.1276034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:45.1416976Z [gw1] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:45.5679582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:45.5692298Z [gw1] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:45.8085280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:45.8094313Z [gw1] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:45.8933088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:45.8943522Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:32:45.8979964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:32:45.9378479Z [gw0] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:32:46.0944356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:32:46.0953753Z [gw1] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:46.1133842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:46.1143577Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:32:46.2072354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:32:46.2080558Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:32:46.3574394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:46.3580858Z [gw1] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:46.5958600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:46.5965970Z [gw1] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:46.8487599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:46.8499744Z [gw1] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:47.2344196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:47.2354315Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:48.1629883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:48.1641328Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:48.2900783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:48.2932107Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:49.1003479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:49.1011291Z [gw0] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:49.3482256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:32:49.3489680Z [gw0] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:32:49.3507341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:32:49.3898056Z [gw0] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:32:49.5201060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:32:49.5209628Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:49.6052053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:49.6059643Z [gw1] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:50.1341269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:50.1360357Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:50.6017022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:50.6023702Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:50.7392171Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:32:50.7399865Z [gw0] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:32:50.8782282Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:32:50.8791114Z [gw3] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:32:50.8969865Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:32:50.9219230Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:32:51.8179974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:32:51.8269745Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:52.2086674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:52.2094010Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:32:52.5300321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:32:52.5308143Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:32:52.5636689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:32:52.5779827Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:32:52.6097105Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:32:52.6219198Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:32:52.8644250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:32:52.8653374Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:32:53.0101012Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:32:53.0115846Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:32:53.0557610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:32:53.0573054Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:32:53.1127163Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:53.1144416Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:32:53.3467378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:32:53.3497472Z [gw1] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:53.5498522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:53.5523971Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:55.9197805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:55.9224123Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:55.9252908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:55.9605621Z [gw1] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:55.9630889Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:55.9683959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:55.9690350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:56.0123628Z [gw1] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:58.1740456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:32:58.1766690Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:32:58.1795387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:32:58.2257398Z [gw0] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:32:58.4192915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:32:58.4220631Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:58.7397088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:32:58.7416333Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:32:58.9097125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:32:58.9122255Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:32:59.8456025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:32:59.8482130Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:32:59.8510546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:32:59.8923143Z [gw2] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:32:59.8932081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:59.9379414Z [gw2] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:33:00.3106921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:33:00.3118479Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:33:00.4902088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:33:00.4928142Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:33:01.3525657Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:33:01.3540806Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:33:01.5577412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:33:01.5607635Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:33:01.7872177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:33:01.7879449Z [gw2] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:33:02.7409901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:33:02.7492796Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:33:02.7514541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:02.7975466Z [gw0] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:10.0453283Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:33:10.0457837Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:33:11.8759271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:33:11.8765354Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:33:13.5903193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:33:13.5920242Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:33:15.6965668Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:33:15.6991922Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:33:15.7020729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:15.7534486Z [gw0] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:15.9721428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:33:15.9736427Z [gw2] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:33:17.6506455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:33:17.6534419Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:33:17.6566512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:17.6968555Z [gw0] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:17.6979425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:33:17.7410282Z [gw0] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:33:17.7421400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:17.7896291Z [gw0] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:18.0885123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:33:18.0910585Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:33:18.0939121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:33:18.1363540Z [gw0] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:33:18.1371029Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:18.1843555Z [gw0] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:18.1850015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:33:18.2326266Z [gw0] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:33:18.2333682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:33:18.2816388Z [gw0] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:33:21.8150495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:21.8160517Z [gw2] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:33:22.3135813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:33:22.3144673Z [gw3] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:33:25.4339868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:33:25.4370083Z [gw3] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:33:27.1019779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:33:27.1049010Z [gw3] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:33:27.1132566Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:33:27.1563350Z [gw3] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:33:27.1570140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:33:27.2022923Z [gw3] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:33:27.2028965Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:33:27.2477207Z [gw3] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:33:27.2483334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:33:27.2984074Z [gw3] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:33:27.4943090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:33:27.4956801Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:27.5098766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:33:27.5379635Z [gw0] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:33:27.7314080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:33:27.7339579Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:33:27.9906642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:33:27.9915213Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:33:27.9956745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:28.0340566Z [gw0] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:28.2177125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:33:28.2189637Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:33:28.3283159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:28.3295114Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:28.5190799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:33:28.5203667Z [gw0] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:33:28.6402281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:28.6415633Z [gw0] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:28.9709297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:28.9718988Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:33:29.2201687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:33:29.2214356Z [gw0] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:29.4717879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:33:29.4728798Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:33:30.4472826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:33:30.4481958Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:33:30.7775883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:30.7783667Z [gw2] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:33:30.9520689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:30.9535219Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:31.1468971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:33:31.1476439Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:33:31.4216866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:31.4222663Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:31.8391299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:31.8402742Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:32.2531609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:33:32.2557837Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:33:32.6409056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:33:32.6418681Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:33:33.0284862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:33.0297268Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:33.2826280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:33:33.2837447Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:33:34.1994807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:34.2002150Z [gw2] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:34.7112703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:33:34.7118878Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:35.4500858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:35.4538126Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:35.4702370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:33:35.4938291Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:33:35.5032551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:35.5378123Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:35.5399593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:35.5818294Z [gw3] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:35.5847952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:33:35.6300822Z [gw3] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:33:36.1171487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:36.1237495Z [gw3] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:36.5811178Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:36.5830071Z [gw3] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:36.5906512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:33:36.6217678Z [gw3] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:33:36.6271729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:33:36.6656869Z [gw3] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:33:36.7487585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:33:36.7508621Z [gw2] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:33:36.7907768Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:33:36.7935657Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:33:36.8543153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:33:36.8554032Z [gw3] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:33:37.8413556Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:33:37.8425385Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:33:38.3058291Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:33:38.3063554Z [gw2] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:33:38.4230280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:33:38.4336631Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:33:39.5619097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:33:39.5632268Z [gw2] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:33:40.1140809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:40.1168098Z [gw2] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:40.1207801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:33:40.1617643Z [gw2] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:33:40.1623660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:40.2096716Z [gw2] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:40.8452906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:33:40.8479376Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:33:42.2207822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:33:42.2233482Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:33:42.8574179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:33:42.8599805Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:33:43.3017056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:43.3048168Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:33:43.4751782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:33:43.4774392Z [gw3] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:43.4807132Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:43.5204272Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:43.5215222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:43.5622275Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:43.5655458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:43.6093246Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:43.6095919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:43.6546693Z [gw3] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:44.2110172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:33:44.2124179Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:33:44.4456147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:33:44.4480351Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:33:46.0724883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:33:46.0732473Z [gw2] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:33:47.3934096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:33:47.3963472Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:33:48.6286173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:33:48.6301007Z [gw2] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:33:48.8227917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:33:48.8258666Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:33:49.9181058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:33:49.9210833Z [gw2] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:33:50.5343100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:33:50.5373956Z [gw2] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:33:50.6349210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:33:50.6377998Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:33:51.0762411Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:33:51.0802330Z [gw0] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:33:51.5356195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:33:51.5382661Z [gw0] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:33:52.7425864Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:33:52.7452008Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:33:53.2969263Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:33:53.2982620Z [gw2] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:33:53.3404899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:33:53.3417066Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:33:53.4480540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:33:53.4492978Z [gw0] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:33:53.5539905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:33:53.5556589Z [gw0] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:33:53.5593566Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:33:53.5978408Z [gw0] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:33:53.6017147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:33:53.6442875Z [gw0] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:33:53.6489031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:33:53.6881035Z [gw0] [ 74%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:33:53.6887084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:33:53.7373993Z [gw0] [ 74%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:33:53.7482627Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:33:53.7503699Z [gw1] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:54.0634265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:54.0660633Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:33:54.1741324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:33:54.1752809Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:33:54.4489593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:33:54.4501570Z [gw2] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:33:57.2423528Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:33:57.2444664Z [gw2] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:33:57.7968713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:33:57.7985746Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:33:58.6420853Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:33:58.6430490Z [gw2] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:34:03.3875037Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:34:03.3901179Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:34:04.9902855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:34:04.9971046Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:34:08.7699059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:34:08.7732039Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:34:10.1826142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:34:10.1849060Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:34:10.4084001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:34:10.4109524Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:34:11.4950176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:34:11.4972259Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:34:11.8829612Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:34:11.8855239Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:34:11.9706366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:34:11.9730916Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:34:15.7028752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:34:15.7066689Z [gw0] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:34:17.4285626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:34:17.4315270Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:34:17.4347932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:34:17.4766276Z [gw0] [ 76%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:34:17.4776406Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:34:17.5253980Z [gw0] [ 76%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:34:18.2303418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:34:18.2331225Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:34:18.5051083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:34:18.5076213Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:34:18.9519993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:34:18.9550698Z [gw1] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:34:20.6466706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:20.6474720Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:34:21.2366488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:34:21.2401745Z [gw1] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:21.5044339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:34:21.5070678Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:34:21.5385223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:34:21.5533447Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:34:21.5918165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:34:21.5952732Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:34:21.6280009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:34:21.6376007Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:34:21.6646101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:34:21.6823370Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:34:22.3779111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:34:22.3816280Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:34:22.5794139Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:34:22.5802060Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:34:23.1809261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:34:23.1834008Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:34:23.4296485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:34:23.4334324Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:34:24.2454007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:34:24.2473083Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:34:27.3862547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:34:27.3934909Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:34:29.5781634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:34:29.5806851Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:34:29.8418526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:34:29.8442989Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:34:39.1387861Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:34:39.1417741Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:34:39.1853359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:34:39.1870798Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:34:39.5136551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:34:39.5166357Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:34:39.5252163Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:34:39.5647503Z [gw3] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:34:39.5650765Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:34:39.6090226Z [gw3] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:34:39.6093719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:34:39.6513958Z [gw3] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:34:39.6515419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:34:39.6956236Z [gw3] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:34:39.6957404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:34:39.7415880Z [gw3] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:34:39.7432046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:34:39.7835645Z [gw3] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:34:39.7836722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:34:39.8296131Z [gw3] [ 78%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:34:40.5588950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:34:40.5608232Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:34:40.9073901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:34:40.9093114Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:34:41.2340617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:34:41.2367159Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:34:41.3845063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:34:41.3867358Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:34:42.1663953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:34:42.1686352Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:34:42.7064174Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:34:42.7078492Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:34:44.0838169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:34:44.0853717Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:34:44.1103564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:34:44.1133528Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:34:44.2193079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:34:44.2214318Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:34:44.5531666Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:34:44.5540655Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:34:44.5558311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:34:44.5977497Z [gw0] [ 80%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:34:44.5998625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:44.6433110Z [gw0] [ 80%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:45.6389594Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:34:45.6416775Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:34:45.9823621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:34:45.9838902Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:34:46.8189574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:34:46.8220574Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:34:47.6257026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:34:47.6284905Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:34:48.3904272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:34:48.3913200Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:34:49.1434925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:34:49.1442216Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:34:50.1642385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:34:50.1656085Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:34:51.0469265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:34:51.0497572Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:34:51.1609834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:34:51.1618087Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:34:53.0503422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:34:53.0513033Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:34:53.3101630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:34:53.3102639Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:34:54.0440947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:34:54.0451292Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:34:54.1604490Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:34:54.1620326Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:34:54.1936386Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:34:54.2017158Z [gw0] [ 81%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:34:54.2337684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:34:54.2497563Z [gw0] [ 81%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:34:54.9126870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:34:54.9138303Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:34:55.2533663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:34:55.2544841Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:34:55.3697747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:34:55.3709737Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:34:55.4045471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:34:55.4137317Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:34:55.6229995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:34:55.6257158Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:34:55.6286281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:34:55.6580300Z [gw3] [ 82%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:34:55.6590520Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:34:55.6739176Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:34:55.7860229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:34:55.7866588Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:34:56.4444441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:34:56.4456365Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:34:56.7758667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:34:56.7787233Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:34:57.0202156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:34:57.0203228Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:34:57.1441813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:34:57.1454136Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:34:57.1633700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:34:57.1645764Z [gw2] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:34:58.4443959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:34:58.4458620Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:34:58.9841307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:34:58.9857090Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:34:59.3790689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:34:59.3814716Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:35:00.6981068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:35:00.6997624Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:35:01.6992814Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:35:01.7006225Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:35:04.0302170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:35:04.0310238Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:35:04.3631516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:35:04.3649977Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:35:05.1926382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:05.1931426Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:35:05.7937581Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:35:05.7966401Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:35:06.5004797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:35:06.5019454Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:35:06.7329432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:35:06.7343783Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:35:06.7846710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:35:06.7860608Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:35:06.8366162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:35:06.8380001Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:35:06.8892010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:35:06.8905714Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:35:06.9414925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:35:06.9432075Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:35:07.1017819Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:07.1047328Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:07.2754939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:07.2777819Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:07.2802121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:07.3043294Z [gw3] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:07.3053019Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:07.3218008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:07.3240798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:07.3658176Z [gw3] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:07.4794006Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:35:07.4808127Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:35:07.6453147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:35:07.6478633Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:35:07.8080707Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:35:07.8109847Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:35:07.9701399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:35:07.9730404Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:35:08.0865506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:35:08.0895765Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:35:08.2574183Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:35:08.2603872Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:35:08.5844107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:35:08.5890510Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:35:08.8067752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:35:08.8094063Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:35:08.8122376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:35:08.8575735Z [gw3] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:35:09.1320436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:35:09.1424007Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:35:09.2377977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:35:09.2415818Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:35:09.3386745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:35:09.3410928Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:35:09.4389238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:35:09.4429866Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:35:09.5152606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:35:09.5179396Z [gw0] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:35:09.5207434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:35:09.5320946Z [gw0] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:35:09.5345020Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:35:09.5646071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:35:09.5654855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:35:09.6137325Z [gw0] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:35:09.6956433Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:35:09.6979104Z [gw0] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:35:09.7325673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:35:09.7353891Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:35:09.9019772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:35:09.9047329Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:35:09.9111720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:35:09.9535426Z [gw3] [ 86%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:35:10.0499582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:35:10.0533728Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:35:10.1259650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:35:10.1292224Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:35:10.1321192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:10.1725959Z [gw3] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:10.1732978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:10.2165584Z [gw3] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:10.2172129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:10.2611093Z [gw3] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:35:10.2618937Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:10.3097348Z [gw3] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:35:10.3227372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:35:10.3255280Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:35:10.4024056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:35:10.4039981Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:35:10.5127760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:35:10.5154851Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:35:11.1056836Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:35:11.1087431Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:35:11.3301321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:35:11.3324656Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:35:11.6120649Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:35:11.6149700Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:35:12.9734608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:35:12.9752231Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:35:13.0870825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:35:13.0884827Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:35:13.5666404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:35:13.5680435Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:35:13.7711990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:35:13.7774560Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:35:15.0620973Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:35:15.0648843Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:35:15.2611851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:35:15.2622663Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:35:15.6325608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:35:15.6337488Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:35:15.9028312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:35:15.9039974Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:35:16.1191803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:35:16.1205233Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:35:16.2345600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:35:16.2368989Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:35:16.9329266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:35:16.9353679Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:35:18.0487530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:35:18.0502362Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:35:18.2778454Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:35:18.2794654Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:35:18.8868574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:35:18.8878037Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:35:18.8899090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:35:18.9150437Z [gw3] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:35:18.9162862Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:35:18.9181239Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:35:18.9296772Z [gw0] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:35:18.9578942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:35:18.9600885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:35:19.0019341Z [gw0] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:35:21.9618590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:35:21.9632746Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:35:23.5634691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:35:23.5635842Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:35:23.6603692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:35:23.6621442Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:25.9477718Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:25.9485722Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:26.1349242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:35:26.1360155Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:35:26.2128844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:26.2140455Z [gw1] [ 90%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:26.4380157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:26.4386571Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:26.5266967Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:26.5275321Z [gw2] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:35:26.5798281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:35:26.5806470Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:27.8020286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:27.8029892Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:27.8031274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:27.8421965Z [gw1] [ 91%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:28.1083095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:35:28.1089704Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:35:28.9529141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:35:28.9536299Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:35:29.5143903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:35:29.5153182Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:35:29.8329443Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:35:29.8340444Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:35:30.2364208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:35:30.2371594Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:35:31.1642597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:35:31.1658610Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:35:31.6126221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:35:31.6137463Z [gw0] [ 91%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:35:31.7025806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:35:31.7072299Z [gw0] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:35:31.7751178Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:35:31.7759670Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:35:32.5221300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:35:32.5226603Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:35:32.6920509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:35:32.6929386Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:35:32.8019464Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:35:32.8031091Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:35:32.9707241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:35:32.9718677Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:35:32.9735539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:35:33.0137522Z [gw1] [ 92%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:35:33.0154683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:35:33.0577403Z [gw1] [ 92%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:35:33.1120084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:35:33.1131571Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:35:33.1980954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:35:33.1993300Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:35:34.0473922Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:35:34.0482035Z [gw0] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:35:34.5228233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:35:34.5239586Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:35:34.6726824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:35:34.6735710Z [gw1] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:35:34.7679310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:35:34.7688474Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:35:35.0925416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:35:35.0934136Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:35:35.3644613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:35:35.3652871Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:35:35.5057201Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:35:35.5066076Z [gw0] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:35:36.0811637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:35:36.0821720Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:35:37.0336169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:35:37.0356398Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:35:37.9948708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:35:37.9957591Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:35:38.5104427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:35:38.5105529Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:35:39.5698975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:35:39.5710565Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:35:40.1283832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:35:40.1296189Z [gw1] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:35:41.1764031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:35:41.1791625Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:35:43.7620086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:35:43.7638085Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:35:44.4130826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:35:44.4160639Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:35:45.4959582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:35:45.4983366Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:35:45.5827387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:35:45.5849370Z [gw3] [ 94%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:35:45.9755022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:35:45.9770249Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:35:46.3895726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:35:46.3937885Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:35:47.3266972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:35:47.3283180Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:35:48.2306991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:35:48.2325440Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:35:48.4593417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:35:48.4607639Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:35:49.3430115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:35:49.3448413Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:35:49.3820409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:35:49.3835692Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:35:49.7077772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:35:49.7089760Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:35:49.8328404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:35:49.8350487Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:35:50.0227727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:35:50.0234565Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:35:50.1709421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:35:50.1722831Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:35:50.3420457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:35:50.3435697Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:35:50.9043075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:35:50.9058275Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:35:51.3043125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:35:51.3061497Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:35:51.6502833Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:35:51.6510835Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:35:51.8218657Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:35:51.8230702Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:35:51.8261269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:35:51.8658107Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:35:51.9466508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:35:51.9477670Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:35:52.0239879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:35:52.0256125Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:35:52.8529424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:35:52.8543181Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:35:53.5015769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:35:53.5028241Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:35:53.7369587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:35:53.7379765Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:35:53.9424494Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:35:53.9435588Z [gw1] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:35:53.9924214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:35:53.9934586Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:35:54.4545687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:35:54.4557306Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:35:54.8133321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:35:54.8144312Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:35:54.8833232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:35:54.8846975Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:35:54.8898914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:35:54.9257531Z [gw1] [ 97%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:35:55.0124161Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:35:55.0137373Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:35:55.0698208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:35:55.0713514Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:35:55.3932739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:35:55.3944404Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:35:55.5506661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:35:55.5522064Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:35:55.6283848Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:35:55.6297324Z [gw1] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:35:55.7012067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:35:55.7024149Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:35:56.0447422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:35:56.0461343Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:35:56.1341873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:35:56.1355888Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:35:56.2103050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:35:56.2116876Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:35:56.4838263Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:35:56.4853235Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:35:56.5255922Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:35:56.5268354Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:35:56.5892358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:35:56.5905555Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:35:56.6298159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:35:56.6310930Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:35:56.6325015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:35:56.6741058Z [gw1] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:35:56.6844784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:35:56.7096309Z [gw1] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:35:56.7110767Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:35:56.7125327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:35:56.7216649Z [gw0] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:35:56.7248200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:35:56.7539329Z [gw1] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:35:56.7553315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:35:56.7657578Z [gw0] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:35:56.7671220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:35:56.7867891Z [gw1] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:35:56.7882425Z [gw3] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:35:56.7976871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:35:56.8097736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:35:56.9518739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:35:57.0274551Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:35:57.5441848Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:36:04.5090815Z [gw3] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:36:04.5099405Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:36:07.3711669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:36:07.3718475Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:36:08.7969670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:36:08.7979120Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:36:08.9834340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:36:10.3743301Z [gw2] [100%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:36:10.3743908Z 2022-09-27T15:36:10.3746295Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml - 2022-09-27T15:36:10.3749591Z === 753 passed, 107 skipped, 154 xfailed, 141 warnings in 326.61s (0:05:26) ==== 2022-09-27T15:36:10.3898549Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:36:10.8503197Z Running test_fx ... [2022-09-27 15:36:10.849922] 2022-09-27T15:36:10.8503689Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:36:10.850005] 2022-09-27T15:36:13.4149718Z Test results will be stored in test-reports/python-unittest/test_fx 2022-09-27T15:36:13.4214202Z 2022-09-27T15:36:13.4214511Z Running tests... 2022-09-27T15:36:13.4216743Z ---------------------------------------------------------------------- 2022-09-27T15:36:13.4360855Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.015s) 2022-09-27T15:36:13.4370131Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:36:13.4391955Z Test type annotations in the forward function. ... ok (0.003s) 2022-09-27T15:36:13.4402644Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:36:13.4410211Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:36:13.4417839Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T15:36:13.4423364Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:36:13.4426986Z Test the consistency relation. ... ok (0.001s) 2022-09-27T15:36:13.4432506Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-09-27T15:36:13.4436293Z Test the consistency relation. ... ok (0.001s) 2022-09-27T15:36:13.4545683Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.011s) 2022-09-27T15:36:13.4572409Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-09-27T15:36:13.4642190Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:36:13.4708819Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:36:13.4760748Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:36:13.4809638Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:36:13.4863723Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:36:13.4910072Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:36:13.4956075Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T15:36:13.5827279Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.087s) 2022-09-27T15:36:13.5884529Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T15:36:13.5951283Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:36:13.6012255Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T15:36:13.6084676Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:36:13.6153587Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T15:36:13.6202183Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:36:13.6247003Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:36:13.6283941Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:36:13.6330918Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:36:13.6382457Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:36:13.6419863Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:36:13.6463407Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T15:36:13.6511023Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T15:36:13.6521479Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.6576815Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.006s) 2022-09-27T15:36:13.6586812Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.6642402Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.006s) 2022-09-27T15:36:13.6655748Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.6688834Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.005s) 2022-09-27T15:36:13.6699642Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.6750643Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-09-27T15:36:13.6760552Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.6811925Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-09-27T15:36:13.6821966Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.6844140Z Test code path where placeholder comes after normal op node in FX ... ok (0.003s) 2022-09-27T15:36:13.6852961Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.6900131Z Perform constant folding conversion, from original mod to split constant ... ok (0.005s) 2022-09-27T15:36:13.6910694Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.6959228Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-09-27T15:36:13.7012856Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:36:13.7071584Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T15:36:13.7082796Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.7153397Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-09-27T15:36:13.7162105Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.7185530Z Check that a graph with no constant folding is handled correctly. ... ok (0.003s) 2022-09-27T15:36:13.7195720Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.7241286Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.005s) 2022-09-27T15:36:13.7354287Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.011s) 2022-09-27T15:36:13.7405395Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:36:13.7455650Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:36:13.7463191Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.7508620Z Perform constant folding with a call_module node. ... ok (0.005s) 2022-09-27T15:36:13.7522897Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-09-27T15:36:13.7568608Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.006s) 2022-09-27T15:36:13.7624127Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T15:36:13.7675268Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-09-27T15:36:13.7694614Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:36:13.7695679Z warnings.warn(msg, FutureWarning) 2022-09-27T15:36:13.7746626Z ok (0.007s) 2022-09-27T15:36:13.7809344Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T15:36:13.7869757Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T15:36:13.7928282Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T15:36:13.7991205Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T15:36:13.8050259Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T15:36:13.8057108Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-09-27T15:36:13.8079227Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-09-27T15:36:13.8079690Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:36:13.8080759Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:36:13.8081576Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-09-27T15:36:13.8082076Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:36:13.8082541Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T15:36:13.8082933Z return add_1 2022-09-27T15:36:13.8085868Z ok (0.003s) 2022-09-27T15:36:13.8091901Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-09-27T15:36:13.8112530Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-09-27T15:36:13.8112947Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:36:13.8113400Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:36:13.8113842Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:36:13.8161155Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-09-27T15:36:13.8162123Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-09-27T15:36:13.8162507Z return add_1 2022-09-27T15:36:13.8162788Z ok (0.003s) 2022-09-27T15:36:13.8163284Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-09-27T15:36:13.8163936Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T15:36:13.8164387Z %x : [#users=1] = placeholder[target=x] 2022-09-27T15:36:13.8164731Z %y : [#users=0] = placeholder[target=y] 2022-09-27T15:36:13.8165172Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T15:36:13.8165558Z return add 2022-09-27T15:36:13.8166274Z ok (0.004s) 2022-09-27T15:36:13.8171587Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-09-27T15:36:13.8191993Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T15:36:13.8192464Z %x : [#users=1] = placeholder[target=x] 2022-09-27T15:36:13.8192820Z %y : [#users=1] = placeholder[target=y] 2022-09-27T15:36:13.8193253Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-09-27T15:36:13.8193768Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T15:36:13.8194221Z return add_1 2022-09-27T15:36:13.8275092Z ok (0.003s) 2022-09-27T15:36:13.8276630Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-09-27T15:36:13.8277308Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-09-27T15:36:13.8277775Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T15:36:13.8278171Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-09-27T15:36:13.8278616Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T15:36:13.8279025Z return mul 2022-09-27T15:36:13.8279299Z ok (0.003s) 2022-09-27T15:36:13.8279671Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-09-27T15:36:13.8280294Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-09-27T15:36:13.8280797Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T15:36:13.8281278Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-09-27T15:36:13.8281814Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-09-27T15:36:13.8282338Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T15:36:13.8282718Z return mul 2022-09-27T15:36:13.8282983Z ok (0.003s) 2022-09-27T15:36:13.8286306Z test_simple (fx.test_dce_pass.TestDCE) 2022-09-27T15:36:13.8287907Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-09-27T15:36:13.8288349Z %x : [#users=2] = placeholder[target=x] 2022-09-27T15:36:13.8288950Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T15:36:13.8289381Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T15:36:13.8289842Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T15:36:13.8290241Z return add_1 2022-09-27T15:36:13.8327338Z ok (0.004s) 2022-09-27T15:36:13.8327922Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.8401658Z test_annotation_with_future (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:36:13.8503224Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:36:13.8504455Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:36:13.8594726Z ok (0.019s) 2022-09-27T15:36:13.8625516Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.8657609Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.8690712Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.8722081Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.8753320Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.8767845Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:13.8801393Z test_assert (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.8842993Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:13.8884728Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:13.8924842Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:13.8959489Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.8994983Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.9036657Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:13.9065373Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.9103665Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:13.9653640Z test_autowrap_functions (__main__.TestFX) ... ok (0.055s) 2022-09-27T15:36:13.9692110Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:13.9722515Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.9736348Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:13.9771897Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:13.9803218Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:13.9964042Z test_custom_codegen (__main__.TestFX) ... ok (0.016s) 2022-09-27T15:36:14.0015014Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:14.0036495Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:14.0079071Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.0115864Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.0154875Z test_custom_proxy_type (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.0196595Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.0281876Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:36:14.0319529Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.0331907Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:14.0378859Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:14.2057735Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.168s) 2022-09-27T15:36:14.2088047Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.2132782Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.2175201Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:36:14.2175883Z warnings.warn(msg, FutureWarning) 2022-09-27T15:36:14.2176091Z ok (0.004s) 2022-09-27T15:36:14.2210151Z test_dict (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.2240856Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.2297882Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:36:14.2330611Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.2343377Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:14.2372203Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.2421740Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:14.2440771Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:14.2571152Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.013s) 2022-09-27T15:36:14.2774772Z test_fn_type_annotations (__main__.TestFX) ... ok (0.020s) 2022-09-27T15:36:14.2806581Z test_fx_and_or (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.2840832Z test_fx_create_arg (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.2871772Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.2910528Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.3877577Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.097s) 2022-09-27T15:36:14.3880851Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-09-27T15:36:14.4162235Z test_getitem_subproc (__main__.TestFX) ... ok (0.028s) 2022-09-27T15:36:14.4216405Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:14.4247254Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.4569069Z test_graph_module (__main__.TestFX) ... ok (0.032s) 2022-09-27T15:36:14.4610937Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.4651569Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.4684196Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.4715023Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.4731751Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:14.4743210Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:14.4754222Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:14.4771143Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:14.4808147Z test_inf_nan (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:14.4832684Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:14.4887260Z test_inline_graph (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:14.4910734Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:14.4965665Z test_interpreter (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:14.4995793Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:14.7464939Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.247s) 2022-09-27T15:36:15.0479081Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.301s) 2022-09-27T15:36:15.0516452Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.0558034Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.0601711Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.0639484Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.0673024Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.0713587Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.0749508Z test_layout (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.0781079Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.0831597Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:15.0875680Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.0899763Z test_move_before (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:15.0991000Z test_multi_insert_point (__main__.TestFX) ... ok (0.009s) 2022-09-27T15:36:15.1048400Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:36:15.1095265Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:15.1127417Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.1157853Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.1394789Z test_native_callable (__main__.TestFX) ... ok (0.024s) 2022-09-27T15:36:15.1405199Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:15.1434634Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.1464026Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.1514480Z test_partial_trace (__main__.TestFX) ... 2022-09-27T15:36:15.1514718Z 2022-09-27T15:36:15.1514741Z 2022-09-27T15:36:15.1514876Z def forward(self, x, y_1): 2022-09-27T15:36:15.1515184Z eq = y_1 == True; y_1 = None 2022-09-27T15:36:15.1515904Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-09-27T15:36:15.1516354Z mul = 2 * x; x = None 2022-09-27T15:36:15.1516622Z return mul 2022-09-27T15:36:15.1516888Z 2022-09-27T15:36:15.1521462Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:565: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-09-27T15:36:15.1522293Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-09-27T15:36:15.1533958Z ok (0.007s) 2022-09-27T15:36:15.1578787Z test_pickle_custom_import (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.1640740Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:36:15.1709500Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.007s) 2022-09-27T15:36:15.1776739Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.007s) 2022-09-27T15:36:15.1790925Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-09-27T15:36:15.1792093Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-09-27T15:36:15.1792520Z ok (0.001s) 2022-09-27T15:36:15.1819956Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.1848748Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.1886153Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.1922825Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.1942558Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:15.3097256Z test_pytree (__main__.TestFX) ... ok (0.115s) 2022-09-27T15:36:15.3152345Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-09-27T15:36:15.3170759Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:15.3212938Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:15.3225842Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:15.3238696Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:15.3260988Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:15.4606190Z test_replace_uses (__main__.TestFX) ... ok (0.134s) 2022-09-27T15:36:15.4610912Z test_reserved_getattr (__main__.TestFX) 2022-09-27T15:36:15.4638802Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-09-27T15:36:15.4673453Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.4805256Z test_return_type_exists (__main__.TestFX) ... ok (0.013s) 2022-09-27T15:36:15.4884480Z test_script_method_trace (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:36:15.5014452Z test_script_tensor_constant (__main__.TestFX) ... ok (0.013s) 2022-09-27T15:36:15.5045900Z test_sequential (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.5079869Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:15.5307256Z test_shape_prop_layout (__main__.TestFX) ... ok (0.022s) 2022-09-27T15:36:16.0000771Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.469s) 2022-09-27T15:36:16.0053527Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:16.0094202Z test_snake_case (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:16.0171076Z test_sqrt (__main__.TestFX) ... ok (0.008s) 2022-09-27T15:36:16.0201063Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.0244651Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:16.0269947Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.0434078Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.016s) 2022-09-27T15:36:16.0527367Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.009s) 2022-09-27T15:36:16.0567604Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:16.0623014Z test_tensor_attribute (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:16.0671992Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:16.0702547Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.0731322Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.0772169Z test_torch_custom_ops (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:16.0802438Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.0943808Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:36:16.0944955Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:36:16.1001322Z ok (0.020s) 2022-09-27T15:36:16.1041495Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:16.1067955Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1100926Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1114099Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-09-27T15:36:16.1140333Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1167796Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1197165Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1228427Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1245817Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+git52424e2 2022-09-27T15:36:16.1301242Z ok (0.007s) 2022-09-27T15:36:16.1458710Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.016s) 2022-09-27T15:36:16.1505473Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:16.1553079Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-09-27T15:36:16.1597175Z test_transformer_op_swap (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:16.1629639Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:36:16.1630537Z warnings.warn(msg, FutureWarning) 2022-09-27T15:36:16.1654248Z ok (0.006s) 2022-09-27T15:36:16.1667092Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:16.1699516Z test_unpack (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1726490Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1750158Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:16.1779100Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1807853Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1837648Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.1956919Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.012s) 2022-09-27T15:36:16.2074759Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.012s) 2022-09-27T15:36:16.2105404Z test_wrap (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.2130991Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:16.2161650Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.2198467Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:16.2230573Z test_wrapped_method (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.2272362Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-09-27T15:36:16.2299012Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.2333029Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.003s) 2022-09-27T15:36:16.2343629Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-09-27T15:36:16.2359975Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-09-27T15:36:16.2366286Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T15:36:16.2373396Z Test backward compatibility for members of classes with ... ok (0.001s) 2022-09-27T15:36:16.2379256Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T15:36:16.2456182Z Test backward compatibility for function signatures with ... ok (0.008s) 2022-09-27T15:36:16.2479162Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2022-09-27T15:36:16.2490689Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2514367Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2535988Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2559031Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2582069Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2605069Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2627211Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2649438Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2671714Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2695575Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2718590Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2729532Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2740276Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2750980Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2775515Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2785974Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2808760Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2831520Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2853410Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2863973Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2874522Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2885669Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2896355Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2906668Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2916679Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2927477Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2938021Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2948598Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.2971722Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.2982171Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.3005037Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3028231Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3050822Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3074655Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3097613Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3120221Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3141977Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3152473Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.3176350Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3202737Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:36:16.3225220Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3248905Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3270990Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3294435Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3317466Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3340636Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3364303Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3374973Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.3397289Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3421444Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3448867Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:36:16.3471905Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3482810Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.3504599Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3526489Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3550283Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3560723Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.3583332Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3606563Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3637372Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3655920Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:36:16.3678485Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3703658Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3727056Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3749025Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3759685Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.3770424Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.3794663Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3821694Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:36:16.3832429Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.3855930Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3879232Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3903645Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3925785Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3949301Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3971175Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.3994218Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4019379Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4043001Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4066127Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4089419Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4112089Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4134745Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4158455Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4187204Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:36:16.4210250Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4231736Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4253930Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4264175Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4287332Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4322969Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:36:16.4333206Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4343249Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4353355Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4363516Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4373793Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4383756Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4407410Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4417709Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4438604Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4459538Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4469721Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4491575Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4501763Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4522552Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4533033Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4555364Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4578445Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4600553Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4626709Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:36:16.4654461Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T15:36:16.4664793Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4675000Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4696488Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4706740Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T15:36:16.4730595Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4754919Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4777983Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T15:36:16.4797802Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3730: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:36:16.4798311Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:36:16.4802135Z ok (0.002s) 2022-09-27T15:36:16.4822415Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:36:16.4822992Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:36:16.4826984Z ok (0.002s) 2022-09-27T15:36:16.4845821Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:36:16.4846558Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:36:16.4850367Z ok (0.002s) 2022-09-27T15:36:16.4861129Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4870558Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4879774Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4889178Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4898308Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4907665Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4916743Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4925826Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4935198Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4944260Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4953357Z test_get_torch_func_signature_exhaustive__masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4962410Z test_get_torch_func_signature_exhaustive__masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4971604Z test_get_torch_func_signature_exhaustive__masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4980737Z test_get_torch_func_signature_exhaustive__masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4989610Z test_get_torch_func_signature_exhaustive__masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.4998918Z test_get_torch_func_signature_exhaustive__masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5007894Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5017097Z test_get_torch_func_signature_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5026113Z test_get_torch_func_signature_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5035193Z test_get_torch_func_signature_exhaustive__masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5044241Z test_get_torch_func_signature_exhaustive__masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5053558Z test_get_torch_func_signature_exhaustive__masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5062634Z test_get_torch_func_signature_exhaustive__masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5071562Z test_get_torch_func_signature_exhaustive__masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5080721Z test_get_torch_func_signature_exhaustive__masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5089961Z test_get_torch_func_signature_exhaustive__masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5098968Z test_get_torch_func_signature_exhaustive__masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5108061Z test_get_torch_func_signature_exhaustive__masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5117297Z test_get_torch_func_signature_exhaustive__masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5131531Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.5149289Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5165921Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5207227Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:16.5245501Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:16.5304258Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:16.5359239Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:16.5379687Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5400680Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5432625Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.5458335Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.5483612Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5544922Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:16.5569845Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5594118Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5615709Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:36:16.5617145Z r = func(*args, **kwargs) 2022-09-27T15:36:16.5617445Z ok (0.002s) 2022-09-27T15:36:16.5628658Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.5654707Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.5679594Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5701445Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5723512Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5770054Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:16.5789156Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.5799374Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5809349Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5823448Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.5838065Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.5872906Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.5887741Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.5902320Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.5912952Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5922694Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5932230Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5963818Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.5973996Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5983487Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.5992826Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6007037Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.6017666Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6027806Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6037418Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6055511Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6114823Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:16.6124770Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6134532Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6160346Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6170516Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6183825Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.6194437Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6203849Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6229014Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:36:16.6230888Z L = torch.cholesky(A) 2022-09-27T15:36:16.6231205Z should be replaced with 2022-09-27T15:36:16.6231522Z L = torch.linalg.cholesky(A) 2022-09-27T15:36:16.6231816Z and 2022-09-27T15:36:16.6232109Z U = torch.cholesky(A, upper=True) 2022-09-27T15:36:16.6232419Z should be replaced with 2022-09-27T15:36:16.6232753Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:36:16.6233442Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:36:16.6234088Z r = func(*args, **kwargs) 2022-09-27T15:36:16.6235807Z ok (0.003s) 2022-09-27T15:36:16.6267101Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6310609Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:16.6326999Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6354470Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6387604Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6420372Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6435384Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.6453529Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6478283Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6510777Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6525241Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.6538117Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.6613841Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:36:16.6623694Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.6657308Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6675822Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6693856Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6711582Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6739553Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6793883Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T15:36:16.6794759Z r = func(*args, **kwargs) 2022-09-27T15:36:16.6797022Z ok (0.006s) 2022-09-27T15:36:16.6818461Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6835768Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6852263Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6880701Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6899872Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6927790Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.6943337Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.6963042Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.6993809Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.7011214Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.7041571Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.7095343Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:16.7225411Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T15:36:16.7240524Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.7349903Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T15:36:16.7395633Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:16.7438285Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:16.7481739Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:16.7495125Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.7505866Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.7519826Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.7537487Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.7547519Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.7562602Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T15:36:16.7582661Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.7621724Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:16.7645800Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.7660339Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.7678027Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.7692393Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.7708014Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.7724955Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.7735811Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.7745230Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.7758387Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.7773106Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T15:36:16.7800324Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.7826080Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.7853860Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.7873167Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.7899453Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.7926194Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.7953473Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.7978470Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8003148Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8030241Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8048760Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8072652Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8097325Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8124625Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8149289Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8174369Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8201215Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8225553Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8250018Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8276860Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8287380Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.8307639Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8333663Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8347393Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.8361733Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.8372145Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.8407027Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8421007Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.8466973Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:16.8498137Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8529591Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8571450Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:16.8586157Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.8601948Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.8628598Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8654170Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8688230Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8807322Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T15:36:16.8839659Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8874394Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.8884818Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:16.8916107Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.9035262Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T15:36:16.9315831Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.028s) 2022-09-27T15:36:16.9672706Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.036s) 2022-09-27T15:36:16.9688549Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.9705754Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.9738043Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.9751714Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:16.9784595Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.9816475Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.9850347Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:16.9870014Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.9891776Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.9914841Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:16.9931533Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T15:36:16.9932707Z r = func(*args, **kwargs) 2022-09-27T15:36:17.0005757Z ok (0.009s) 2022-09-27T15:36:17.0024355Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.0040865Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.0052161Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.0106829Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.0122832Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.0143066Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.0157396Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.0170947Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.0184708Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.0198223Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.0214423Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.0231589Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T15:36:17.0232684Z r = func(*args, **kwargs) 2022-09-27T15:36:17.0262363Z ok (0.005s) 2022-09-27T15:36:17.0272940Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:36:17.0282627Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:36:17.0292852Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:36:17.0303000Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:36:17.0313219Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:36:17.0327869Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.0354295Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.0387150Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.0421906Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.0465837Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.0482655Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.0510960Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.0538345Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.0558341Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.0577449Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.0620322Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.0771442Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-09-27T15:36:17.0814565Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.0857546Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.0898036Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.0939156Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.0966315Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.1005795Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.1044022Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.1061635Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.1079003Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.1114051Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.1279890Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-09-27T15:36:17.1291181Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.1331193Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.1404746Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:36:17.1440309Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.1627771Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-09-27T15:36:17.1741617Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-09-27T15:36:17.1797863Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:17.2084161Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.029s) 2022-09-27T15:36:17.2130474Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.2162582Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.2290013Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-09-27T15:36:17.2336019Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.2407329Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:36:17.2453238Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.2463375Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:36:17.2582930Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-09-27T15:36:17.2626820Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.2711957Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:36:17.2795383Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:36:17.3174549Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.038s) 2022-09-27T15:36:17.3795745Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.062s) 2022-09-27T15:36:17.3857935Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:17.3880368Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.3904050Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.3930427Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.4028662Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T15:36:17.4128798Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T15:36:17.4158977Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.4176093Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.4190918Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.4207664Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.4227824Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.4249081Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.4270621Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.4285947Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.4301478Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.4323805Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.4372511Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.4405445Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.4420431Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.4451968Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.4483480Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.4500929Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.4646219Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-09-27T15:36:17.4678662Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.4690347Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.4726734Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.4736965Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.4755656Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:36:17.4756564Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:36:17.4756963Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:36:17.4757280Z should be replaced with 2022-09-27T15:36:17.4757844Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:36:17.4758376Z r = func(*args, **kwargs) 2022-09-27T15:36:17.4868397Z ok (0.013s) 2022-09-27T15:36:17.4915502Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.4927235Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.4937667Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.4964926Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.4989058Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5012917Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5054741Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.5074654Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5110156Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5126765Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5145820Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5177270Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5208295Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5232390Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5242840Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.5251227Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:36:17.5285670Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5302485Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5321730Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5353512Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5367616Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.5392281Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5407012Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.5428139Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5464233Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.5474908Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.5488217Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.5516153Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5544379Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5572248Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5589337Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5624746Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5649215Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5735137Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T15:36:17.5765693Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.5784234Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5806189Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.5851311Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.5888531Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.5902278Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.5912691Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.5922314Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.5931765Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.5941066Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.5950366Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.5981519Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.6001840Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.6012768Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6022324Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6031822Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6041218Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6050307Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6073656Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.6098217Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.6124979Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.6136077Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6212819Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:36:17.6223762Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6233207Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6242671Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6330843Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-09-27T15:36:17.6401023Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:17.6402056Z r = func(*args, **kwargs) 2022-09-27T15:36:17.6772000Z ok (0.044s) 2022-09-27T15:36:17.6818166Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.6872921Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.6942876Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:36:17.6953956Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.6989684Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.7001186Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7010890Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7020427Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7030044Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7039626Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7049669Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7059328Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7068317Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7077643Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7087306Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7096762Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7106177Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7115621Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7137470Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.7147853Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7157380Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7166802Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7185187Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.7195078Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7204656Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7214101Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7223434Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7232627Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7241854Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7251504Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7260619Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7270352Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7280671Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7290091Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7300331Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7309529Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7319188Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7328250Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7337658Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7384837Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.7395399Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7410174Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.7420532Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7430179Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7439870Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7449694Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7459546Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7469464Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7478816Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7488006Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7497461Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7506827Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7516516Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7525931Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7536055Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7545625Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7554573Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7563933Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7573120Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7595605Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.7666878Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:36:17.7693482Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.7721540Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.7747900Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.7771203Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.7786505Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.7801557Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.7812097Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7857492Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.7867434Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7877303Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7886541Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7895994Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7905482Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7914652Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7924179Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7933918Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7943823Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7959895Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.7978400Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.7988866Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.7998660Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8008163Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8018150Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8027053Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8036793Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8047083Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8056570Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8067946Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-09-27T15:36:17.8076146Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8086314Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8094824Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8104325Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8114090Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8123731Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8137705Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.8157825Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.8540262Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.038s) 2022-09-27T15:36:17.8554325Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.8565280Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8581855Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.8624125Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.8657959Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.8668357Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8678362Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8687432Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8696845Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8706154Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.8720354Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.8757695Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.8819525Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:17.8857923Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.8874567Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:36:17.8875590Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:36:17.8876017Z Q, R = torch.qr(A, some) 2022-09-27T15:36:17.8876325Z should be replaced with 2022-09-27T15:36:17.8877117Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:36:17.8877672Z r = func(*args, **kwargs) 2022-09-27T15:36:17.8981466Z ok (0.012s) 2022-09-27T15:36:17.9062514Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-09-27T15:36:17.9078717Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.9089835Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.9099477Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.9109009Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.9118859Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.9134845Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.9149739Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.9165324Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.9207391Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.9225395Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.9236081Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.9254822Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.9264845Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.9284770Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.9295113Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.9304573Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:17.9317352Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.9330810Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.9362329Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:17.9418044Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.9432434Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.9449856Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.9466061Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.9482490Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:17.9497504Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:17.9534441Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.9570717Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:17.9620463Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-09-27T15:36:17.9646056Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:36:17.9647148Z r = func(*args, **kwargs) 2022-09-27T15:36:17.9686312Z ok (0.007s) 2022-09-27T15:36:17.9750814Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:17.9819239Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-09-27T15:36:17.9884240Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:17.9948716Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:18.0126572Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T15:36:18.0127944Z r = func(*args, **kwargs) 2022-09-27T15:36:18.0129858Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-09-27T15:36:18.0130985Z r = func(*args, **kwargs) 2022-09-27T15:36:18.0169837Z ok (0.022s) 2022-09-27T15:36:18.0325930Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T15:36:18.0504930Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-09-27T15:36:18.0526170Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.0550368Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.0563832Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0574315Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.0588336Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0601180Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0614758Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0629295Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0644697Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0658770Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0701284Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:18.0722025Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.0742157Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.0804099Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:18.0816179Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:36:18.0817308Z r = func(*args, **kwargs) 2022-09-27T15:36:18.0842788Z ok (0.004s) 2022-09-27T15:36:18.0859449Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.0874156Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0889428Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0904462Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0919224Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.0952188Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.0985655Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.0994884Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:36:18.1003629Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:36:18.1016977Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1031991Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1065369Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.1098391Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.1112795Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1126626Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1140494Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1174724Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.1184133Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:36:18.1198986Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1215343Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.1230545Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1245524Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1260290Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1276272Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.1291949Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.1301886Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.1316326Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1332152Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.1342223Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:36:18.1350157Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:36:18.1358708Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:36:18.1367492Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:36:18.1381702Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1414946Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.1450263Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.1460226Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.1470019Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.1486360Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.1501027Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.1517551Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.1538328Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.1558841Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.1586866Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.1615333Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.1625863Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.1665124Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:18.1694598Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.1704336Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.2337963Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.063s) 2022-09-27T15:36:18.2349154Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.2366828Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:36:18.2367881Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:36:18.2368406Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:36:18.2368878Z should be replaced with 2022-09-27T15:36:18.2369367Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:36:18.2369700Z and 2022-09-27T15:36:18.2370007Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:36:18.2370404Z should be replaced with 2022-09-27T15:36:18.2371175Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:36:18.2371731Z r = func(*args, **kwargs) 2022-09-27T15:36:18.2393510Z ok (0.004s) 2022-09-27T15:36:18.2408462Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.2433586Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.2458009Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.2472550Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.2487761Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.2514791Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.2524245Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:36:18.2588071Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T15:36:18.2598654Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.2608809Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.2637884Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.2650251Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.2671030Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.2698854Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.2726638Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.2744590Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:36:18.2745630Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:36:18.2746145Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:36:18.2746504Z should be replaced with 2022-09-27T15:36:18.2747067Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:36:18.2747605Z r = func(*args, **kwargs) 2022-09-27T15:36:18.2790257Z ok (0.006s) 2022-09-27T15:36:18.2812808Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.2835620Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.2875874Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T15:36:18.2889513Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.2909384Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.2933357Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.2943394Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.2952636Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.2962004Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.2971263Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.2990648Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.3020146Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.3045995Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.3059902Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.3072768Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.3082670Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.3092474Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.3106890Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.3124990Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.3134951Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.3167466Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T15:36:18.3177293Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T15:36:18.3190862Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-09-27T15:36:18.3210885Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T15:36:18.3218495Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-09-27T15:36:18.3255108Z Tests that the pass manager runs the passes correctly. ... ok (0.004s) 2022-09-27T15:36:18.3258331Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T15:36:18.3263591Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-09-27T15:36:18.3268818Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T15:36:18.3291530Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-09-27T15:36:18.3295831Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-09-27T15:36:18.3318908Z Tests error catching + debug ... ok (0.003s) 2022-09-27T15:36:18.3323351Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-09-27T15:36:18.3327731Z Tests the construction of constraints ... ok (0.001s) 2022-09-27T15:36:18.3341558Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-09-27T15:36:18.3352443Z Tests that passes are correctly ordered based on contraints. ... ok (0.002s) 2022-09-27T15:36:18.3399193Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-09-27T15:36:18.3483988Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.3571306Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:36:18.3651098Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.3733089Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.3832653Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T15:36:18.3915753Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.3998171Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.4009714Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T15:36:18.4080779Z This tests that a placeholder Node can be matched to a Node with ... ok (0.008s) 2022-09-27T15:36:18.4171093Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:36:18.4253177Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.4342423Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T15:36:18.4426691Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.4511340Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.4594746Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.4711676Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-09-27T15:36:18.4794806Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.4878623Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.4960058Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-09-27T15:36:18.9332839Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.437s) 2022-09-27T15:36:21.2075216Z test_torchvision_models_convnext_base (__main__.TestVisionTracing) ... ok (2.274s) 2022-09-27T15:36:24.8120375Z test_torchvision_models_convnext_large (__main__.TestVisionTracing) ... ok (3.604s) 2022-09-27T15:36:26.2579208Z test_torchvision_models_convnext_small (__main__.TestVisionTracing) ... ok (1.446s) 2022-09-27T15:36:27.0248549Z test_torchvision_models_convnext_tiny (__main__.TestVisionTracing) ... ok (0.767s) 2022-09-27T15:36:28.8850571Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (1.860s) 2022-09-27T15:36:31.4610442Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (2.576s) 2022-09-27T15:36:33.9072573Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (2.446s) 2022-09-27T15:36:36.7577049Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (2.850s) 2022-09-27T15:36:36.7610197Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained_backbone' is deprecated since 0.13 and will be removed in 0.15, please use 'weights_backbone' instead. 2022-09-27T15:36:36.7611305Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T15:36:36.7612545Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights_backbone' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights_backbone=None`. 2022-09-27T15:36:36.7613281Z warnings.warn(msg) 2022-09-27T15:36:36.9258342Z ok (0.168s) 2022-09-27T15:36:37.0916382Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.166s) 2022-09-27T15:36:37.4615111Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.370s) 2022-09-27T15:36:37.8608020Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.399s) 2022-09-27T15:36:38.2209918Z test_torchvision_models_detection_fcos_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.360s) 2022-09-27T15:36:38.7718067Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.551s) 2022-09-27T15:36:39.1691724Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.397s) 2022-09-27T15:36:39.5966217Z test_torchvision_models_detection_maskrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.427s) 2022-09-27T15:36:39.9624715Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.366s) 2022-09-27T15:36:40.3588254Z test_torchvision_models_detection_retinanet_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.396s) 2022-09-27T15:36:42.1312388Z test_torchvision_models_detection_ssd300_vgg16 (__main__.TestVisionTracing) ... ok (1.772s) 2022-09-27T15:36:42.2639462Z test_torchvision_models_detection_ssdlite320_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (0.133s) 2022-09-27T15:36:43.4802989Z test_torchvision_models_efficientnet_b0 (__main__.TestVisionTracing) ... ok (1.216s) 2022-09-27T15:36:44.8712142Z test_torchvision_models_efficientnet_b1 (__main__.TestVisionTracing) ... ok (1.391s) 2022-09-27T15:36:46.4296656Z test_torchvision_models_efficientnet_b2 (__main__.TestVisionTracing) ... ok (1.558s) 2022-09-27T15:36:48.3354624Z test_torchvision_models_efficientnet_b3 (__main__.TestVisionTracing) ... ok (1.906s) 2022-09-27T15:36:50.5630572Z test_torchvision_models_efficientnet_b4 (__main__.TestVisionTracing) ... ok (2.227s) 2022-09-27T15:36:53.5537395Z test_torchvision_models_efficientnet_b5 (__main__.TestVisionTracing) ... ok (2.991s) 2022-09-27T15:36:57.1409464Z test_torchvision_models_efficientnet_b6 (__main__.TestVisionTracing) ... ok (3.587s) 2022-09-27T15:37:01.6929430Z test_torchvision_models_efficientnet_b7 (__main__.TestVisionTracing) ... ok (4.552s) 2022-09-27T15:37:07.9524097Z test_torchvision_models_efficientnet_v2_l (__main__.TestVisionTracing) ... ok (6.259s) 2022-09-27T15:37:12.0156205Z test_torchvision_models_efficientnet_v2_m (__main__.TestVisionTracing) ... ok (4.063s) 2022-09-27T15:37:14.7938681Z test_torchvision_models_efficientnet_v2_s (__main__.TestVisionTracing) ... ok (2.778s) 2022-09-27T15:37:14.7980263Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-09-27T15:37:14.7981234Z FutureWarning, 2022-09-27T15:37:15.7863281Z ok (0.992s) 2022-09-27T15:37:15.7881834Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py:47: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-09-27T15:37:15.7882415Z FutureWarning, 2022-09-27T15:37:17.2717199Z ok (1.485s) 2022-09-27T15:37:18.0228763Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (0.751s) 2022-09-27T15:37:18.8248476Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (0.802s) 2022-09-27T15:37:19.7203610Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (0.895s) 2022-09-27T15:37:20.5725226Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (0.852s) 2022-09-27T15:37:21.3956877Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (0.823s) 2022-09-27T15:37:22.4079615Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.012s) 2022-09-27T15:37:23.1960573Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (0.788s) 2022-09-27T15:37:25.2677406Z test_torchvision_models_regnet_x_16gf (__main__.TestVisionTracing) ... ok (2.072s) 2022-09-27T15:37:26.5437246Z test_torchvision_models_regnet_x_1_6gf (__main__.TestVisionTracing) ... ok (1.276s) 2022-09-27T15:37:29.8435733Z test_torchvision_models_regnet_x_32gf (__main__.TestVisionTracing) ... ok (3.300s) 2022-09-27T15:37:31.5776939Z test_torchvision_models_regnet_x_3_2gf (__main__.TestVisionTracing) ... ok (1.734s) 2022-09-27T15:37:32.9742751Z test_torchvision_models_regnet_x_400mf (__main__.TestVisionTracing) ... ok (1.396s) 2022-09-27T15:37:34.0844761Z test_torchvision_models_regnet_x_800mf (__main__.TestVisionTracing) ... ok (1.110s) 2022-09-27T15:37:36.2159155Z test_torchvision_models_regnet_x_8gf (__main__.TestVisionTracing) ... ok (2.131s) 2022-09-27T15:37:49.0409697Z test_torchvision_models_regnet_y_128gf (__main__.TestVisionTracing) ... ok (12.825s) 2022-09-27T15:37:51.7057819Z test_torchvision_models_regnet_y_16gf (__main__.TestVisionTracing) ... ok (2.665s) 2022-09-27T15:37:54.2922457Z test_torchvision_models_regnet_y_1_6gf (__main__.TestVisionTracing) ... ok (2.586s) 2022-09-27T15:37:58.1144134Z test_torchvision_models_regnet_y_32gf (__main__.TestVisionTracing) ... ok (3.822s) 2022-09-27T15:38:00.3006985Z test_torchvision_models_regnet_y_3_2gf (__main__.TestVisionTracing) ... ok (2.186s) 2022-09-27T15:38:01.8261451Z test_torchvision_models_regnet_y_400mf (__main__.TestVisionTracing) ... ok (1.525s) 2022-09-27T15:38:03.3180931Z test_torchvision_models_regnet_y_800mf (__main__.TestVisionTracing) ... ok (1.492s) 2022-09-27T15:38:05.3517191Z test_torchvision_models_regnet_y_8gf (__main__.TestVisionTracing) ... ok (2.033s) 2022-09-27T15:38:07.2207502Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (1.869s) 2022-09-27T15:38:09.8761989Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (2.655s) 2022-09-27T15:38:10.3437399Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.467s) 2022-09-27T15:38:11.2453136Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.901s) 2022-09-27T15:38:12.2333670Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (0.988s) 2022-09-27T15:38:14.7227206Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (2.489s) 2022-09-27T15:38:17.1473054Z test_torchvision_models_resnext101_64x4d (__main__.TestVisionTracing) ... ok (2.424s) 2022-09-27T15:38:18.1666773Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.019s) 2022-09-27T15:38:19.4117217Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.245s) 2022-09-27T15:38:21.5965857Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (2.185s) 2022-09-27T15:38:22.7574447Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.161s) 2022-09-27T15:38:24.5941665Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (1.837s) 2022-09-27T15:38:25.6007094Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.007s) 2022-09-27T15:38:26.6202579Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.019s) 2022-09-27T15:38:27.4723638Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (0.852s) 2022-09-27T15:38:28.5525044Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (1.080s) 2022-09-27T15:38:29.5032182Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (0.951s) 2022-09-27T15:38:30.5011212Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (0.998s) 2022-09-27T15:38:30.8305498Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.329s) 2022-09-27T15:38:31.1123694Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.282s) 2022-09-27T15:38:34.0978337Z test_torchvision_models_swin_b (__main__.TestVisionTracing) ... ok (2.985s) 2022-09-27T15:38:36.5552612Z test_torchvision_models_swin_s (__main__.TestVisionTracing) ... ok (2.457s) 2022-09-27T15:38:37.8026267Z test_torchvision_models_swin_t (__main__.TestVisionTracing) ... ok (1.247s) 2022-09-27T15:38:41.2917332Z test_torchvision_models_swin_v2_b (__main__.TestVisionTracing) ... ok (3.489s) 2022-09-27T15:38:44.1861496Z test_torchvision_models_swin_v2_s (__main__.TestVisionTracing) ... ok (2.894s) 2022-09-27T15:38:45.8247254Z test_torchvision_models_swin_v2_t (__main__.TestVisionTracing) ... ok (1.638s) 2022-09-27T15:38:47.5565110Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (1.732s) 2022-09-27T15:38:49.3202999Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (1.764s) 2022-09-27T15:38:51.1091077Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (1.789s) 2022-09-27T15:38:52.9349429Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (1.826s) 2022-09-27T15:38:54.8122552Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (1.877s) 2022-09-27T15:38:56.7984160Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (1.986s) 2022-09-27T15:38:58.8146945Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (2.016s) 2022-09-27T15:39:00.9236542Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.109s) 2022-09-27T15:39:01.9028537Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (0.979s) 2022-09-27T15:39:06.5863747Z test_torchvision_models_video_mvit_v1_b (__main__.TestVisionTracing) ... ok (4.683s) 2022-09-27T15:39:12.1485422Z test_torchvision_models_video_mvit_v2_s (__main__.TestVisionTracing) ... ok (5.562s) 2022-09-27T15:39:13.4624649Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.314s) 2022-09-27T15:39:14.7034070Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.241s) 2022-09-27T15:39:17.5501889Z test_torchvision_models_video_s3d (__main__.TestVisionTracing) ... ok (2.847s) 2022-09-27T15:39:19.4320520Z test_torchvision_models_vit_b_16 (__main__.TestVisionTracing) ... ok (1.882s) 2022-09-27T15:39:21.1321697Z test_torchvision_models_vit_b_32 (__main__.TestVisionTracing) ... ok (1.700s) 2022-09-27T15:39:31.5242148Z test_torchvision_models_vit_h_14 (__main__.TestVisionTracing) ... ok (10.392s) 2022-09-27T15:39:37.2965561Z test_torchvision_models_vit_l_16 (__main__.TestVisionTracing) ... ok (5.772s) 2022-09-27T15:39:42.1379122Z test_torchvision_models_vit_l_32 (__main__.TestVisionTracing) ... ok (4.841s) 2022-09-27T15:39:45.2338740Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.096s) 2022-09-27T15:39:46.8078696Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (1.574s) 2022-09-27T15:39:46.8243204Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T15:39:48.0452917Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.221s) 2022-09-27T15:39:48.0498624Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-09-27T15:39:48.0532477Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.0562110Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.0592311Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.0624480Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.0653547Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.0698447Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:39:48.0769071Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T15:39:48.0807191Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:39:48.0852296Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:39:48.0896699Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T15:39:48.0985222Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-09-27T15:39:48.1284588Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.030s) 2022-09-27T15:39:48.1345538Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-09-27T15:39:48.1423251Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-09-27T15:39:48.1451075Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1482178Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1510346Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1539881Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1566802Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1595609Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1622971Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1654704Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1820143Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T15:39:48.1848871Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.1878892Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.2138041Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.026s) 2022-09-27T15:39:48.2173522Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T15:39:48.3464742Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.129s) 2022-09-27T15:39:48.3466056Z 2022-09-27T15:39:48.3466648Z ---------------------------------------------------------------------- 2022-09-27T15:39:48.3466938Z Ran 1117 tests in 214.925s 2022-09-27T15:39:48.3467059Z 2022-09-27T15:39:48.3467148Z OK (skipped=198, expected failures=3) 2022-09-27T15:39:48.3467344Z 2022-09-27T15:39:48.3469794Z Generating XML reports... 2022-09-27T15:39:48.3549374Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927153613.xml 2022-09-27T15:39:48.3563026Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927153613.xml 2022-09-27T15:39:48.3571687Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927153613.xml 2022-09-27T15:39:48.3590279Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927153613.xml 2022-09-27T15:39:48.3605160Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927153613.xml 2022-09-27T15:39:48.3613941Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927153613.xml 2022-09-27T15:39:48.3732946Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220927153613.xml 2022-09-27T15:39:48.3737515Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927153613.xml 2022-09-27T15:39:48.3827441Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927153613.xml 2022-09-27T15:39:48.5455836Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220927153613.xml 2022-09-27T15:39:48.5462810Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927153613.xml 2022-09-27T15:39:48.5479261Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927153613.xml 2022-09-27T15:39:48.5552092Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220927153613.xml 2022-09-27T15:39:48.5575605Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927153613.xml 2022-09-27T15:39:51.2585389Z Running test_reductions ... [2022-09-27 15:39:51.258185] 2022-09-27T15:39:51.2586146Z Executing ['/opt/conda/bin/python', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:39:51.258268] 2022-09-27T15:39:53.4571504Z Test results will be stored in test-reports/python-unittest/test_reductions 2022-09-27T15:39:53.4701699Z 2022-09-27T15:39:53.4701843Z Running tests... 2022-09-27T15:39:53.4702333Z ---------------------------------------------------------------------- 2022-09-27T15:39:53.4730486Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:39:53.4751736Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:53.4761693Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:39:53.4810990Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3235.) 2022-09-27T15:39:53.4811682Z r = func(*args, **kwargs) 2022-09-27T15:39:53.4871741Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:53.4872407Z r = func(*args, **kwargs) 2022-09-27T15:39:53.4995702Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:53.4996373Z r = func(*args, **kwargs) 2022-09-27T15:39:53.5324864Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:53.5325515Z r = func(*args, **kwargs) 2022-09-27T15:39:53.5478651Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:53.5479655Z r = func(*args, **kwargs) 2022-09-27T15:39:53.5631493Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:53.5632199Z r = func(*args, **kwargs) 2022-09-27T15:39:53.5811757Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:53.5812414Z r = func(*args, **kwargs) 2022-09-27T15:39:53.6119968Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:53.6120661Z r = func(*args, **kwargs) 2022-09-27T15:39:53.6274780Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:53.6275441Z r = func(*args, **kwargs) 2022-09-27T15:39:53.6408485Z ok (0.165s) 2022-09-27T15:39:53.6478211Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:39:53.6478699Z r = func(*args, **kwargs) 2022-09-27T15:39:54.0850176Z ok (0.444s) 2022-09-27T15:39:54.5281676Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.443s) 2022-09-27T15:39:54.9717151Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.443s) 2022-09-27T15:39:55.4153911Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.444s) 2022-09-27T15:39:55.8587187Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.443s) 2022-09-27T15:39:56.2956805Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.437s) 2022-09-27T15:39:56.7328923Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.437s) 2022-09-27T15:39:57.1695848Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.437s) 2022-09-27T15:39:57.6067008Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.437s) 2022-09-27T15:39:57.7760309Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.169s) 2022-09-27T15:39:57.7782836Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:57.7812435Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:39:57.7851740Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:39:57.7889132Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:39:57.7929895Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:39:57.7968301Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:39:57.7997493Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:39:57.8402775Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.040s) 2022-09-27T15:39:57.8430100Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:39:57.8466646Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:39:57.8503131Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:39:57.8543814Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:39:57.8572399Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:39:57.8599650Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:39:57.8690249Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:39:57.8781495Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:39:57.8827792Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:39:57.8838687Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:57.8906501Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:39:57.8907039Z r = func(*args, **kwargs) 2022-09-27T15:39:57.9036696Z ok (0.020s) 2022-09-27T15:39:57.9326268Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-09-27T15:39:57.9623816Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-09-27T15:39:57.9888432Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:39:58.0154376Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:39:58.0418814Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:39:58.0683666Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T15:39:58.0951088Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.027s) 2022-09-27T15:39:58.2941717Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.199s) 2022-09-27T15:39:58.3473805Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.053s) 2022-09-27T15:39:58.3704136Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-09-27T15:39:58.3924828Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:39:58.4146021Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:39:58.4363008Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:39:58.4586563Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:39:58.4716806Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:39:58.4850282Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:39:58.4977310Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:39:58.5110988Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:39:58.5240773Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:39:58.7132901Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.189s) 2022-09-27T15:39:58.9012057Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.188s) 2022-09-27T15:39:58.9036482Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:58.9062727Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:39:58.9087446Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:58.9111118Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:58.9134872Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:58.9158037Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:58.9181268Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:58.9204768Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:58.9228122Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:58.9233679Z test_dim_default__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9245922Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:58.9249542Z test_dim_default__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9260780Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9264155Z test_dim_default__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9275410Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9278751Z test_dim_default__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9290154Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9293788Z test_dim_default__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9309038Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:58.9313419Z test_dim_default__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9330085Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:58.9333949Z test_dim_default__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9345620Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9349139Z test_dim_default__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9360526Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9364057Z test_dim_default__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9391500Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-09-27T15:39:58.9395512Z test_dim_default__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9406758Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9410316Z test_dim_default__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9427456Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:58.9430907Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9440008Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9443527Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9452619Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9456027Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9464852Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9468229Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9477342Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9480749Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9489789Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9493195Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9501980Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9505405Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9514250Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9517819Z test_dim_default_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9529980Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9533482Z test_dim_default_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9545894Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9549486Z test_dim_default_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9562962Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9566729Z test_dim_default_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9580249Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9584101Z test_dim_default_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9599219Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9603351Z test_dim_default_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9619225Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9622817Z test_dim_default_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9634956Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9638442Z test_dim_default_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9651303Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9654795Z test_dim_default_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9676863Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9680884Z test_dim_default_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9693423Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9697038Z test_dim_default_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9715098Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:58.9718615Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9729341Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-09-27T15:39:58.9733004Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9743125Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:58.9746613Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9756822Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:58.9760299Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9767187Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-09-27T15:39:58.9770818Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9771806Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:58.9775499Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9775929Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:58.9779353Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9779955Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:58.9783311Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9794066Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:58.9798057Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9798727Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:58.9802221Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9813864Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:58.9817272Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9827629Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:58.9831225Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9831907Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:58.9836185Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9836831Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:58.9841488Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9842090Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:58.9846247Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9846822Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:58.9851110Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9861140Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9865138Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9875491Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9879473Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9890075Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9894095Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9903852Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9907874Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9918097Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9922042Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9932954Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9936951Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9946826Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9950804Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9961441Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:58.9966244Z test_dim_empty__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9979898Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:39:58.9984660Z test_dim_empty__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:58.9996045Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0000818Z test_dim_empty__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0001467Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:39:59.0006563Z test_dim_empty__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0019909Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0024680Z test_dim_empty__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0035835Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0040481Z test_dim_empty__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0051357Z Tests that dim=[] is a no-op ... ok (0.002s) 2022-09-27T15:39:59.0056203Z test_dim_empty__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0073092Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0078740Z test_dim_empty__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0089862Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0094658Z test_dim_empty__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0110107Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0114878Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0124756Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:39:59.0129614Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0139306Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:39:59.0144001Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0144506Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:39:59.0148879Z test_dim_empty_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0161549Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0165622Z test_dim_empty_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0179047Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0183709Z test_dim_empty_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0184223Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0188707Z test_dim_empty_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0202164Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0206476Z test_dim_empty_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0217629Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0222041Z test_dim_empty_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0231776Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.001s) 2022-09-27T15:39:59.0236397Z test_dim_empty_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0252915Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0257811Z test_dim_empty_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0269130Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0273571Z test_dim_empty_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0288896Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0293408Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0303430Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:39:59.0307853Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0317820Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.001s) 2022-09-27T15:39:59.0322605Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0323378Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0327807Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0339537Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0344658Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0345345Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0350503Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0351167Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:39:59.0356408Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0367116Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-09-27T15:39:59.0372453Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0373121Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:39:59.0378240Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0379069Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-09-27T15:39:59.0383292Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0383843Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0388021Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0397444Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:39:59.0401866Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0402304Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0406693Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0407415Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0411721Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0420503Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-09-27T15:39:59.0424997Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0425469Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0429827Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0430363Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0434635Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0435305Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.0439534Z test_dim_multi__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0449376Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0453746Z test_dim_multi__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0463403Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0467868Z test_dim_multi__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0479024Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0484134Z test_dim_multi__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0496067Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T15:39:59.0500460Z test_dim_multi__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0509957Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0514499Z test_dim_multi__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0524568Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0529223Z test_dim_multi__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0544575Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T15:39:59.0550188Z test_dim_multi__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0560357Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0564720Z test_dim_multi__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0579047Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-09-27T15:39:59.0583759Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0592610Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0597320Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0606130Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0610995Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0619974Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.0624550Z test_dim_multi_duplicate__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0631394Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0636015Z test_dim_multi_duplicate__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0642901Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0647422Z test_dim_multi_duplicate__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0653965Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0658411Z test_dim_multi_duplicate__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0665309Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0669828Z test_dim_multi_duplicate__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0676816Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0681321Z test_dim_multi_duplicate__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0687880Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0692564Z test_dim_multi_duplicate__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0699413Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0703931Z test_dim_multi_duplicate__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0710468Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0715087Z test_dim_multi_duplicate__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0721972Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-09-27T15:39:59.0726466Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0772046Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:39:59.0776502Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0821700Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:39:59.0826223Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0879106Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:39:59.0883629Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0926347Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:39:59.0930951Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.0973419Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:39:59.0977889Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1031499Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:39:59.1036102Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1081354Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:39:59.1085719Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1145555Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:39:59.1150008Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1192033Z Tests that an error is raised if dim has duplicate entries. ... ok (0.005s) 2022-09-27T15:39:59.1196634Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1256092Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-09-27T15:39:59.1261079Z test_dim_multi_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1272449Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1277542Z test_dim_multi_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1288921Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1293857Z test_dim_multi_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1306548Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1312217Z test_dim_multi_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1325781Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1330994Z test_dim_multi_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1342097Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1347076Z test_dim_multi_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1358755Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1363805Z test_dim_multi_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1382899Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1388486Z test_dim_multi_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1399820Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1404744Z test_dim_multi_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1420122Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1425059Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1434959Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:39:59.1439937Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1450315Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:39:59.1454900Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1455825Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-09-27T15:39:59.1461128Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1471572Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:39:59.1476897Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1487222Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1492780Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1503362Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1508600Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1518988Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1524194Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1534974Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1540187Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1550257Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-09-27T15:39:59.1555587Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1565977Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-09-27T15:39:59.1571080Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1580331Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.1585222Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1594730Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.1599737Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1609419Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.1614325Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1623499Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.1628398Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1637894Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.1642719Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1652045Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.1656371Z test_dim_multi_unsorted__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1664684Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1669005Z test_dim_multi_unsorted__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1677415Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1681757Z test_dim_multi_unsorted__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1691047Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1696009Z test_dim_multi_unsorted__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1705452Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1709777Z test_dim_multi_unsorted__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1718169Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1722490Z test_dim_multi_unsorted__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1731230Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1735635Z test_dim_multi_unsorted__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1747072Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-09-27T15:39:59.1752035Z test_dim_multi_unsorted__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1760865Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1765844Z test_dim_multi_unsorted__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1776650Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-09-27T15:39:59.1781154Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1788676Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1793020Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1800701Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1805033Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1812863Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.1817347Z test_dim_multi_unsorted_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1826466Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1830930Z test_dim_multi_unsorted_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1840093Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1844630Z test_dim_multi_unsorted_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1854805Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1859694Z test_dim_multi_unsorted_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1869953Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1874492Z test_dim_multi_unsorted_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1883592Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1888139Z test_dim_multi_unsorted_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1897791Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1902315Z test_dim_multi_unsorted_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1914230Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T15:39:59.1919408Z test_dim_multi_unsorted_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1928985Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1933531Z test_dim_multi_unsorted_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1944820Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-09-27T15:39:59.1949358Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1957944Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1962481Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1971045Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1975605Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1976184Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.1981035Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.1989498Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.1993982Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2002513Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.2006952Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2015776Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.2020251Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2028842Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.2033317Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2041906Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.2046393Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2055031Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.2059452Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2068079Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T15:39:59.2072367Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2080401Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.2084695Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2093034Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.2097981Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2106043Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.2110701Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2118273Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.2122573Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2130358Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.2134721Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2142394Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.2146742Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2154313Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-09-27T15:39:59.2159095Z test_dim_multi_unsupported__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2166875Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:39:59.2171559Z test_dim_multi_unsupported__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2179253Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:39:59.2183836Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2191235Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:39:59.2195910Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2203267Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:39:59.2207852Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2215150Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:39:59.2219693Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2226840Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:39:59.2231491Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2238938Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-09-27T15:39:59.2243796Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2253450Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-09-27T15:39:59.2258262Z test_dim_ndim_limit__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2306430Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2311198Z test_dim_ndim_limit__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2358045Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2362762Z test_dim_ndim_limit__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2409133Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2413196Z test_dim_ndim_limit__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2458942Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2463011Z test_dim_ndim_limit__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2528871Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-09-27T15:39:59.2532994Z test_dim_ndim_limit__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2576277Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2580386Z test_dim_ndim_limit__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2623603Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2627810Z test_dim_ndim_limit__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2674661Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2678615Z test_dim_ndim_limit__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2721978Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2725986Z test_dim_ndim_limit__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2769094Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2773172Z test_dim_ndim_limit__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2816497Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2820640Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2865668Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2869875Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2914862Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2918866Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.2965120Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.2969419Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3015102Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.3019146Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3063308Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.3067317Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3112040Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.3116131Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3179967Z Tests that an exception is raised when reducing a tensor with more ... ok (0.007s) 2022-09-27T15:39:59.3184160Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3227932Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.3232106Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3274335Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.3278556Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3331875Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:39:59.3336004Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3380870Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.3384884Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3430360Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.3434552Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3494377Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:39:59.3498753Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3542150Z Tests that an exception is raised when reducing a tensor with more ... ok (0.005s) 2022-09-27T15:39:59.3546181Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3605640Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-09-27T15:39:59.3609141Z test_dim_none__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3622186Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:59.3625692Z test_dim_none__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3636747Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3640333Z test_dim_none__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3651326Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3654868Z test_dim_none__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3666727Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3670170Z test_dim_none__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3683423Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:59.3687644Z test_dim_none__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3702155Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:59.3705808Z test_dim_none__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3716929Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3720576Z test_dim_none__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3733451Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:59.3737152Z test_dim_none__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3756844Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:59.3761069Z test_dim_none__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3772805Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:59.3776458Z test_dim_none__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3794027Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-09-27T15:39:59.3797770Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3835859Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-09-27T15:39:59.3839543Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3849055Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3852774Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3862602Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3866439Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3902306Z Tests that dim=None reduces all dimensions. ... expected failure (0.004s) 2022-09-27T15:39:59.3905791Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3915281Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3918902Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3928494Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3932191Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3941694Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.3945283Z test_dim_none_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3958116Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.3961753Z test_dim_none_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3976062Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.3979782Z test_dim_none_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.3992160Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.3995984Z test_dim_none_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4008567Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.4012508Z test_dim_none_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4026899Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.4031111Z test_dim_none_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4046941Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.4050838Z test_dim_none_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4063120Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.4066786Z test_dim_none_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4079910Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.4083546Z test_dim_none_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4104519Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.4108772Z test_dim_none_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4121848Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.4125331Z test_dim_none_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4143886Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-09-27T15:39:59.4147512Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4182022Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-09-27T15:39:59.4185645Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4196142Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4199820Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4210335Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4214051Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4248864Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-09-27T15:39:59.4252509Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4253278Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.4257188Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4257908Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.4261368Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4261974Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.4265853Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4276508Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4280323Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4291100Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4294898Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4306041Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4309860Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4320456Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4324229Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4325009Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.4328896Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4339876Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4343576Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4353961Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4357879Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4369029Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-09-27T15:39:59.4372860Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4382434Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.4386240Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4396031Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.4399826Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4409931Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.4413798Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4423199Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.4426926Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4427625Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-09-27T15:39:59.4431273Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4441018Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.4444588Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4453932Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.4457604Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4467083Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T15:39:59.4470933Z test_dim_offbounds__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4477664Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4481061Z test_dim_offbounds__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4487510Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4495945Z test_dim_offbounds__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4537485Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:39:59.4545520Z test_dim_offbounds__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4587468Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:39:59.4595659Z test_dim_offbounds__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4601865Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4610400Z test_dim_offbounds__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4617065Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4624965Z test_dim_offbounds__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4631896Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4635550Z test_dim_offbounds__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4641703Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4645141Z test_dim_offbounds__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4651864Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4655382Z test_dim_offbounds__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4661467Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4665132Z test_dim_offbounds__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4671523Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T15:39:59.4675118Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4720241Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:39:59.4723639Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4768219Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:39:59.4772754Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4817152Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:39:59.4820511Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4865950Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:39:59.4869118Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4909864Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:39:59.4913251Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.4954583Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:39:59.4958072Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5021358Z Tests that passing an off-bounds dim throws ... ok (0.007s) 2022-09-27T15:39:59.5024758Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5066827Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:39:59.5070233Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5112573Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:39:59.5115762Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5168863Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-09-27T15:39:59.5172205Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5216651Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:39:59.5220099Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5265323Z Tests that passing an off-bounds dim throws ... ok (0.005s) 2022-09-27T15:39:59.5268801Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5328170Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-09-27T15:39:59.5331799Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5373397Z Tests that passing an off-bounds dim throws ... ok (0.004s) 2022-09-27T15:39:59.5376825Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.5435898Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-09-27T15:39:59.5543189Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:39:59.5543935Z r = func(*args, **kwargs) 2022-09-27T15:39:59.5899749Z ok (0.046s) 2022-09-27T15:39:59.6350169Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.045s) 2022-09-27T15:39:59.6792586Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.044s) 2022-09-27T15:39:59.7236242Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.044s) 2022-09-27T15:39:59.7658083Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.042s) 2022-09-27T15:39:59.8083807Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.042s) 2022-09-27T15:39:59.8511843Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-09-27T15:39:59.8947043Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-09-27T15:39:59.8971295Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:59.8993399Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:39:59.9732093Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.074s) 2022-09-27T15:39:59.9737582Z test_dim_single__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9754645Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9760346Z test_dim_single__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9776452Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9781988Z test_dim_single__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9797574Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9803709Z test_dim_single__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9818741Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9824748Z test_dim_single__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9843578Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9849369Z test_dim_single__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9868961Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9874270Z test_dim_single__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9889471Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9894680Z test_dim_single__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9910216Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9915857Z test_dim_single__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9945540Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T15:39:59.9951408Z test_dim_single__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9966569Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:39:59.9971932Z test_dim_single__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:39:59.9995582Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-09-27T15:40:00.0000958Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0013797Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0018855Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0031894Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0037671Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0050820Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0056608Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0069719Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0075638Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0089106Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0094743Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0107774Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0113543Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0126934Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0132839Z test_dim_single_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0148745Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0154688Z test_dim_single_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0170900Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0176974Z test_dim_single_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0192679Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0198662Z test_dim_single_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0215413Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0221252Z test_dim_single_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0240550Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0246896Z test_dim_single_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0267146Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T15:40:00.0273161Z test_dim_single_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0290582Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0297005Z test_dim_single_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0316560Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T15:40:00.0322354Z test_dim_single_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0349932Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T15:40:00.0356418Z test_dim_single_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0372956Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0378689Z test_dim_single_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0402958Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-09-27T15:40:00.0408860Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0422312Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0428031Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0441472Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0447159Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0460569Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0466307Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0479859Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0485525Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0498894Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0504630Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0518081Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0524804Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0525688Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-09-27T15:40:00.0531366Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0545324Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0551260Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0564642Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0570588Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0584621Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0590333Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0603646Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0609647Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0622641Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0628424Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0642165Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0648380Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0662368Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0668630Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0683355Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-09-27T15:40:00.0689257Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0702796Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0708428Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0722081Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0727799Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0741838Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0747578Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0760799Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0766012Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0778607Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0783591Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0796365Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0801656Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0814033Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0819331Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0832031Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-09-27T15:40:00.0841646Z test_empty_tensor_empty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.0919583Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.009s) 2022-09-27T15:40:00.0929108Z test_empty_tensor_empty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1006946Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.009s) 2022-09-27T15:40:00.1016599Z test_empty_tensor_empty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1022300Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:40:00.1032120Z test_empty_tensor_empty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1037594Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:40:00.1047255Z test_empty_tensor_empty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1047931Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-09-27T15:40:00.1057242Z test_empty_tensor_empty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1073724Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T15:40:00.1083213Z test_empty_tensor_empty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1096984Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1106492Z test_empty_tensor_empty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1120516Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1130120Z test_empty_tensor_empty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1150090Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T15:40:00.1160110Z test_empty_tensor_empty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1174051Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1183529Z test_empty_tensor_empty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1203225Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-09-27T15:40:00.1212774Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1218236Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:40:00.1227651Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1303983Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-09-27T15:40:00.1313322Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1389434Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-09-27T15:40:00.1398702Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1404111Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:40:00.1413658Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1419098Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:40:00.1428529Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1433941Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:40:00.1443384Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1454985Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1464476Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1477754Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1487248Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1499938Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1509408Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1522173Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1531762Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1544026Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1553492Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1559059Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.001s) 2022-09-27T15:40:00.1568549Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1581091Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1590454Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1602685Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1612342Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1624564Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-09-27T15:40:00.1630876Z test_empty_tensor_nonempty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1639791Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1645990Z test_empty_tensor_nonempty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1655051Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1661254Z test_empty_tensor_nonempty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1666632Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1672898Z test_empty_tensor_nonempty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1678466Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1684687Z test_empty_tensor_nonempty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1693814Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1699971Z test_empty_tensor_nonempty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1710976Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T15:40:00.1717302Z test_empty_tensor_nonempty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1725941Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1732289Z test_empty_tensor_nonempty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1741510Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1748033Z test_empty_tensor_nonempty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1761551Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T15:40:00.1767548Z test_empty_tensor_nonempty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1776687Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1782809Z test_empty_tensor_nonempty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1796212Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-09-27T15:40:00.1802506Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1807961Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1814253Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1821613Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1827999Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1835404Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1841521Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1846986Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1853395Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1858736Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1865055Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1870446Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1876806Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1884495Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1890875Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1898908Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1905076Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1912740Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1918996Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1926934Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1933374Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1940785Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1946941Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1952365Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1958654Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1966166Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1972410Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1979903Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.1986077Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T15:40:00.1993517Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-09-27T15:40:00.2008158Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:00.2341692Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.033s) 2022-09-27T15:40:00.2418950Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:908: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:40:00.2419574Z return n/db/n.sum(), bin_edges 2022-09-27T15:40:15.4390582Z ok (15.205s) 2022-09-27T15:40:15.4904321Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.051s) 2022-09-27T15:40:15.5034972Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/histograms.py:1118: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:40:15.5035602Z hist /= s 2022-09-27T15:40:36.3691990Z ok (20.879s) 2022-09-27T15:40:36.3700231Z test_identity__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3714253Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3721542Z test_identity__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3732920Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3739504Z test_identity__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3749927Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3769149Z test_identity__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3779989Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-09-27T15:40:36.3786851Z test_identity__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3797327Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3804374Z test_identity__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3816883Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3823842Z test_identity__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3836176Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3842951Z test_identity__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3854356Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3861232Z test_identity__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3872369Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3879672Z test_identity__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3889921Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3896592Z test_identity__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3907078Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3914039Z test_identity__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3924397Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3931669Z test_identity__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3944822Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3951776Z test_identity__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3962954Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3970013Z test_identity__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3981691Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.3988626Z test_identity__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:36.3998522Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4005174Z test_identity__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4017042Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4023957Z test_identity__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4035288Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4042291Z test_identity__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4053956Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4060390Z test_identity__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4071239Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4077965Z test_identity__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4088877Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4095497Z test_identity__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4105778Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4113322Z test_identity__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4123496Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4130026Z test_identity__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4139638Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4146067Z test_identity__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4155858Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4162857Z test_identity__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4172596Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4179098Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4188224Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4194724Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4203062Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4209769Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4220285Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4227359Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4238127Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4245465Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4255178Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4261828Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4271007Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4277833Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4286770Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4293822Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4302454Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4309396Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4318882Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4325660Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4335036Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4342044Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4351256Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4358342Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4366944Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4373160Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4382330Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4388783Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4397050Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4403542Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4413484Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4419999Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4429640Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4436485Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4445443Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4452162Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4461544Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4468610Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4477728Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4484647Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4493730Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4500678Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4509597Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4516708Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4525556Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4532548Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4541342Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4548288Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4557270Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4563823Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4573141Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4579588Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4588077Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4595018Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4605072Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4611812Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4621343Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4628048Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4637149Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4643555Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4652731Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4659233Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4668133Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4674619Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4682797Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4689671Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4698125Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4705037Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4713900Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4721506Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4731054Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4738618Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4747480Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4754915Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4765610Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4773042Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4784052Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4790725Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4801026Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4807632Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4817533Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4823786Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4833465Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4840405Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4849915Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4856278Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4865995Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4872395Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4880655Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4887154Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4896667Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4903202Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4912655Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4919575Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4929899Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4936758Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4945908Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4952837Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4961473Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.4967978Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4976324Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4982812Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.4992196Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.4999617Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5008983Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5016138Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5025180Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5032570Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5043902Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5050993Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5062014Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5070051Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5080913Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5088919Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5099754Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5107588Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5117509Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5125721Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5135310Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5143032Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5152641Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5160684Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5170555Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5178307Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5187523Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5194077Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5203596Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5210826Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5219500Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.5225991Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5236298Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5242733Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5253880Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5260970Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5272055Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5279125Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5290176Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5297882Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5308370Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5315933Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5325476Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5332300Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5341852Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5348557Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5357672Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-09-27T15:40:36.5364081Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5372621Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.5379110Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:36.5387901Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T15:40:36.5424057Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:37.0911040Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.548s) 2022-09-27T15:40:37.0953100Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:37.1005137Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:37.1055762Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:37.1106270Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:37.1145225Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:37.1177883Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:40:37.1189200Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:37.1204035Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:37.1219247Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:37.1233271Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:37.1247017Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:50.2857399Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (13.161s) 2022-09-27T15:40:50.2873529Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:40:50.2999368Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:40:50.3349050Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1116: RuntimeWarning: All-NaN slice encountered 2022-09-27T15:40:50.3349478Z overwrite_input=overwrite_input) 2022-09-27T15:40:50.3817788Z ok (0.082s) 2022-09-27T15:40:50.4674443Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.085s) 2022-09-27T15:40:50.5068511Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.039s) 2022-09-27T15:40:50.5421482Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.035s) 2022-09-27T15:40:50.5723595Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.030s) 2022-09-27T15:40:50.6008026Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-09-27T15:40:50.6058440Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:50.6127380Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:40:50.6196226Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:40:50.6267355Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:40:50.6320588Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:50.6371481Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:50.6392897Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:40:50.6406435Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:50.6422225Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:50.6436898Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:50.6451388Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:50.6465604Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:50.6824643Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.036s) 2022-09-27T15:40:50.6845467Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-09-27T15:40:50.6851518Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-09-27T15:40:50.6862761Z tensor([1374, 1374, 1374, 1374]) 2022-09-27T15:40:50.6868322Z tensor([344, 344, 344, 344]) 2022-09-27T15:40:50.6879283Z tensor([2720]) 2022-09-27T15:40:50.6884392Z tensor([680]) 2022-09-27T15:40:50.6891454Z ok (0.007s) 2022-09-27T15:40:50.6930605Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.6968910Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.7006400Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.7044629Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.7082019Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.7119830Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.7161443Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.7180087Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:40:50.7198532Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:40:50.7217370Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:40:50.7235243Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:40:50.7254416Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:40:50.7272496Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:40:50.7288133Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:40:50.7302255Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:40:50.7316713Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:40:50.7332030Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:40:50.7710635Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.038s) 2022-09-27T15:40:50.7717838Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7728875Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:40:50.7736126Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7746740Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:40:50.7753704Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7764430Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:40:50.7771953Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7782360Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:40:50.7789617Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7799728Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:40:50.7806540Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7816332Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:40:50.7823011Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7832337Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:40:50.7839221Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7848503Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-09-27T15:40:50.7855190Z test_nan_policy_propagate__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7862091Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7868145Z test_nan_policy_propagate__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7875143Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7881517Z test_nan_policy_propagate__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7888355Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7894714Z test_nan_policy_propagate__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7901805Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7908336Z test_nan_policy_propagate__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7915569Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7921916Z test_nan_policy_propagate__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7928609Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7934915Z test_nan_policy_propagate__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7941586Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7947637Z test_nan_policy_propagate__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7954674Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7961151Z test_nan_policy_propagate__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7968353Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7974488Z test_nan_policy_propagate__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7981834Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.7988982Z test_nan_policy_propagate__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.7996133Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8002920Z test_nan_policy_propagate__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8010595Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8017156Z test_nan_policy_propagate__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8028429Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:40:50.8034440Z test_nan_policy_propagate__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8042694Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8049014Z test_nan_policy_propagate__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8057076Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8063398Z test_nan_policy_propagate__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8071051Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8077333Z test_nan_policy_propagate__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8085467Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8091369Z test_nan_policy_propagate__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8098646Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8104321Z test_nan_policy_propagate__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8111478Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8117334Z test_nan_policy_propagate__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8124571Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8130510Z test_nan_policy_propagate__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8137662Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8143378Z test_nan_policy_propagate__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8151570Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8157452Z test_nan_policy_propagate__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8165518Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8171485Z test_nan_policy_propagate__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8178881Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8184618Z test_nan_policy_propagate__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8191932Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8197753Z test_nan_policy_propagate__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8207864Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8213831Z test_nan_policy_propagate__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8224545Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:40:50.8230484Z test_nan_policy_propagate__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8241168Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:40:50.8247168Z test_nan_policy_propagate__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8256953Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:40:50.8264147Z test_nan_policy_propagate__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8282909Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-09-27T15:40:50.8290120Z test_nan_policy_propagate__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8297972Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8303942Z test_nan_policy_propagate__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8311643Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8317961Z test_nan_policy_propagate__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8325719Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8332352Z test_nan_policy_propagate__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8339567Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8345635Z test_nan_policy_propagate__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8353156Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8359739Z test_nan_policy_propagate__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8367316Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8373678Z test_nan_policy_propagate__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8382671Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8388684Z test_nan_policy_propagate__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8398819Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:40:50.8404939Z test_nan_policy_propagate__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8415380Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:40:50.8421460Z test_nan_policy_propagate__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8430561Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8437183Z test_nan_policy_propagate__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8446871Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:40:50.8453121Z test_nan_policy_propagate__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8463974Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-09-27T15:40:50.8470280Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8477105Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8483043Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8489604Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8495525Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8501529Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8507450Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8513792Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8520008Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8526068Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8532238Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8538551Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8544558Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8550369Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8556974Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8563958Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8569931Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8576240Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8581912Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8589891Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8596914Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8604725Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8611564Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8618805Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8625743Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8632809Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8639572Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8647101Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8653718Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8660988Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8667558Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8675618Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8682194Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8690761Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8696837Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8704124Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8710663Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8718125Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8724678Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8731009Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8737763Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8744563Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8750891Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8758480Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8764640Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8771501Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8777852Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8784042Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8790118Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8796333Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8802605Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8810139Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8817086Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8824554Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8831484Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8837867Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8844302Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8850858Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8856971Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8863621Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8869579Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8875943Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8882131Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8889470Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8895472Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8902366Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8908525Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8914807Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8921198Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8927454Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8933897Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8939989Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8946036Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8952253Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8958415Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8965738Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8972062Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8979377Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8985339Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.8992014Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.8998152Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.9004256Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.9010321Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:50.9016967Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-09-27T15:40:50.9062361Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:50.9106983Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.9154367Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:50.9201310Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:50.9252358Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:50.9302778Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-09-27T15:40:50.9339271Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.9375427Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.9410570Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:40:50.9446395Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.9482634Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.9546432Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: overflow encountered in reduce 2022-09-27T15:40:50.9547101Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:40:50.9562060Z ok (0.008s) 2022-09-27T15:40:50.9599401Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.9636933Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.9673442Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:50.9695686Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:40:50.9717549Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:40:50.9740566Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:40:50.9774573Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:40:50.9885113Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-09-27T15:40:50.9885795Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:40:51.0135622Z ok (0.036s) 2022-09-27T15:40:51.0490058Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.035s) 2022-09-27T15:40:51.0854457Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.036s) 2022-09-27T15:40:51.1060119Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T15:40:51.1271092Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T15:40:51.1475600Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T15:40:51.1685546Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T15:40:51.1722486Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:40:51.1727331Z test_noncontiguous_all__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1739399Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.1743798Z test_noncontiguous_all__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1755081Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.1759536Z test_noncontiguous_all__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1770470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1774809Z test_noncontiguous_all__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1786533Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.1791025Z test_noncontiguous_all__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1800573Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1804959Z test_noncontiguous_all__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1814674Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1819073Z test_noncontiguous_all__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1828528Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1832937Z test_noncontiguous_all__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1842466Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1846935Z test_noncontiguous_all__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1856586Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1860942Z test_noncontiguous_all__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1871652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1876231Z test_noncontiguous_all__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1887009Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1891559Z test_noncontiguous_all__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1902267Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1906771Z test_noncontiguous_all__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1918565Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.1922954Z test_noncontiguous_all__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1932716Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1937021Z test_noncontiguous_all__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1946708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1951183Z test_noncontiguous_all__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1963629Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.1968116Z test_noncontiguous_all__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1977532Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1981922Z test_noncontiguous_all__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.1991317Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.1995920Z test_noncontiguous_all__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2006468Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2011012Z test_noncontiguous_all__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2021572Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2026019Z test_noncontiguous_all__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2036746Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2041192Z test_noncontiguous_all__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2053105Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2057494Z test_noncontiguous_all__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2067046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2071461Z test_noncontiguous_all__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2081104Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2085540Z test_noncontiguous_all__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2095012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2099402Z test_noncontiguous_all__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2108963Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2113312Z test_noncontiguous_all__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2123088Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2127377Z test_noncontiguous_all__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2138146Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2142519Z test_noncontiguous_all__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2153194Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2157736Z test_noncontiguous_all__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2168335Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2172856Z test_noncontiguous_all__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2184576Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2188976Z test_noncontiguous_all__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2198666Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2203043Z test_noncontiguous_all__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2212748Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2217171Z test_noncontiguous_all__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2226421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2230815Z test_noncontiguous_all__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2240781Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2244846Z test_noncontiguous_all__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2254552Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2258921Z test_noncontiguous_all__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2270851Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2275800Z test_noncontiguous_all__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2287900Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2293039Z test_noncontiguous_all__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2305309Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2310095Z test_noncontiguous_all__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2321224Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2326096Z test_noncontiguous_all__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2337243Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2342080Z test_noncontiguous_all__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2353046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2358384Z test_noncontiguous_all__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2369163Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2373955Z test_noncontiguous_all__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2386758Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2391603Z test_noncontiguous_all__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2404489Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2409129Z test_noncontiguous_all__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2421037Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2425552Z test_noncontiguous_all__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2440473Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2445224Z test_noncontiguous_all__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2459038Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2463201Z test_noncontiguous_all__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2476235Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2480422Z test_noncontiguous_all__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2493302Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2497691Z test_noncontiguous_all__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2511482Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2516044Z test_noncontiguous_all__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2528251Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2532799Z test_noncontiguous_all__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2544907Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2549479Z test_noncontiguous_all__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2561850Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2566363Z test_noncontiguous_all__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2578639Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2583137Z test_noncontiguous_all__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2595455Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2600034Z test_noncontiguous_all__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2611039Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2615599Z test_noncontiguous_all__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2626518Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2630972Z test_noncontiguous_all__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2643341Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2647854Z test_noncontiguous_all__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2659609Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2664194Z test_noncontiguous_all__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2674514Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2679054Z test_noncontiguous_all__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2692643Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2697234Z test_noncontiguous_all__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2709508Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2714164Z test_noncontiguous_all__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2725538Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2731995Z test_noncontiguous_all__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2744378Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2748862Z test_noncontiguous_all__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2759350Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2763988Z test_noncontiguous_all__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2774212Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2778666Z test_noncontiguous_all__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2788864Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2793418Z test_noncontiguous_all__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2803848Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2808311Z test_noncontiguous_all__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2818664Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.2823147Z test_noncontiguous_all__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2838456Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2843069Z test_noncontiguous_all__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2860928Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2865508Z test_noncontiguous_all__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2883068Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2887613Z test_noncontiguous_all__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2904061Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2909015Z test_noncontiguous_all__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2925376Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2930440Z test_noncontiguous_all__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2948081Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2952755Z test_noncontiguous_all__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2968236Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2973385Z test_noncontiguous_all__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.2989063Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.2993914Z test_noncontiguous_all__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3009690Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3014525Z test_noncontiguous_all__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3030225Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3035215Z test_noncontiguous_all__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3046098Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3050760Z test_noncontiguous_all__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3060439Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3064985Z test_noncontiguous_all__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3078001Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3082532Z test_noncontiguous_all__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3094516Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3099058Z test_noncontiguous_all__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3109950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3114625Z test_noncontiguous_all__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3125469Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3130117Z test_noncontiguous_all__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3141998Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3146516Z test_noncontiguous_all__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3156405Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3160858Z test_noncontiguous_all__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3170857Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3175303Z test_noncontiguous_all__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3184948Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3189424Z test_noncontiguous_all__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3199583Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3204022Z test_noncontiguous_all__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3214040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3218437Z test_noncontiguous_all__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3235598Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3240176Z test_noncontiguous_all__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3257037Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3261613Z test_noncontiguous_all__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3277739Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3282270Z test_noncontiguous_all__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3297441Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3302176Z test_noncontiguous_all__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3317074Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3321621Z test_noncontiguous_all__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3337954Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3342491Z test_noncontiguous_all__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3357021Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3361573Z test_noncontiguous_all__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3376185Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3380741Z test_noncontiguous_all__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3395145Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3399699Z test_noncontiguous_all__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3416014Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3420521Z test_noncontiguous_all__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3434907Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.3439508Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3448914Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3453467Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3461725Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3466350Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3477097Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3481881Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3492726Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3497408Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3506550Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3511110Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3520266Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3524808Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3534883Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3539817Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3549357Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3553633Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3561869Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3566212Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3574554Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3578933Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3587136Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3591537Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3599806Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3604151Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3613870Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3618273Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3626365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3630752Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3640133Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3644537Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3654007Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3658434Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3668432Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3673115Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3681310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3685724Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3694091Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3698565Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3706558Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3710868Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3719180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3723590Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3731921Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3736544Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3745669Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3750054Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3758241Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3762699Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3772140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3776525Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3785804Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3790284Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3800472Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3805176Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3813420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3817744Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3825868Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3830236Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3838371Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3843066Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3851558Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3855941Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3864303Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3868733Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3878136Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3882603Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3890987Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3895447Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3906188Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3910916Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3921210Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3925655Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3935388Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3939669Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3948849Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3953305Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3963302Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3967986Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3976580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3980943Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.3989101Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.3993414Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4001817Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4006191Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4014624Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4018815Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4027019Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4031418Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4040521Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4044900Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4053992Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4058355Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4067292Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4071640Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4081424Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4086050Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4094504Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4098838Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4106947Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4111446Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4119708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4124111Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4132355Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4136657Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4144719Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4149108Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4158049Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4162416Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4171400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4175810Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4184637Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4189065Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4199133Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4203798Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4212078Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4216453Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4224626Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4229125Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4237595Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4242044Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4250532Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4255005Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4263349Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4267862Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4277076Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4281653Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4290012Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4294436Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4305092Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4309844Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4320545Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4325308Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4334533Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4338993Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4348006Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4352463Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4362397Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4367253Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4375660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4380115Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4388367Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4392890Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4401220Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4405701Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4414106Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4418588Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4426857Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4431376Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4465928Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-09-27T15:40:51.4470583Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4506753Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-09-27T15:40:51.4511351Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4546810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-09-27T15:40:51.4551483Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4585703Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-09-27T15:40:51.4590276Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4624505Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-09-27T15:40:51.4629194Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4664002Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-09-27T15:40:51.4668610Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4678370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4682866Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4694622Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.4699263Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4710631Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.4715373Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4725188Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4730353Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4739484Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4744035Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4754542Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4759298Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4769427Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4773981Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4783945Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4788419Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4798446Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4802934Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4813941Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4818489Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4828053Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4832498Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4840984Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4845431Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4855168Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4859630Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4869232Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4873732Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4884144Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4889184Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4897594Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4902042Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4910473Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4915018Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4923334Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4927806Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4936420Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4940866Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4949229Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4953745Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4962106Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.4966638Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4978046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.4982800Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.4994170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.4999030Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5008339Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5012945Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5023259Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5028060Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5036525Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5041047Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5049557Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5054141Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5062464Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5066959Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5075464Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5080080Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5088496Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5093184Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5105977Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5110488Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5127109Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5132043Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5147949Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5152797Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5165635Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5170336Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5183382Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5187916Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5202184Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5206735Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5216485Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5220993Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5229429Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5233916Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5245274Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5250076Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5261261Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5265949Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5275543Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5280122Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5289838Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5294299Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5304655Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5309333Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5317838Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5322340Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5330907Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5335324Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5343602Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5348101Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5356582Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5361061Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5369540Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T15:40:51.5374033Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5386709Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5391200Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5406792Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5411470Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5426770Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5431342Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5444023Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5448613Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5461652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5466184Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5480616Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T15:40:51.5485352Z test_noncontiguous_expanded__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5496393Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.5501039Z test_noncontiguous_expanded__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5511911Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.5517059Z test_noncontiguous_expanded__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5527536Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5532354Z test_noncontiguous_expanded__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5543033Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5547736Z test_noncontiguous_expanded__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5557559Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5562209Z test_noncontiguous_expanded__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5572017Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5576687Z test_noncontiguous_expanded__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5586263Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5590945Z test_noncontiguous_expanded__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5600689Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5605333Z test_noncontiguous_expanded__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5615191Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5619766Z test_noncontiguous_expanded__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5630526Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5635295Z test_noncontiguous_expanded__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5646007Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5650851Z test_noncontiguous_expanded__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5661633Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.5666375Z test_noncontiguous_expanded__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5677223Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5681994Z test_noncontiguous_expanded__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5691707Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5696366Z test_noncontiguous_expanded__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5706003Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5710675Z test_noncontiguous_expanded__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5720327Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5724981Z test_noncontiguous_expanded__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5734875Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5739657Z test_noncontiguous_expanded__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5749276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5754044Z test_noncontiguous_expanded__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5764905Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5770058Z test_noncontiguous_expanded__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5780542Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5785122Z test_noncontiguous_expanded__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5796156Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.5800797Z test_noncontiguous_expanded__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5811721Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5816277Z test_noncontiguous_expanded__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5825921Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5830651Z test_noncontiguous_expanded__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5840320Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5845038Z test_noncontiguous_expanded__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5854889Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5859446Z test_noncontiguous_expanded__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5869049Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5873845Z test_noncontiguous_expanded__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5885698Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.5890606Z test_noncontiguous_expanded__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5901259Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5905782Z test_noncontiguous_expanded__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5916641Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5921233Z test_noncontiguous_expanded__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5932143Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5936735Z test_noncontiguous_expanded__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5947335Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5952028Z test_noncontiguous_expanded__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5961804Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5966434Z test_noncontiguous_expanded__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5976225Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5980885Z test_noncontiguous_expanded__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.5990529Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.5995281Z test_noncontiguous_expanded__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6005106Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6009932Z test_noncontiguous_expanded__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6019617Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6024175Z test_noncontiguous_expanded__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6036657Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6041550Z test_noncontiguous_expanded__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6054184Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6059174Z test_noncontiguous_expanded__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6071096Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6076256Z test_noncontiguous_expanded__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6087459Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6092698Z test_noncontiguous_expanded__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6103762Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6108878Z test_noncontiguous_expanded__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6120054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6125220Z test_noncontiguous_expanded__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6136357Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6141532Z test_noncontiguous_expanded__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6152574Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6157739Z test_noncontiguous_expanded__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6170793Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6175426Z test_noncontiguous_expanded__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6187486Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6192201Z test_noncontiguous_expanded__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6206708Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6211625Z test_noncontiguous_expanded__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6225291Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6229982Z test_noncontiguous_expanded__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6245009Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6249303Z test_noncontiguous_expanded__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6262061Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6266737Z test_noncontiguous_expanded__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6279549Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6284184Z test_noncontiguous_expanded__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6296385Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6301059Z test_noncontiguous_expanded__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6313103Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6317833Z test_noncontiguous_expanded__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6330021Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6334687Z test_noncontiguous_expanded__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6346709Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6351350Z test_noncontiguous_expanded__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6363431Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6368127Z test_noncontiguous_expanded__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6378985Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6383688Z test_noncontiguous_expanded__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6394383Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6399103Z test_noncontiguous_expanded__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6409837Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6414569Z test_noncontiguous_expanded__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6425282Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6430061Z test_noncontiguous_expanded__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6440494Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6445044Z test_noncontiguous_expanded__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6457419Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6462096Z test_noncontiguous_expanded__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6474458Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6479171Z test_noncontiguous_expanded__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6490817Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6495398Z test_noncontiguous_expanded__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6506823Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6511362Z test_noncontiguous_expanded__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6521806Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6526443Z test_noncontiguous_expanded__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6536894Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6541485Z test_noncontiguous_expanded__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6551713Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6556450Z test_noncontiguous_expanded__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6568306Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6573078Z test_noncontiguous_expanded__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6583262Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6587886Z test_noncontiguous_expanded__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6603283Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6607918Z test_noncontiguous_expanded__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6625555Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6630609Z test_noncontiguous_expanded__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6647060Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6651765Z test_noncontiguous_expanded__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6667974Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6673034Z test_noncontiguous_expanded__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6689403Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6694473Z test_noncontiguous_expanded__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6710162Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6715276Z test_noncontiguous_expanded__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6731145Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6736142Z test_noncontiguous_expanded__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6751861Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6756987Z test_noncontiguous_expanded__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6778913Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-09-27T15:40:51.6783896Z test_noncontiguous_expanded__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6799707Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6804791Z test_noncontiguous_expanded__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6815864Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6820513Z test_noncontiguous_expanded__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6830205Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6834941Z test_noncontiguous_expanded__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6847346Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6852445Z test_noncontiguous_expanded__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6864294Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6868890Z test_noncontiguous_expanded__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6879993Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6884662Z test_noncontiguous_expanded__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6895805Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.6900415Z test_noncontiguous_expanded__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6911359Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6916092Z test_noncontiguous_expanded__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6926045Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6930890Z test_noncontiguous_expanded__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6940707Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6945236Z test_noncontiguous_expanded__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6955078Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6959621Z test_noncontiguous_expanded__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6969543Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6974172Z test_noncontiguous_expanded__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.6983948Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.6988517Z test_noncontiguous_expanded__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7003835Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7008286Z test_noncontiguous_expanded__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7025379Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7029973Z test_noncontiguous_expanded__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7046319Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7050811Z test_noncontiguous_expanded__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7067545Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7072081Z test_noncontiguous_expanded__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7087008Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7091758Z test_noncontiguous_expanded__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7106600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7111084Z test_noncontiguous_expanded__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7125546Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7130195Z test_noncontiguous_expanded__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7144576Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7149182Z test_noncontiguous_expanded__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7163706Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7168254Z test_noncontiguous_expanded__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7182839Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7187354Z test_noncontiguous_expanded__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7202112Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7206572Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7216070Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7220477Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7228846Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7233369Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7243461Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7247917Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7258931Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7262782Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7271915Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7276537Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7285732Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7290431Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7299509Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7303990Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7312564Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7317072Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7325496Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7330419Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7338833Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7343332Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7351782Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7356434Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7364825Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7369513Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7379197Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7383614Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7391910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7396565Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7406041Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7410679Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7420159Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7424712Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7434252Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7438800Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7447198Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7451890Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7460218Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7464892Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7473160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7477764Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7486191Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7490853Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7499219Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7503823Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7514114Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7518022Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7526359Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7530969Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7540500Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7545047Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7554560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7559311Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7571182Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7578544Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7592312Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7599753Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7613759Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7621115Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7634891Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7642222Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7655943Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7663518Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7677217Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7684639Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7697686Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7704152Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7714472Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7720346Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7732737Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.7737440Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7747547Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7751876Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7761167Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7766088Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7776025Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7781768Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7791076Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7796346Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7805442Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7810697Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7819682Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7824036Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7832631Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7837220Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7845785Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7850468Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7859009Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7863480Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7872780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7877437Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7886682Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7891376Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7900561Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7905122Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7914466Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7919384Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7927906Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7932529Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7940927Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7945379Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7954001Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7958525Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7966990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7971664Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7980161Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7985062Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.7993946Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.7998422Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8008226Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8012181Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8021222Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8026001Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8034720Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8039109Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8047475Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8052044Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8060452Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8064780Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8073249Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8077655Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8085901Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8090571Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8098866Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8103436Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8112318Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8116886Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8125046Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8129692Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8139481Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8143881Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8153637Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8158131Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8167090Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8171901Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8180803Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8185283Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8194308Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8198877Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8207080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8211691Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8219956Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8224430Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8232678Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8237190Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8245369Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8249943Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8258206Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8263363Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8298025Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-09-27T15:40:51.8302998Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8338580Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-09-27T15:40:51.8343658Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8379509Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-09-27T15:40:51.8384586Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8419166Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-09-27T15:40:51.8424129Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8458820Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-09-27T15:40:51.8463793Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8497768Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-09-27T15:40:51.8502738Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8512903Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8517853Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8529372Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.8534817Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8546626Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.8554506Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8564753Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.8569712Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8579597Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8584483Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8594466Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8599278Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8609582Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8614515Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8625276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8630119Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8640388Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8645198Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8655468Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8660283Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8670051Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8674981Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8683601Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8688467Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8698573Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8703404Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8713102Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8718432Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8728170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8733138Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8741821Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8746707Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8755419Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8760254Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8768919Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8773693Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8782339Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8787283Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8796033Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8800887Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8809403Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8814211Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8824611Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8829462Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8840117Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8844946Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8854783Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8860129Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8870325Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8875470Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8884597Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8889767Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8898856Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8903913Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8912968Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8918379Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8927649Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8932834Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8941784Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.8946864Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8960539Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.8965667Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.8982292Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.8987705Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9004414Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9010018Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9023533Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9028810Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9042785Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9048256Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9062142Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9067367Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9077832Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9082919Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9092339Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.9097406Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9109153Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9114750Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9126005Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9131492Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9141680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9146869Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9157378Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9162502Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9172965Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9178085Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9187349Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.9192472Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9201859Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.9216696Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9220392Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9225410Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9234617Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.9239766Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9249067Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T15:40:51.9254100Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9267420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9272650Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9287701Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9292967Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9309260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9314436Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9327888Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9333086Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9346985Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9352014Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9365896Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-09-27T15:40:51.9370851Z test_noncontiguous_innermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9382669Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9387328Z test_noncontiguous_innermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9399340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9404030Z test_noncontiguous_innermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9415945Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9420681Z test_noncontiguous_innermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9433227Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9437463Z test_noncontiguous_innermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9447277Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9451669Z test_noncontiguous_innermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9461461Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9465612Z test_noncontiguous_innermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9475537Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9482785Z test_noncontiguous_innermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9494235Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9498428Z test_noncontiguous_innermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9508142Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9512325Z test_noncontiguous_innermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9524020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9527738Z test_noncontiguous_innermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9541293Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9545643Z test_noncontiguous_innermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9556710Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9560997Z test_noncontiguous_innermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9573283Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9577574Z test_noncontiguous_innermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9587455Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9591744Z test_noncontiguous_innermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9601695Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9605981Z test_noncontiguous_innermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9615901Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9620084Z test_noncontiguous_innermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9629891Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9634242Z test_noncontiguous_innermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9644159Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9648477Z test_noncontiguous_innermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9659617Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9663925Z test_noncontiguous_innermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9675030Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9679326Z test_noncontiguous_innermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9690523Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9694742Z test_noncontiguous_innermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9706667Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9710998Z test_noncontiguous_innermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9720876Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9725156Z test_noncontiguous_innermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9735153Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9739390Z test_noncontiguous_innermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9749010Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9753286Z test_noncontiguous_innermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9763205Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9767425Z test_noncontiguous_innermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9777366Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9781645Z test_noncontiguous_innermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9792478Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9796940Z test_noncontiguous_innermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9807809Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9812362Z test_noncontiguous_innermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9823118Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9827454Z test_noncontiguous_innermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9839350Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9843688Z test_noncontiguous_innermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9853493Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9857798Z test_noncontiguous_innermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9867420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9871749Z test_noncontiguous_innermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9881305Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9885561Z test_noncontiguous_innermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9895414Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9899686Z test_noncontiguous_innermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9909304Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:51.9913653Z test_noncontiguous_innermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9926250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9930927Z test_noncontiguous_innermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9943260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9947910Z test_noncontiguous_innermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9962992Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9967690Z test_noncontiguous_innermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9979048Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9983643Z test_noncontiguous_innermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:51.9994954Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:51.9999593Z test_noncontiguous_innermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0010769Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0015367Z test_noncontiguous_innermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0026627Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0031683Z test_noncontiguous_innermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0043101Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0047634Z test_noncontiguous_innermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0060404Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0064853Z test_noncontiguous_innermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0076924Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0081342Z test_noncontiguous_innermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0096580Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0101324Z test_noncontiguous_innermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0115592Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0120205Z test_noncontiguous_innermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0133347Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0137734Z test_noncontiguous_innermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0150627Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0155167Z test_noncontiguous_innermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0169464Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0174178Z test_noncontiguous_innermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0186318Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0190671Z test_noncontiguous_innermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0202940Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0207310Z test_noncontiguous_innermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0219581Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0223939Z test_noncontiguous_innermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0237782Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0242137Z test_noncontiguous_innermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0254494Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0258847Z test_noncontiguous_innermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0269577Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0274061Z test_noncontiguous_innermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0284882Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0289432Z test_noncontiguous_innermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0300085Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0304466Z test_noncontiguous_innermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0316315Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0320588Z test_noncontiguous_innermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0330589Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0334819Z test_noncontiguous_innermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0347929Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0352236Z test_noncontiguous_innermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0364312Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0368774Z test_noncontiguous_innermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0379864Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0384137Z test_noncontiguous_innermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0396406Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0400694Z test_noncontiguous_innermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0410799Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0415010Z test_noncontiguous_innermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0424851Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0429204Z test_noncontiguous_innermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0438880Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0443080Z test_noncontiguous_innermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0453176Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0457255Z test_noncontiguous_innermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0466908Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0471091Z test_noncontiguous_innermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0486471Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0490757Z test_noncontiguous_innermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0508761Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0513356Z test_noncontiguous_innermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0530876Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0535499Z test_noncontiguous_innermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0553630Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0558149Z test_noncontiguous_innermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0575194Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0579919Z test_noncontiguous_innermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0595614Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0600235Z test_noncontiguous_innermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0615968Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0620613Z test_noncontiguous_innermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0636509Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0640950Z test_noncontiguous_innermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0656745Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0661300Z test_noncontiguous_innermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0677065Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0681713Z test_noncontiguous_innermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0692602Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0696850Z test_noncontiguous_innermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0706592Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0710641Z test_noncontiguous_innermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0723395Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0728074Z test_noncontiguous_innermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0740297Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0744817Z test_noncontiguous_innermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0755806Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0760129Z test_noncontiguous_innermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0771020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0775164Z test_noncontiguous_innermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0786992Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0791732Z test_noncontiguous_innermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0803216Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0807461Z test_noncontiguous_innermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0818842Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0823118Z test_noncontiguous_innermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0832553Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0836881Z test_noncontiguous_innermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0846464Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0850859Z test_noncontiguous_innermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0860435Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.0864658Z test_noncontiguous_innermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0879684Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0883942Z test_noncontiguous_innermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0901772Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0906367Z test_noncontiguous_innermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0923844Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0928374Z test_noncontiguous_innermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0943613Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0948014Z test_noncontiguous_innermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0963058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0967312Z test_noncontiguous_innermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.0983956Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.0988569Z test_noncontiguous_innermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1003179Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.1007464Z test_noncontiguous_innermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1023561Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.1027790Z test_noncontiguous_innermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1042353Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.1046650Z test_noncontiguous_innermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1060903Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.1065238Z test_noncontiguous_innermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1079743Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.1084049Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1093449Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1097720Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1105781Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1109833Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1120555Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1124920Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1134754Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1138915Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1147919Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1151994Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1161049Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1165102Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1175047Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1179356Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1187492Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1191645Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1199995Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1204117Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1212456Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1216506Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1224729Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1228791Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1237044Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1241137Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1250646Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1254711Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1262929Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1266943Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1276414Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1280508Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1290181Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1294417Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1305429Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1309971Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1318906Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1323286Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1332311Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1336689Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1344911Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1349036Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1357455Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1361580Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1369954Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1374068Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1383391Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1387497Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1395827Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1399924Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1409239Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1413528Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1422738Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1426798Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1437094Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1441524Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1449921Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1453923Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1462048Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1466136Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1474309Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1478502Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1486644Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1490872Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1498917Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1503073Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1512098Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1516154Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1524269Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1528296Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1539095Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1543698Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1553589Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1558213Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1567966Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1572543Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1582284Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1586785Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1597434Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1601725Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1610158Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1614155Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1622467Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1626504Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1634815Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1638943Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1647118Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1651714Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1659778Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1663744Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1672734Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1676938Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1685722Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1689974Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1698728Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1702937Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1711766Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1715942Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1723955Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1728046Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1736287Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1740336Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1748449Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1752419Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1760569Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1764574Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1772823Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1776878Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1785548Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1789581Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1798575Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1802825Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1812508Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1816824Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1827119Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1831729Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1840541Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1844845Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1853315Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1857284Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1865449Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1869525Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1877755Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1881809Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1889951Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1894059Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1903056Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1907106Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1915375Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1919549Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1930358Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1934769Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1944432Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1948490Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1957659Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1961697Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1970761Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1974801Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1984231Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.1988755Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.1997427Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2001533Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2010190Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2013939Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2022211Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2026174Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2034573Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2038684Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2046741Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2051236Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2086182Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.2091027Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2132096Z Tests reducing along noncontiguous innermost dimension. ... ok (0.005s) 2022-09-27T15:40:52.2136481Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2172844Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.2177072Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2212229Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.2216414Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2251151Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.2255477Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2290637Z Tests reducing along noncontiguous innermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.2294943Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2304504Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2308733Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2320061Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2324655Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2336141Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2340652Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2350356Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2354766Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2364972Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2369700Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2380604Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2385484Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2396143Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2400365Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2410332Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2414510Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2424276Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2428495Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2439047Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2443592Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2453213Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2457869Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2465931Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2469847Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2479299Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2483480Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2493031Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2497211Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2507297Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2511885Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2520308Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2524442Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2532842Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2536947Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2545142Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2549314Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2557664Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2561833Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2570174Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2574296Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2582441Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2586627Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2597821Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2602175Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2612530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2616803Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2626232Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2630417Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2640633Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2644980Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2654660Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2659053Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2667108Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2671313Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2679488Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2683609Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2692113Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2696197Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2704400Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2708674Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2721539Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2725757Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2741368Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2745779Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2761126Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2765793Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2778548Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2782799Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2795482Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2799670Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2813431Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2817640Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2827048Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2831185Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2839448Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2843603Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2854976Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2859767Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2870616Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2876022Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2885261Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2889626Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2899019Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2903243Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2913267Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2918144Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2926386Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2931044Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2939031Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2943242Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2951328Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2955639Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2963824Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2968030Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2976339Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.2980535Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.2993131Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.2997555Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3012476Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3016654Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3030330Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3034614Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3047339Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3051607Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3064174Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3068386Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3082222Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3086479Z test_noncontiguous_outermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3097495Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3101729Z test_noncontiguous_outermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3112575Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3116959Z test_noncontiguous_outermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3127917Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3132226Z test_noncontiguous_outermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3143995Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3148191Z test_noncontiguous_outermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3158827Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3163238Z test_noncontiguous_outermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3173014Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3177243Z test_noncontiguous_outermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3186873Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3191124Z test_noncontiguous_outermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3201126Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3205370Z test_noncontiguous_outermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3215378Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3219623Z test_noncontiguous_outermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3230675Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3235043Z test_noncontiguous_outermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3246153Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3250610Z test_noncontiguous_outermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3261608Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3265941Z test_noncontiguous_outermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3278149Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3282348Z test_noncontiguous_outermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3292403Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3296586Z test_noncontiguous_outermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3306538Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3310711Z test_noncontiguous_outermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3320624Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3324844Z test_noncontiguous_outermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3334901Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3339026Z test_noncontiguous_outermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3348869Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3353071Z test_noncontiguous_outermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3364206Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3368455Z test_noncontiguous_outermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3379825Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3383974Z test_noncontiguous_outermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3395069Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3399418Z test_noncontiguous_outermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3411456Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3415739Z test_noncontiguous_outermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3425534Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3429782Z test_noncontiguous_outermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3439646Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3443890Z test_noncontiguous_outermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3453701Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3457907Z test_noncontiguous_outermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3470199Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3474579Z test_noncontiguous_outermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3484207Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3488289Z test_noncontiguous_outermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3499212Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3503332Z test_noncontiguous_outermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3513961Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3518265Z test_noncontiguous_outermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3529004Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3533204Z test_noncontiguous_outermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3544391Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3548882Z test_noncontiguous_outermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3558212Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3562466Z test_noncontiguous_outermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3571907Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3576038Z test_noncontiguous_outermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3585202Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3589360Z test_noncontiguous_outermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3598838Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3603012Z test_noncontiguous_outermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3613108Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3617493Z test_noncontiguous_outermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3629801Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3634393Z test_noncontiguous_outermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3646563Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3651465Z test_noncontiguous_outermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3664182Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3669889Z test_noncontiguous_outermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3682842Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3687136Z test_noncontiguous_outermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3698473Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3703188Z test_noncontiguous_outermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3714519Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3719197Z test_noncontiguous_outermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3730585Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3735407Z test_noncontiguous_outermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3746546Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3751337Z test_noncontiguous_outermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3764443Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3768987Z test_noncontiguous_outermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3781133Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3785526Z test_noncontiguous_outermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3800588Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3804974Z test_noncontiguous_outermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3818902Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3823357Z test_noncontiguous_outermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3838199Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3842596Z test_noncontiguous_outermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3855678Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3860143Z test_noncontiguous_outermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3874127Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3878525Z test_noncontiguous_outermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3890893Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3895197Z test_noncontiguous_outermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3907341Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3911757Z test_noncontiguous_outermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3924304Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3928588Z test_noncontiguous_outermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3941211Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3945354Z test_noncontiguous_outermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3957641Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.3962026Z test_noncontiguous_outermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3973062Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3977370Z test_noncontiguous_outermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.3988233Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.3992591Z test_noncontiguous_outermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4003449Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4007806Z test_noncontiguous_outermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4019843Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4024204Z test_noncontiguous_outermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4034161Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4038503Z test_noncontiguous_outermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4051752Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4056039Z test_noncontiguous_outermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4068056Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4072311Z test_noncontiguous_outermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4083530Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4087909Z test_noncontiguous_outermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4100295Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4104522Z test_noncontiguous_outermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4114570Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4118994Z test_noncontiguous_outermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4128974Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4133315Z test_noncontiguous_outermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4143117Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4147646Z test_noncontiguous_outermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4159283Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4163491Z test_noncontiguous_outermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4173696Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4178057Z test_noncontiguous_outermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4193445Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4197872Z test_noncontiguous_outermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4216404Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4220880Z test_noncontiguous_outermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4237380Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4241764Z test_noncontiguous_outermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4258470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4263076Z test_noncontiguous_outermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4280431Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4285098Z test_noncontiguous_outermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4301148Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4305950Z test_noncontiguous_outermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4321931Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4326581Z test_noncontiguous_outermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4342657Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4347257Z test_noncontiguous_outermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4365096Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4369802Z test_noncontiguous_outermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4385497Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4390307Z test_noncontiguous_outermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4401387Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4405631Z test_noncontiguous_outermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4415465Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4419740Z test_noncontiguous_outermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4432603Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4437374Z test_noncontiguous_outermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4449213Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4453489Z test_noncontiguous_outermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4464374Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4468626Z test_noncontiguous_outermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4479756Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4483930Z test_noncontiguous_outermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4496061Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4500178Z test_noncontiguous_outermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4510034Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4514458Z test_noncontiguous_outermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4524190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4528387Z test_noncontiguous_outermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4538263Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4542436Z test_noncontiguous_outermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4552204Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4556582Z test_noncontiguous_outermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4566406Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4570757Z test_noncontiguous_outermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4585863Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4590338Z test_noncontiguous_outermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4608220Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4612791Z test_noncontiguous_outermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4629036Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4633227Z test_noncontiguous_outermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4653009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4657066Z test_noncontiguous_outermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4672247Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4676551Z test_noncontiguous_outermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4692827Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4697001Z test_noncontiguous_outermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4711453Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4715755Z test_noncontiguous_outermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4730468Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4734645Z test_noncontiguous_outermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4749258Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4753420Z test_noncontiguous_outermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4768030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4772427Z test_noncontiguous_outermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4787060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.4791245Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4800675Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4804876Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4813451Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4817645Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4828462Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4832827Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4843005Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4847150Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4856558Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4860720Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4869955Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4874187Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4884184Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4888802Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4897338Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4901641Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4909961Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4914219Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4922808Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4927274Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4936542Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4940725Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4949143Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4953300Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4963058Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4967228Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4975758Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4979901Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.4989573Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.4993804Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5003420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5007677Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5018221Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5022603Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5030995Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5035242Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5043643Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5047858Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5056333Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5060419Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5068846Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5073044Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5081627Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5085716Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5095548Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5099680Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5108112Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5112246Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5122043Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5126220Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5135984Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5140138Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5150533Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5154969Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5163440Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5168122Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5176223Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5180678Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5189382Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5193438Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5201886Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5206020Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5214286Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5218458Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5227432Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5231494Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5239667Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5243735Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5254660Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5258845Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5268542Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5272630Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5281777Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5285853Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5295015Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5299174Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5308855Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5313241Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5321586Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5325696Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5334030Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5338026Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5346284Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5350380Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5358664Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5362730Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5370994Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5375089Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5383962Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5388049Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5397007Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5401281Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5410410Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5414831Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5424382Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5429086Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5437432Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5441585Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5449932Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5454268Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5462569Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5466748Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5475172Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5479377Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5487816Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5492147Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5501207Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5505421Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5514679Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5518871Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5527960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5532321Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5542170Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5546690Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5555031Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5559263Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5567466Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5571952Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5580235Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5584439Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5592703Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5597028Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5605351Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5609656Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5618955Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5623208Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5631631Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5636000Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5646666Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5651376Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5661463Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5665581Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5675093Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5679417Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5688616Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5693030Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5702942Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5707277Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5715614Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5719828Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5728177Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5732517Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5740766Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5744972Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5753360Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5757661Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5766003Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.5770355Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5805675Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.5810095Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5846795Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.5851139Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5886775Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.5891316Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5927015Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.5931854Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.5966091Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.5970505Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6004564Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-09-27T15:40:52.6008988Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6018477Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6022615Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6033713Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6038499Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6049792Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6054136Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6063739Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6068252Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6078146Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6082084Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6092503Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6096779Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6106797Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6111050Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6121119Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6125417Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6135312Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6139457Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6150041Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6154520Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6163940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6168263Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6176603Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6180744Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6190152Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6194448Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6203911Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6208129Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6218397Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6222873Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6231238Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6235571Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6243844Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6248046Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6256364Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6260478Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6268842Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6272976Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6281398Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6285658Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6294130Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6298303Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6309353Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6314005Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6324249Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6328494Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6338041Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6342134Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6352276Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6356890Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6365088Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6369329Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6377624Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6381832Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6390005Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6394148Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6402402Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6406566Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6415007Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6419122Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6431850Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6436116Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6451667Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6456333Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6471306Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6476213Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6489814Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6493942Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6506601Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6510871Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6524482Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6528794Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6538194Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6542419Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6550537Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6554835Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6565995Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6570592Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6580840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6585035Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6594634Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6598837Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6608289Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6612551Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6622650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6627085Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6635514Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6639579Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6648178Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6652826Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6661006Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6665091Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6673581Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6677762Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6686136Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T15:40:52.6690392Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6703086Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6707411Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6722339Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6726620Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6740618Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6744951Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6757748Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6762073Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6774981Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6779300Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6792909Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-09-27T15:40:52.6797143Z test_noncontiguous_transposed__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6807812Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6811803Z test_noncontiguous_transposed__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6822423Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6826399Z test_noncontiguous_transposed__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6837069Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6841038Z test_noncontiguous_transposed__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6851738Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6855648Z test_noncontiguous_transposed__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6865079Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6869040Z test_noncontiguous_transposed__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6878614Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6882559Z test_noncontiguous_transposed__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6892098Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6895923Z test_noncontiguous_transposed__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6905388Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6909268Z test_noncontiguous_transposed__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6918953Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6923084Z test_noncontiguous_transposed__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6933869Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6937763Z test_noncontiguous_transposed__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6951392Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.6955450Z test_noncontiguous_transposed__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6965838Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6969997Z test_noncontiguous_transposed__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6980360Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6984271Z test_noncontiguous_transposed__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.6993650Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.6997779Z test_noncontiguous_transposed__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7006964Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7011031Z test_noncontiguous_transposed__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7020255Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7024264Z test_noncontiguous_transposed__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7033626Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7037603Z test_noncontiguous_transposed__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7046962Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7051028Z test_noncontiguous_transposed__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7061543Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7065614Z test_noncontiguous_transposed__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7076286Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7080264Z test_noncontiguous_transposed__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7090934Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7094937Z test_noncontiguous_transposed__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7105420Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7109403Z test_noncontiguous_transposed__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7118960Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7123000Z test_noncontiguous_transposed__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7132581Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7136513Z test_noncontiguous_transposed__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7145690Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7149699Z test_noncontiguous_transposed__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7159205Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7163219Z test_noncontiguous_transposed__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7172812Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7176773Z test_noncontiguous_transposed__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7187324Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7191351Z test_noncontiguous_transposed__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7201968Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7205933Z test_noncontiguous_transposed__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7216634Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7220568Z test_noncontiguous_transposed__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7230969Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7235074Z test_noncontiguous_transposed__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7244489Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7248436Z test_noncontiguous_transposed__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7257994Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7261987Z test_noncontiguous_transposed__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7271139Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7275213Z test_noncontiguous_transposed__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7284593Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7288799Z test_noncontiguous_transposed__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7298198Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7302098Z test_noncontiguous_transposed__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7314072Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7318502Z test_noncontiguous_transposed__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7330455Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7334784Z test_noncontiguous_transposed__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7348350Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7352746Z test_noncontiguous_transposed__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7363614Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7367997Z test_noncontiguous_transposed__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7378923Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7383272Z test_noncontiguous_transposed__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7394084Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7398538Z test_noncontiguous_transposed__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7409447Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7413847Z test_noncontiguous_transposed__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7424616Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7429007Z test_noncontiguous_transposed__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7441660Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7445695Z test_noncontiguous_transposed__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7457685Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7461647Z test_noncontiguous_transposed__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7475037Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7479052Z test_noncontiguous_transposed__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7492462Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7496460Z test_noncontiguous_transposed__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7509075Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7513104Z test_noncontiguous_transposed__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7525691Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7529827Z test_noncontiguous_transposed__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7542261Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7546312Z test_noncontiguous_transposed__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7558354Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7562378Z test_noncontiguous_transposed__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7574463Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7578448Z test_noncontiguous_transposed__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7590227Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7594277Z test_noncontiguous_transposed__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7607630Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7611792Z test_noncontiguous_transposed__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7623555Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7627476Z test_noncontiguous_transposed__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7638022Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7642033Z test_noncontiguous_transposed__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7652580Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7656535Z test_noncontiguous_transposed__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7666974Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7670944Z test_noncontiguous_transposed__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7681322Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7685245Z test_noncontiguous_transposed__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7695216Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7699173Z test_noncontiguous_transposed__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7710920Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7714910Z test_noncontiguous_transposed__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7726641Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7730811Z test_noncontiguous_transposed__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7741693Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7745690Z test_noncontiguous_transposed__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7756796Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7760793Z test_noncontiguous_transposed__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7770775Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7774767Z test_noncontiguous_transposed__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7784554Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7788501Z test_noncontiguous_transposed__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7798621Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7802541Z test_noncontiguous_transposed__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7812446Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7816355Z test_noncontiguous_transposed__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7826177Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.7830133Z test_noncontiguous_transposed__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7845305Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7849497Z test_noncontiguous_transposed__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7865558Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7869551Z test_noncontiguous_transposed__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7885667Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7889868Z test_noncontiguous_transposed__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7907983Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7912194Z test_noncontiguous_transposed__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7928174Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7932743Z test_noncontiguous_transposed__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7948118Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7952836Z test_noncontiguous_transposed__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7968228Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7972517Z test_noncontiguous_transposed__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.7987871Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.7992148Z test_noncontiguous_transposed__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8007664Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8012317Z test_noncontiguous_transposed__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8027717Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8032098Z test_noncontiguous_transposed__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8042848Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8046836Z test_noncontiguous_transposed__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8056591Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8060544Z test_noncontiguous_transposed__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8072124Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8075822Z test_noncontiguous_transposed__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8087305Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8091474Z test_noncontiguous_transposed__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8102076Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8105979Z test_noncontiguous_transposed__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8116931Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8120704Z test_noncontiguous_transposed__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8131418Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8135367Z test_noncontiguous_transposed__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8144869Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8148715Z test_noncontiguous_transposed__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8160151Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8164235Z test_noncontiguous_transposed__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8173579Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8177488Z test_noncontiguous_transposed__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8186913Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8190939Z test_noncontiguous_transposed__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8200320Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8204281Z test_noncontiguous_transposed__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8219148Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8222959Z test_noncontiguous_transposed__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8238587Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8242454Z test_noncontiguous_transposed__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8258213Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8261998Z test_noncontiguous_transposed__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8276796Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8280676Z test_noncontiguous_transposed__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8295375Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8299484Z test_noncontiguous_transposed__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8314338Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8318353Z test_noncontiguous_transposed__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8334001Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8338144Z test_noncontiguous_transposed__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8355170Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8359253Z test_noncontiguous_transposed__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8373695Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8377645Z test_noncontiguous_transposed__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8391686Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8395708Z test_noncontiguous_transposed__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8409718Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.8413718Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8422556Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8426414Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8434458Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8438352Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8447738Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8451724Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8461159Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8465081Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8473965Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8477894Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8486835Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8490939Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8499912Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8503852Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8511991Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8516217Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8524287Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8528214Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8536542Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8540442Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8548627Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8552823Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8561582Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8565277Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8574863Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8578779Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8587242Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8591351Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8601383Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8605481Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8615499Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8619595Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8629459Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8633183Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8641451Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8645211Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8653486Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8657273Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8665144Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8669046Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8677194Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8681063Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8689151Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8692921Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8702217Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8706100Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8714045Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8717961Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8727225Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8738491Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8740642Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8744548Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8753850Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8757712Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8765892Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8769787Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8777985Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8781854Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8789872Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8793964Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8801914Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8805839Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8814165Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8818017Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8827220Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8831333Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8839992Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8843929Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8853822Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8857626Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8867397Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8871265Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8880441Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8884447Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8893606Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8897589Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8906781Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8910688Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8919163Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8923260Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8931747Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8935949Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8944003Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8947838Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8956159Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8960013Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8968137Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8972186Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8981002Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8984852Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.8993836Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.8997659Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9006531Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9010595Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9019400Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9023283Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9031358Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9035315Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9043452Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9047316Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9055517Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9059312Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9067439Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9071288Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9079531Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9083356Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9092274Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9096358Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9105179Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9109070Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9118204Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9122096Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9131317Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9135255Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9143472Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9147204Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9155406Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9159196Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9167316Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9171433Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9179436Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9183265Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9191410Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9195446Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9204206Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9208062Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9216200Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9220060Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9229520Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9233382Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9243013Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9246901Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9255827Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9259705Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9268406Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9272237Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9281089Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9284912Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9293187Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9297042Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9305008Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9308842Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9316980Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9320827Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9329173Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9332985Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9340939Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9344803Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9378869Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-09-27T15:40:52.9382892Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9417603Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-09-27T15:40:52.9421627Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9456755Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-09-27T15:40:52.9460741Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9494784Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-09-27T15:40:52.9498730Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9532550Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-09-27T15:40:52.9536581Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9569682Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-09-27T15:40:52.9573659Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9583085Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9587377Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9597379Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9601292Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9611767Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9615772Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9625884Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9629847Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9639360Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9643183Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9652799Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9656727Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9666468Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9670337Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9680205Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9684107Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9693926Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9697757Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9707345Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9711229Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9720556Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9724474Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9732977Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9736665Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9745956Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9749796Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9759255Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9763054Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9772400Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9776237Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9784454Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9788319Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9796591Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9800433Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9808526Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9812571Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9820681Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9824506Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9832815Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9837001Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9845678Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9849782Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9859994Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9863912Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9874151Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9878101Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9887558Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9891486Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9900527Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9904537Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9912612Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9916754Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9925003Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9929286Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9937135Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9941133Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9949297Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9953176Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9961446Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:52.9965355Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9977938Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:52.9981921Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:52.9997470Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0001895Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0017668Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0022078Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0034608Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0038646Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0051670Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0055676Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0068280Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0072301Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0081731Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0086079Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0094253Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0098052Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0108010Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0111987Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0122168Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0126118Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0135559Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0139459Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0148752Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0152736Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0162058Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0166028Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0174393Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0178265Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0186538Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0190328Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0198586Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0202504Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0210761Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0214738Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0222820Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T15:40:53.0226825Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0239283Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0243332Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0257694Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0261541Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0276474Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0280856Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0293507Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0297488Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0310206Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0314299Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:40:53.0326979Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-09-27T15:40:53.0346347Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:40:53.0364949Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:40:53.0379915Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:40:53.0390824Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:40:53.0401273Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:40:53.2806440Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.240s) 2022-09-27T15:40:53.2913281Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.011s) 2022-09-27T15:40:57.1435647Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1372: RuntimeWarning: All-NaN slice encountered 2022-09-27T15:40:57.1436073Z overwrite_input=overwrite_input, interpolation=interpolation 2022-09-27T15:40:57.5779962Z /opt/conda/lib/python3.7/site-packages/numpy/lib/nanfunctions.py:1392: RuntimeWarning: All-NaN slice encountered 2022-09-27T15:40:57.5780312Z overwrite_input, interpolation) 2022-09-27T15:40:58.6376730Z ok (5.346s) 2022-09-27T15:41:03.8720022Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (5.234s) 2022-09-27T15:41:03.9016431Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.030s) 2022-09-27T15:41:03.9081841Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-09-27T15:41:03.9320645Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T15:41:03.9329929Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:41:03.9373729Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:41:03.9417293Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:41:03.9461187Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:41:03.9504894Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:41:03.9521357Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:41:03.9537846Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:41:03.9554382Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:41:03.9571027Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:41:03.9577642Z test_ref_duplicate_values__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9595861Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9602587Z test_ref_duplicate_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9620325Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9626905Z test_ref_duplicate_values__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9644023Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9651021Z test_ref_duplicate_values__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9666530Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9673313Z test_ref_duplicate_values__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9689079Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9695681Z test_ref_duplicate_values__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9711066Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9717770Z test_ref_duplicate_values__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9733488Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9740068Z test_ref_duplicate_values__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9755911Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9762656Z test_ref_duplicate_values__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9780263Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9787008Z test_ref_duplicate_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9804394Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9811292Z test_ref_duplicate_values__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9828221Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9834944Z test_ref_duplicate_values__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9850670Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9857287Z test_ref_duplicate_values__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9873123Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9879916Z test_ref_duplicate_values__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9895497Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9902310Z test_ref_duplicate_values__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9918621Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9925304Z test_ref_duplicate_values__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9940978Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9947586Z test_ref_duplicate_values__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9968108Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T15:41:03.9974966Z test_ref_duplicate_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:03.9992207Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:03.9999069Z test_ref_duplicate_values__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0016276Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0023084Z test_ref_duplicate_values__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0038652Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0045366Z test_ref_duplicate_values__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0061056Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0067720Z test_ref_duplicate_values__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0082560Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0089420Z test_ref_duplicate_values__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0104872Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0111529Z test_ref_duplicate_values__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0127215Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0134047Z test_ref_duplicate_values__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0151298Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0158217Z test_ref_duplicate_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0175619Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0182298Z test_ref_duplicate_values__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0199647Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0206470Z test_ref_duplicate_values__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0222160Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0228860Z test_ref_duplicate_values__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0244548Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0251361Z test_ref_duplicate_values__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0265999Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0272657Z test_ref_duplicate_values__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0288311Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0295129Z test_ref_duplicate_values__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0310576Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0317379Z test_ref_duplicate_values__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0333768Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0340517Z test_ref_duplicate_values__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0359357Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0366070Z test_ref_duplicate_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0387011Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T15:41:04.0393698Z test_ref_duplicate_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0411730Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0418410Z test_ref_duplicate_values__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0435849Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0442534Z test_ref_duplicate_values__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0458765Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0465339Z test_ref_duplicate_values__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0481473Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0488182Z test_ref_duplicate_values__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0503970Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0510549Z test_ref_duplicate_values__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0526533Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0533299Z test_ref_duplicate_values__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0546720Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0553470Z test_ref_duplicate_values__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0569253Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0575964Z test_ref_duplicate_values__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0594273Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0600971Z test_ref_duplicate_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0619458Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0626292Z test_ref_duplicate_values__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0643936Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0650840Z test_ref_duplicate_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0668265Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0675388Z test_ref_duplicate_values__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0692531Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0698998Z test_ref_duplicate_values__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0714739Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0721276Z test_ref_duplicate_values__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0737117Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0743714Z test_ref_duplicate_values__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0759117Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0765696Z test_ref_duplicate_values__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0781665Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0788410Z test_ref_duplicate_values__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0803795Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0810293Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0823323Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0830052Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0844938Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0851778Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0866601Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0873200Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0887396Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0894056Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0908396Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0914831Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0929151Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0936079Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0949629Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0956716Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0970569Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0977436Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.0991080Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.0998160Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1012061Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1018995Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1033497Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1040292Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1054135Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1061116Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1076891Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1083812Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1099541Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1106474Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1121862Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1129074Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1142847Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1149776Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1163976Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1170920Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1184839Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1192045Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1205607Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1212953Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1226695Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1233713Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1247235Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1254362Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1269701Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1276835Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1292487Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1299390Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1314577Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1321601Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1335571Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1342482Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1356339Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1363325Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1377065Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1384037Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1397947Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1404901Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1418961Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1425887Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1439733Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1446742Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1462110Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1469056Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1484410Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1491592Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1505958Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1512944Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1527396Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1534509Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1548822Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1555908Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1569624Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1576742Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1590231Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1597247Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1610954Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1617915Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1631517Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1638530Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1652809Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1659905Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1674175Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1680966Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1695224Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1702164Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1716321Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1723297Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1736780Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1743699Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1757074Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1764024Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1777442Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1784359Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1797694Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1804641Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1818044Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1824967Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1839144Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1846053Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1860256Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1867234Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1881311Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1888229Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1901593Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1908555Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1921948Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1929118Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1942251Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1949173Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1962492Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1969684Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.1982805Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.1989771Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2003949Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2011047Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2026501Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2033570Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2049109Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2056143Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2070730Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2077818Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2092553Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2099493Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2114090Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2121080Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2135171Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2142143Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2156167Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2163116Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2177078Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2184070Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2198153Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2205049Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2219086Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2226035Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2243567Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2250758Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2268042Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2275227Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2291646Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2298668Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2314782Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2321807Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2337898Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2344832Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2363532Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-09-27T15:41:04.2370733Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2388757Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2395801Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2413626Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2420617Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2434558Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2441491Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2458110Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2465078Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2482178Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2489518Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2505579Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2512248Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2526073Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2532958Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2546464Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2553138Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2566515Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2573208Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2586775Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2593371Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2604418Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2611211Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2624453Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2631092Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2647039Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2655342Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2656164Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.2663754Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2679886Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2687153Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2702850Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2709896Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2723540Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2730270Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2743562Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2750274Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2763467Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2770479Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2783733Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2790742Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2791407Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.2797826Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2798468Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.2805295Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2805784Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.2812717Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2813298Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.2820045Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2820454Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.2827213Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2827584Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.2834070Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2847617Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2854514Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2870454Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2877272Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2893532Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2899989Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2900742Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.2907397Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2922806Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2930242Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2944582Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2951097Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2964756Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2971506Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.2984960Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.2991669Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3004901Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.3011903Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3025325Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.3032002Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3042961Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T15:41:04.3049983Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3050874Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.3057193Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3057819Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.3064625Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3065380Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.3072021Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3072748Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.3079279Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3079725Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-09-27T15:41:04.3085286Z test_ref_extremal_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3101472Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3107081Z test_ref_extremal_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3123259Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3129155Z test_ref_extremal_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3145688Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3151628Z test_ref_extremal_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3167232Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3173269Z test_ref_extremal_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3190877Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3196738Z test_ref_extremal_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3213615Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3219302Z test_ref_extremal_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3236422Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3242094Z test_ref_extremal_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3258678Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3264350Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3277015Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3282652Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3294157Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3299778Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3312076Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3317805Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3330070Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3335740Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3347903Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3353592Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3365072Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3370989Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3382711Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3388394Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3400368Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3406045Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3418371Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3423982Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3435426Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3441037Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3459553Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:161: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:41:04.3459936Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:41:04.3463244Z ok (0.003s) 2022-09-27T15:41:04.3469627Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3484129Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3490612Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3507878Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3514144Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3528240Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3534725Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3548808Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3555199Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3567624Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3573601Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3596027Z Compares op against reference for input tensors with extremal values ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:41:04.3596507Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-09-27T15:41:04.3599563Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:193: RuntimeWarning: invalid value encountered in subtract 2022-09-27T15:41:04.3600090Z x = asanyarray(arr - arrmean) 2022-09-27T15:41:04.3605295Z ok (0.004s) 2022-09-27T15:41:04.3611917Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3635569Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T15:41:04.3641205Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3654750Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3660368Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3672844Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-09-27T15:41:04.3678556Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3704786Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T15:41:04.3710469Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3734127Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-09-27T15:41:04.3738605Z test_ref_large_input_1D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3866896Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:41:04.3871699Z test_ref_large_input_1D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.3980576Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:41:04.3985372Z test_ref_large_input_1D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.4118802Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-09-27T15:41:04.4123204Z test_ref_large_input_1D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.4261645Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-09-27T15:41:04.4266267Z test_ref_large_input_1D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.4391819Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:41:04.4396639Z test_ref_large_input_1D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.4506436Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:41:04.4511303Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.4622572Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:41:04.4627469Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.4734877Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:41:04.4739822Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.4847131Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:41:04.4852083Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.4963825Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:41:04.4968975Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.5090991Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:41:04.5096726Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.5218625Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:41:04.5224235Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.5351275Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:41:04.5357178Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.5463207Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-09-27T15:41:04.5468525Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.5610031Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-09-27T15:41:04.5615880Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.5736064Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.013s) 2022-09-27T15:41:04.5741701Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.5857198Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-09-27T15:41:04.5862950Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.6020406Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-09-27T15:41:04.6056350Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.6237747Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.022s) 2022-09-27T15:41:04.6242356Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.6409225Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.017s) 2022-09-27T15:41:04.6414286Z test_ref_large_input_2D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.6745174Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.033s) 2022-09-27T15:41:04.6750746Z test_ref_large_input_2D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.7150925Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:41:04.7156139Z test_ref_large_input_2D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.7551378Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:41:04.7556468Z test_ref_large_input_2D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.7955868Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-09-27T15:41:04.7962063Z test_ref_large_input_2D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.8373506Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.042s) 2022-09-27T15:41:04.8379102Z test_ref_large_input_2D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.8757740Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-09-27T15:41:04.8762903Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.9153282Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-09-27T15:41:04.9158104Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.9535242Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-09-27T15:41:04.9540757Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:04.9918965Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-09-27T15:41:04.9925140Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.0313388Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-09-27T15:41:05.0319098Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.0666653Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.035s) 2022-09-27T15:41:05.0672685Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.0910458Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.024s) 2022-09-27T15:41:05.0915707Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.1393984Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.048s) 2022-09-27T15:41:05.1400016Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.1686961Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.029s) 2022-09-27T15:41:05.1692164Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.2138577Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-09-27T15:41:05.2143557Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.2570828Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.043s) 2022-09-27T15:41:05.2575929Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.2977989Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.041s) 2022-09-27T15:41:05.2984084Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.3547079Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.057s) 2022-09-27T15:41:05.3552633Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.3901730Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.035s) 2022-09-27T15:41:05.3907018Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:05.4357377Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-09-27T15:41:05.4363453Z test_ref_large_input_64bit_indexing__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:10.3273721Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.892s) 2022-09-27T15:41:10.3278996Z test_ref_large_input_64bit_indexing__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:15.1347925Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.807s) 2022-09-27T15:41:15.1355946Z test_ref_large_input_64bit_indexing__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:20.4205692Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.286s) 2022-09-27T15:41:20.4210552Z test_ref_large_input_64bit_indexing__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:25.7449832Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.324s) 2022-09-27T15:41:25.7455054Z test_ref_large_input_64bit_indexing__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:30.7153173Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.970s) 2022-09-27T15:41:30.7158009Z test_ref_large_input_64bit_indexing__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:35.6059586Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.891s) 2022-09-27T15:41:35.6064399Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:40.6490817Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.043s) 2022-09-27T15:41:40.6495929Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:45.5932693Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.944s) 2022-09-27T15:41:45.5937813Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:50.4718799Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.878s) 2022-09-27T15:41:50.4724592Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:41:55.5727124Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.101s) 2022-09-27T15:41:55.5732435Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:00.8785101Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.306s) 2022-09-27T15:42:00.8789943Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:06.1357137Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.257s) 2022-09-27T15:42:06.1362453Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:11.6018769Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.466s) 2022-09-27T15:42:11.6023779Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:16.4529363Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.851s) 2022-09-27T15:42:16.4534274Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:23.4069095Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.954s) 2022-09-27T15:42:23.4074301Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:29.3524964Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.945s) 2022-09-27T15:42:29.3531578Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:34.3868220Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.034s) 2022-09-27T15:42:34.3874296Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:41.5234007Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.136s) 2022-09-27T15:42:41.5238925Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:46.2985338Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.775s) 2022-09-27T15:42:46.2991093Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.3999210Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.101s) 2022-09-27T15:42:53.4004653Z test_ref_scalar_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4016955Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T15:42:53.4022449Z test_ref_scalar_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4032177Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4037202Z test_ref_scalar_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4045806Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4050719Z test_ref_scalar_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4058686Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4063489Z test_ref_scalar_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4071324Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4076207Z test_ref_scalar_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4084043Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4089065Z test_ref_scalar_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4096742Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4101587Z test_ref_scalar_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4109410Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4114306Z test_ref_scalar_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4122898Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4127763Z test_ref_scalar_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4136621Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4141381Z test_ref_scalar_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4150199Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4155093Z test_ref_scalar_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4162835Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4167659Z test_ref_scalar_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4175755Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4180490Z test_ref_scalar_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4188374Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4193229Z test_ref_scalar_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4201174Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4205925Z test_ref_scalar_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4213995Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4218763Z test_ref_scalar_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4227390Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4232214Z test_ref_scalar_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4240870Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4245655Z test_ref_scalar_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4257184Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-09-27T15:42:53.4261946Z test_ref_scalar_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4269715Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4274479Z test_ref_scalar_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4282082Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4286912Z test_ref_scalar_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4294469Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4299152Z test_ref_scalar_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4306802Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4311619Z test_ref_scalar_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4319349Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4324106Z test_ref_scalar_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4332898Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4337658Z test_ref_scalar_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4346105Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4350890Z test_ref_scalar_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4359454Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4364246Z test_ref_scalar_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4372194Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4376926Z test_ref_scalar_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4384588Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4389382Z test_ref_scalar_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4397057Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4401814Z test_ref_scalar_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4409838Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4414514Z test_ref_scalar_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4422159Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4426891Z test_ref_scalar_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4434862Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4439609Z test_ref_scalar_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4449106Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4453841Z test_ref_scalar_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4463140Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4468012Z test_ref_scalar_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4476597Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4481390Z test_ref_scalar_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4490092Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4494866Z test_ref_scalar_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4502602Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4507358Z test_ref_scalar_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4515357Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4520123Z test_ref_scalar_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4527809Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4532825Z test_ref_scalar_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4539542Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4543955Z test_ref_scalar_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4550956Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4555176Z test_ref_scalar_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4562255Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4566526Z test_ref_scalar_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4575353Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4579484Z test_ref_scalar_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4587975Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4592206Z test_ref_scalar_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4600074Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4604230Z test_ref_scalar_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4612208Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4616386Z test_ref_scalar_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4624140Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4628330Z test_ref_scalar_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4635521Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4639716Z test_ref_scalar_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4646884Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4651212Z test_ref_scalar_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4658306Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4662381Z test_ref_scalar_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4671504Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4675779Z test_ref_scalar_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4682791Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4686915Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4693108Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4697348Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4704936Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4709095Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4716735Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4720917Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4727751Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4732069Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4738780Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4742976Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4749865Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4754067Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4760188Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4764376Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4770627Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4775615Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4780678Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4784969Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4790730Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4795084Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4801057Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4805256Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4811038Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4815170Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4821809Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4825953Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4832719Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4836969Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4843667Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4847859Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4854030Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4858086Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4864102Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4868185Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4874271Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4878456Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4884500Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4888586Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4894862Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4899059Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4904790Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4909024Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4915941Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4920182Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4926958Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4931235Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4938026Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4942249Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4948202Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4952413Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4958497Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4962636Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4968759Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4972942Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4978987Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4983054Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4989026Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.4993220Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.4999086Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5003239Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5010623Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5014792Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5022313Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5026347Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5033026Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5037529Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5043999Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5048148Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5055057Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5059223Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5065320Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5069539Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5075817Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5080023Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5086067Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5090435Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5096504Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5100875Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5106854Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5111139Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5118157Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5122440Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5129518Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5133773Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5140740Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5145051Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5151193Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5155532Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5161711Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5165998Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5172287Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5176513Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5182718Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5186958Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5193193Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5197497Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5204477Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5208959Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5215843Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5220056Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5226986Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5231229Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5237477Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5241721Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5247890Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5252311Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5258344Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5262588Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5268837Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5273039Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5279257Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5283479Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5289803Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5294003Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5301626Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5305893Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5313534Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5317899Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5324659Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5329178Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5335959Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5340251Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5347047Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5351283Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5357464Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5361719Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5367764Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5372123Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5378155Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5382332Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5388372Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5392639Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5398733Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5402957Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5411153Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5415323Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5423426Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5427670Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5435206Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5439370Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5446729Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5451085Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5458336Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5462629Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5470908Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5475228Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5483194Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5487405Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5495355Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5499511Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5505933Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5510138Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5517633Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5521774Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5528995Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5533384Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5540535Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5544782Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5551313Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5555597Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5562033Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5566301Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5572865Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5577124Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5583618Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5587831Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5594411Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5598709Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5605122Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5609588Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5617412Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5621571Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5629348Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5633696Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5640795Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5645195Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5652371Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5656610Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5662935Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5667159Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5673540Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5677835Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5684217Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5688455Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5694940Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5699158Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5705544Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5709778Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5718067Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:42:53.5718705Z keepdims=keepdims) 2022-09-27T15:42:53.5719221Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T15:42:53.5719639Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:42:53.5723132Z ok (0.002s) 2022-09-27T15:42:53.5728028Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5736108Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:209: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:42:53.5736525Z ret = ret.dtype.type(ret / rcount) 2022-09-27T15:42:53.5740149Z ok (0.002s) 2022-09-27T15:42:53.5745164Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5754037Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5758318Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5767428Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5771795Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5781274Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5785689Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5792274Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5796569Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5804146Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5808292Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5816022Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5820111Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5826861Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5831029Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5837927Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5842050Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5849128Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5853189Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5859284Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5863457Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5869673Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5873942Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5880212Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5884184Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5890547Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5894649Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5900883Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5905004Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5912100Z Compares op against reference for scalar input tensors ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:42:53.5912429Z **kwargs) 2022-09-27T15:42:53.5916170Z ok (0.001s) 2022-09-27T15:42:53.5920283Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5930492Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5934514Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5943258Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5947281Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5956441Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5960463Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.5969338Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-09-27T15:42:53.5975964Z test_ref_small_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6008076Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.6015342Z test_ref_small_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6046371Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.6053114Z test_ref_small_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6084395Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.6091344Z test_ref_small_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6118896Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6136102Z test_ref_small_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6153529Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6160141Z test_ref_small_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6187364Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6194088Z test_ref_small_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6221836Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6228767Z test_ref_small_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6256399Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6263114Z test_ref_small_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6300496Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.6307204Z test_ref_small_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6338194Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.6344937Z test_ref_small_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6376556Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.6383324Z test_ref_small_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6411088Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6417768Z test_ref_small_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6445187Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6452110Z test_ref_small_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6479128Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6485913Z test_ref_small_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6513378Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6520303Z test_ref_small_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6547959Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6554760Z test_ref_small_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6577194Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6583956Z test_ref_small_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6607170Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6613990Z test_ref_small_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6639174Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6645834Z test_ref_small_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6665580Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6672194Z test_ref_small_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6691945Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6698608Z test_ref_small_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6717289Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.6723927Z test_ref_small_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6743675Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6750332Z test_ref_small_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6770087Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6776835Z test_ref_small_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6799159Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6806118Z test_ref_small_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6827977Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6835282Z test_ref_small_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6860328Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6867498Z test_ref_small_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6887439Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6894280Z test_ref_small_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6913696Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6920506Z test_ref_small_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6938734Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.6945360Z test_ref_small_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6964760Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6971637Z test_ref_small_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.6990937Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.6997827Z test_ref_small_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7028043Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7034831Z test_ref_small_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7071559Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7078664Z test_ref_small_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7114763Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7122004Z test_ref_small_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7157109Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7164006Z test_ref_small_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7196813Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7203576Z test_ref_small_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7232205Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7239004Z test_ref_small_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7267617Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7274359Z test_ref_small_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7302042Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7308745Z test_ref_small_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7337343Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7343985Z test_ref_small_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7397558Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T15:42:53.7404163Z test_ref_small_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7434584Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7441739Z test_ref_small_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7478570Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7485187Z test_ref_small_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7519926Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7527457Z test_ref_small_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7558766Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7565507Z test_ref_small_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7596389Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7603154Z test_ref_small_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7634781Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7641445Z test_ref_small_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7669225Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7676160Z test_ref_small_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7706688Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7713771Z test_ref_small_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7743486Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.7750144Z test_ref_small_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7777981Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7784559Z test_ref_small_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7834932Z Compares op against reference for small input tensors ... ok (0.006s) 2022-09-27T15:42:53.7841521Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7857794Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.7864506Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7883675Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7890473Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7909354Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7916091Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7933765Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.7940519Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7959501Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7966682Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.7986552Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.7993282Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8009837Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8016467Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8032771Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8039498Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8055903Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8062575Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8078810Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8085410Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8102732Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8109314Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8132137Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8138758Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8165289Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8172154Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8198759Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8205596Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8235358Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.8242642Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8266580Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8273187Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8296350Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8303021Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8325258Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8332054Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8354966Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8361637Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8384539Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8391191Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8414014Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8420668Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8446906Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8453865Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8480054Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8487332Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8517106Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.8524130Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8548257Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8554750Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8577582Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8584134Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8606664Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8613436Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8636618Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8643174Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8666191Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8672804Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8689356Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8695837Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8715115Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8721705Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8741136Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8747898Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8766872Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8774142Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8792694Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.8799481Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8818111Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8824796Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8841454Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8848267Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8865042Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8871644Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8888206Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8895077Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8911659Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8918483Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8936171Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8942793Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8959863Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8966513Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.8983379Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.8990044Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9008283Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9015090Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9031107Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9037779Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9053929Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9060517Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9076525Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9083171Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9099270Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9106061Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9122092Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9128837Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9145805Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9152431Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9169266Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9175976Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9193878Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9200736Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9216850Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9223530Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9239600Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9246231Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9262465Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9269044Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9285145Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9291952Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9307818Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:53.9314704Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9338757Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9345336Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9372243Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9378817Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9404343Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9411132Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9435488Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9442113Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9466803Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9473502Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9498207Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9504850Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9528795Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9535451Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9559031Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9565852Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9589161Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9596016Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9619783Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9626523Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9650238Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9657142Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9690239Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.9697725Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9729536Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.9736663Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9737217Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:53.9743766Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9771678Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9778572Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9806908Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9814329Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9814692Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:53.9821185Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9854655Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.9861392Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9895014Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:53.9901693Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9925087Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9932495Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9933045Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:53.9939235Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:53.9968149Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:53.9975121Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0004178Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:54.0011161Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0034270Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0041002Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0064551Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0071230Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0094203Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0101157Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0124310Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0131126Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0176843Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:42:54.0183608Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0201298Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:54.0207988Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0230256Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0238199Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0238669Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0245251Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0264227Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0271023Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0290949Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0297750Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0315762Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:54.0322650Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0340309Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:54.0347033Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0363482Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:54.0370375Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0387976Z Compares op against reference for small input tensors ... ok (0.002s) 2022-09-27T15:42:54.0394922Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0433829Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:42:54.0440738Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0441391Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0448529Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0449272Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0456146Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0456749Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0463787Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0464334Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0471687Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0472238Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0479270Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0502642Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0509694Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0541427Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:54.0548422Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0579470Z Compares op against reference for small input tensors ... ok (0.004s) 2022-09-27T15:42:54.0586326Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0586827Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0593594Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0620221Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0626948Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0654106Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0660790Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0683992Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0690824Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0713747Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0720313Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0743076Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0749670Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0773139Z Compares op against reference for small input tensors ... ok (0.003s) 2022-09-27T15:42:54.0779589Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0825181Z Compares op against reference for small input tensors ... ok (0.005s) 2022-09-27T15:42:54.0832108Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0832465Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0839625Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0840226Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0846978Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0847576Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0854074Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0854641Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0861397Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.0861794Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-09-27T15:42:54.0872327Z test_reference_masked__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.1567233Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-09-27T15:42:54.1579410Z test_reference_masked__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.2229661Z Test masked reduction operations on strided-only tensors using ... ok (0.066s) 2022-09-27T15:42:54.2240938Z test_reference_masked__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.2888568Z Test masked reduction operations on strided-only tensors using ... ok (0.066s) 2022-09-27T15:42:54.2900975Z test_reference_masked__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.3541689Z Test masked reduction operations on strided-only tensors using ... ok (0.065s) 2022-09-27T15:42:54.3552145Z test_reference_masked__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.4051628Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T15:42:54.4062603Z test_reference_masked__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.4560882Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T15:42:54.4572006Z test_reference_masked__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.5064003Z Test masked reduction operations on strided-only tensors using ... ok (0.050s) 2022-09-27T15:42:54.5075223Z test_reference_masked__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.5571602Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T15:42:54.5582753Z test_reference_masked__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.6080542Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T15:42:54.6091602Z test_reference_masked__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.6779340Z Test masked reduction operations on strided-only tensors using ... ok (0.070s) 2022-09-27T15:42:54.6791302Z test_reference_masked__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.7441006Z Test masked reduction operations on strided-only tensors using ... ok (0.066s) 2022-09-27T15:42:54.7452878Z test_reference_masked__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.8103572Z Test masked reduction operations on strided-only tensors using ... ok (0.066s) 2022-09-27T15:42:54.8114915Z test_reference_masked__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.8758187Z Test masked reduction operations on strided-only tensors using ... ok (0.065s) 2022-09-27T15:42:54.8769771Z test_reference_masked__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.9268151Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T15:42:54.9279639Z test_reference_masked__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:54.9779882Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T15:42:54.9791144Z test_reference_masked__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.0283737Z Test masked reduction operations on strided-only tensors using ... ok (0.050s) 2022-09-27T15:42:55.0295089Z test_reference_masked__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.0794031Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T15:42:55.0805256Z test_reference_masked__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1305884Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-09-27T15:42:55.1317732Z test_reference_masked__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1328870Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1340214Z test_reference_masked__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1349777Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1361069Z test_reference_masked__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1370011Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1380621Z test_reference_masked__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1389500Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1400054Z test_reference_masked__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1408042Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1418894Z test_reference_masked__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1426724Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1437318Z test_reference_masked__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1445162Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1455823Z test_reference_masked__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1463786Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1474435Z test_reference_masked__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1482381Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1493113Z test_reference_masked__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1501966Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1512700Z test_reference_masked__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1521473Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1532396Z test_reference_masked__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1540908Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1551470Z test_reference_masked__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1560069Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1570979Z test_reference_masked__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1578974Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1590786Z test_reference_masked__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1598990Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1609646Z test_reference_masked__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1617905Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1628790Z test_reference_masked__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1636886Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1647603Z test_reference_masked__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1655833Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-09-27T15:42:55.1666596Z test_reference_masked__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:55.1667483Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:42:55.1678134Z test_reference_masked__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.2250560Z Test masked reduction operations on strided-only tensors using ... ok (0.058s) 2022-09-27T15:42:55.2262765Z test_reference_masked__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.2840409Z Test masked reduction operations on strided-only tensors using ... ok (0.059s) 2022-09-27T15:42:55.2852165Z test_reference_masked__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.3511668Z Test masked reduction operations on strided-only tensors using ... ok (0.067s) 2022-09-27T15:42:55.3523338Z test_reference_masked__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.4167471Z Test masked reduction operations on strided-only tensors using ... ok (0.066s) 2022-09-27T15:42:55.4179122Z test_reference_masked__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.4180040Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:42:55.4190611Z test_reference_masked__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.4191064Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:42:55.4202123Z test_reference_masked__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.4692833Z Test masked reduction operations on strided-only tensors using ... ok (0.050s) 2022-09-27T15:42:55.4703642Z test_reference_masked__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.4704449Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:42:55.4714765Z test_reference_masked__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.5100923Z Test masked reduction operations on strided-only tensors using ... ok (0.040s) 2022-09-27T15:42:55.5111504Z test_reference_masked__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.5793583Z Test masked reduction operations on strided-only tensors using ... ok (0.069s) 2022-09-27T15:42:55.5805710Z test_reference_masked__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:55.5806427Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:42:55.5817114Z test_reference_masked__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.6383775Z Test masked reduction operations on strided-only tensors using ... ok (0.058s) 2022-09-27T15:42:55.6395523Z test_reference_masked__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.6958432Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-09-27T15:42:55.6970203Z test_reference_masked__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.7612357Z Test masked reduction operations on strided-only tensors using ... ok (0.065s) 2022-09-27T15:42:55.7623994Z test_reference_masked__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.8265713Z Test masked reduction operations on strided-only tensors using ... ok (0.065s) 2022-09-27T15:42:55.8277518Z test_reference_masked__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.8912182Z Test masked reduction operations on strided-only tensors using ... ok (0.065s) 2022-09-27T15:42:55.8923844Z test_reference_masked__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.8924387Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:42:55.8935666Z test_reference_masked__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.8936248Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:42:55.8946307Z test_reference_masked__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.9425728Z Test masked reduction operations on strided-only tensors using ... ok (0.049s) 2022-09-27T15:42:55.9436119Z test_reference_masked__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.9436973Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-09-27T15:42:55.9448300Z test_reference_masked__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:55.9820937Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-09-27T15:42:56.0541959Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.072s) 2022-09-27T15:42:56.0551900Z test_result_dtype__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0560468Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0570787Z test_result_dtype__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0578354Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0588194Z test_result_dtype__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0595540Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0605322Z test_result_dtype__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0612770Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0622647Z test_result_dtype__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0629105Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0639222Z test_result_dtype__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0645714Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0655654Z test_result_dtype__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0662050Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0672079Z test_result_dtype__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0678648Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0688504Z test_result_dtype__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0695130Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0705089Z test_result_dtype__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0712344Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0722477Z test_result_dtype__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0729971Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0739703Z test_result_dtype__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0746959Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0756994Z test_result_dtype__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0766140Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0776127Z test_result_dtype__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0782504Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0792368Z test_result_dtype__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0799516Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0809085Z test_result_dtype__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0815667Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0825267Z test_result_dtype__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0831636Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0841475Z test_result_dtype__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0847917Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0857873Z test_result_dtype__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0865183Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0875129Z test_result_dtype__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0882330Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0892277Z test_result_dtype__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0899419Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0909364Z test_result_dtype__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0916697Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0926592Z test_result_dtype__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0933052Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0942924Z test_result_dtype__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0949364Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0959299Z test_result_dtype__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0965642Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0975741Z test_result_dtype__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0982156Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.0992016Z test_result_dtype__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.0998603Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1008518Z test_result_dtype__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1015932Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1025800Z test_result_dtype__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1032926Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1042913Z test_result_dtype__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1050278Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1060086Z test_result_dtype__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1067360Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1077355Z test_result_dtype__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1083803Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1093847Z test_result_dtype__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1100312Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1110166Z test_result_dtype__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1116652Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1126493Z test_result_dtype__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1133133Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1142897Z test_result_dtype__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1149350Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1159470Z test_result_dtype__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1167433Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1178165Z test_result_dtype__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1186185Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1196973Z test_result_dtype__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1204836Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1215669Z test_result_dtype__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1222878Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1233725Z test_result_dtype__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1240790Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1251609Z test_result_dtype__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1258715Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1269414Z test_result_dtype__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1276719Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1287311Z test_result_dtype__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1294662Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1305263Z test_result_dtype__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1313815Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1323696Z test_result_dtype__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1330859Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1340743Z test_result_dtype__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1349949Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1360050Z test_result_dtype__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1369333Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1379210Z test_result_dtype__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1387561Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1397619Z test_result_dtype__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1406023Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1416017Z test_result_dtype__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1424323Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1434369Z test_result_dtype__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1441644Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1451538Z test_result_dtype__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1458520Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1468441Z test_result_dtype__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1475626Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1485398Z test_result_dtype__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1492565Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1502503Z test_result_dtype__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1509530Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1519569Z test_result_dtype__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1526875Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1537037Z test_result_dtype__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1546210Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1556044Z test_result_dtype__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1563143Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1573055Z test_result_dtype__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1580221Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1590250Z test_result_dtype__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1596767Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1606621Z test_result_dtype__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1614908Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1624784Z test_result_dtype__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1632809Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1642690Z test_result_dtype__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1650351Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1660153Z test_result_dtype__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1667411Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1677401Z test_result_dtype__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1684064Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1693910Z test_result_dtype__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1700360Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1710146Z test_result_dtype__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1716757Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1726686Z test_result_dtype__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1733401Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1743298Z test_result_dtype__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1749966Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1760459Z test_result_dtype__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1770109Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1779962Z test_result_dtype__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1790583Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1800809Z test_result_dtype__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1811351Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1821285Z test_result_dtype__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1831142Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1841885Z test_result_dtype__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1851950Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1862653Z test_result_dtype__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1870927Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1881773Z test_result_dtype__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1890314Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1901018Z test_result_dtype__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1909424Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1920334Z test_result_dtype__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1929042Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1939664Z test_result_dtype__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1947939Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1958928Z test_result_dtype__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1966211Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1976255Z test_result_dtype__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.1982700Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.1992660Z test_result_dtype__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2000650Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2010697Z test_result_dtype__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2018777Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2028686Z test_result_dtype__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2036147Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2046054Z test_result_dtype__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2053469Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2063364Z test_result_dtype__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2070609Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2080698Z test_result_dtype__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2087223Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2097531Z test_result_dtype__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2104028Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2114049Z test_result_dtype__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2120477Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2130482Z test_result_dtype__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2136972Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2146965Z test_result_dtype__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2153462Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2163418Z test_result_dtype__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2175309Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2185138Z test_result_dtype__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2195388Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2205326Z test_result_dtype__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2215605Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2225547Z test_result_dtype__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2235025Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2244930Z test_result_dtype__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2254449Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2264254Z test_result_dtype__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2273681Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2283651Z test_result_dtype__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2291869Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2301781Z test_result_dtype__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2309830Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2320172Z test_result_dtype__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2327960Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2338162Z test_result_dtype__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2346166Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2356204Z test_result_dtype__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2364261Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2374372Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2381099Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2391001Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2396552Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2406317Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2413797Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2423753Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2431068Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2441260Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2447745Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2457660Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2464245Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2474163Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2480756Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2490839Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2496695Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2506601Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2512448Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2522345Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2528091Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2538023Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2543805Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2553720Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2560688Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-09-27T15:42:56.2570580Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2577149Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2586910Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2592540Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.2602536Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2609180Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2618965Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2625559Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2635366Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2641816Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2651789Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2657500Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2667338Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2672984Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.2682986Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2688855Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2698697Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2704361Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2714249Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2719937Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.2729744Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2736461Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2746255Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2752014Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.2762003Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2768531Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2778570Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2785124Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2795129Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2801709Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2811742Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2817553Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2827335Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2833204Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.2843015Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2849011Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2858780Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2864524Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2874647Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2880217Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.2890153Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2896690Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2906509Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2912268Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.2922201Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2929880Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2939650Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2946958Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2956921Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2963583Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2973566Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2980173Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.2990051Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.2996762Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3006636Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3012561Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3022267Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3028291Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3038352Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3044128Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3054049Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3059671Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3069383Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3076189Z Tests that the result has the correct dtype ... expected failure (0.002s) 2022-09-27T15:42:56.3085880Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3092667Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3102294Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3108843Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3118685Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3125275Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3135100Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3141875Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3152333Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3158455Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3169015Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3174957Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3184920Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3190381Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3200096Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3205675Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3215474Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3220783Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3230560Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3236991Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3246622Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3252988Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3262548Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3268835Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3278595Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3284948Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3294636Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3300113Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3309749Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3315306Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3324763Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3330388Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3340039Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3345494Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3355394Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3360864Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3370695Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3377043Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3387010Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3392508Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3403244Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3410777Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3421340Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3428883Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3439244Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3445596Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3455627Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3461850Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3471677Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3478048Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3487915Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3493514Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3503289Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3508655Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3518533Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3523824Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3533751Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3539201Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3548942Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3554927Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3564247Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3570924Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3580674Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3587683Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3597706Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3604785Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3614801Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3621268Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3631077Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3637639Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3648037Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3654784Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3665542Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3672146Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3681903Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3689373Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3699094Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3706354Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3716252Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3722711Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3732466Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3738912Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3749238Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3755987Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3765762Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3772694Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3782397Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3789124Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3798953Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3805597Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3815649Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3822282Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3832014Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3838596Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3848373Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3854150Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3863852Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3870254Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3880127Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3886476Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3896289Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3902725Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3912472Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3918630Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3930106Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3935649Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.3945223Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3950646Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3960371Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3965909Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3975740Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3981206Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.3990957Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.3996637Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.4006394Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4013477Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4023249Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4030252Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4040110Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4046312Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4056335Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4062483Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4072186Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4077775Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.4087452Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4093124Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.4102795Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4108175Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.4117964Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4123390Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.4133203Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4138599Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T15:42:56.4148337Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4154778Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4164511Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4173174Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4184097Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4192865Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4203935Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4211384Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4221699Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4229040Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4239460Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4246918Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4257372Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4264592Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4274889Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4281306Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4291711Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4299613Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4309855Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4317941Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4328185Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4335705Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4345921Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4353276Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4363661Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4371089Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4381422Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4387142Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4396998Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4403009Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4413776Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4419531Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4429302Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4435224Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4445021Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4450814Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4460702Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4467067Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4477022Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4484564Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4494506Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4501921Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4511871Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4518344Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4528173Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4534792Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4544567Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T15:42:56.4551156Z Tests that the result has the correct dtype ... ok (0.002s) 2022-09-27T15:42:56.4644854Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T15:42:56.4645314Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:42:56.4701216Z ok (0.015s) 2022-09-27T15:42:56.4852091Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T15:42:56.4993647Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-09-27T15:42:56.5130626Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-09-27T15:42:57.6542063Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.141s) 2022-09-27T15:42:57.6577656Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:42:57.6792592Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T15:42:57.7010669Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-09-27T15:42:57.7208169Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T15:42:57.7400237Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-09-27T15:42:57.7638804Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.024s) 2022-09-27T15:42:57.8414246Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.077s) 2022-09-27T15:42:57.8537289Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-09-27T15:42:57.8653859Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-09-27T15:42:57.8765723Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-09-27T15:42:57.8868239Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:42:57.8882784Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:42:57.9061006Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.018s) 2022-09-27T15:42:57.9072356Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:42:57.9080880Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:42:57.9103599Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:42:57.9105078Z r = func(*args, **kwargs) 2022-09-27T15:42:57.9105901Z ok (0.002s) 2022-09-27T15:42:58.1382180Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.227s) 2022-09-27T15:42:58.1395050Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:42:58.1490559Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:42:58.3251647Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.176s) 2022-09-27T15:42:58.3359642Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:90: RuntimeWarning: invalid value encountered in reduce 2022-09-27T15:42:58.3360345Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T15:42:58.3590655Z ok (0.034s) 2022-09-27T15:42:58.3921897Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.033s) 2022-09-27T15:42:58.4266685Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.034s) 2022-09-27T15:42:58.4467680Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T15:42:58.4666350Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T15:42:58.4865519Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T15:42:58.5066656Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-09-27T15:42:58.5101522Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-09-27T15:42:58.5368003Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.027s) 2022-09-27T15:42:58.5725013Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.036s) 2022-09-27T15:42:58.5985476Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3335: RuntimeWarning: Mean of empty slice. 2022-09-27T15:42:58.5985902Z out=out, **kwargs) 2022-09-27T15:42:58.5986317Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:42:58.5986703Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:42:58.6046416Z /opt/conda/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3584: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:42:58.6046716Z **kwargs) 2022-09-27T15:42:58.6048856Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:186: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:42:58.6049426Z arrmean, rcount, out=arrmean, casting='unsafe', subok=False) 2022-09-27T15:42:58.6049870Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T15:42:58.6050249Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:42:58.6113625Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:217: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T15:42:58.6113942Z keepdims=keepdims) 2022-09-27T15:42:58.6183394Z ok (0.046s) 2022-09-27T15:42:58.6267692Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:207: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T15:42:58.6268555Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T15:42:58.6317962Z ok (0.013s) 2022-09-27T15:42:58.6454951Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-09-27T15:42:58.6587554Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:42:58.6716207Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-09-27T15:42:58.6728859Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:42:59.7793496Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.106s) 2022-09-27T15:42:59.7803489Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:42:59.7841415Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:42:59.8051968Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T15:42:59.8265798Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-09-27T15:42:59.8459488Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-09-27T15:42:59.8645820Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-09-27T15:42:59.9895347Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.125s) 2022-09-27T15:43:00.0675620Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.078s) 2022-09-27T15:43:00.0690895Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-09-27T15:43:00.0701793Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.001s) 2022-09-27T15:43:00.0746558Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-09-27T15:43:00.0847962Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T15:43:00.0954907Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-09-27T15:43:00.1049427Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:43:00.1142959Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-09-27T15:43:00.1144394Z 2022-09-27T15:43:00.1144898Z ---------------------------------------------------------------------- 2022-09-27T15:43:00.1145312Z Ran 2905 tests in 186.644s 2022-09-27T15:43:00.1145509Z 2022-09-27T15:43:00.1145670Z OK (skipped=95, expected failures=48) 2022-09-27T15:43:00.1145883Z 2022-09-27T15:43:00.1146024Z Generating XML reports... 2022-09-27T15:43:00.4380515Z Generated XML report: test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220927153953.xml 2022-09-27T15:43:00.8291325Z Running test_nn ... [2022-09-27 15:43:00.828753] 2022-09-27T15:43:00.8291917Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:43:00.828838] 2022-09-27T15:43:02.7871770Z Test results will be stored in test-reports/python-unittest/test_nn 2022-09-27T15:43:02.8439429Z 2022-09-27T15:43:02.8440061Z Running tests... 2022-09-27T15:43:02.8440809Z ---------------------------------------------------------------------- 2022-09-27T15:43:02.8468368Z test_add_relu (__main__.TestAddRelu) ... ok (0.003s) 2022-09-27T15:43:02.8483182Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-09-27T15:43:02.8497919Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2022-09-27T15:43:02.8509275Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-09-27T15:43:02.8516209Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-09-27T15:43:03.1785170Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.327s) 2022-09-27T15:43:03.1850641Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:43:03.1864350Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:43:03.1874666Z 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:43:03.1875945Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:43:03.2025883Z ok (0.016s) 2022-09-27T15:43:03.2148312Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.012s) 2022-09-27T15:43:03.2185528Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:43:03.2273240Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T15:43:03.2339201Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:43:03.2374301Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:43:03.2476602Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-09-27T15:43:03.2545284Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:43:03.2581070Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:43:03.2631717Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.005s) 2022-09-27T15:43:03.2663591Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:43:03.2683008Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.2726062Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.004s) 2022-09-27T15:43:03.2758185Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:43:03.2778996Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.3186948Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.041s) 2022-09-27T15:43:03.3333586Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.015s) 2022-09-27T15:43:03.3356980Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.3447205Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T15:43:03.3467082Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.3654404Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.019s) 2022-09-27T15:43:03.3739385Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T15:43:03.3762433Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.5774762Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.201s) 2022-09-27T15:43:03.6469166Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.069s) 2022-09-27T15:43:03.6494652Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:43:03.6609525Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.011s) 2022-09-27T15:43:03.6619193Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-09-27T15:43:03.6624502Z 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:43:03.6625477Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:43:03.6629879Z ok (0.002s) 2022-09-27T15:43:03.6720697Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T15:43:03.6785912Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:43:03.6853353Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:43:03.6940193Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T15:43:03.7025514Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-09-27T15:43:03.7087445Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:43:03.7192102Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-09-27T15:43:03.7260838Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-09-27T15:43:03.7324852Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-09-27T15:43:03.7352289Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-09-27T15:43:03.7376680Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.7387056Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:43:03.7397022Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:43:03.7420438Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.7427215Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-09-27T15:43:03.7432595Z 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:43:03.7433637Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:43:03.7437506Z ok (0.002s) 2022-09-27T15:43:03.7447509Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:43:03.7456651Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:43:03.7473720Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.7494193Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-09-27T15:43:03.7501057Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:03.7514641Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:43:03.7606700Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.009s) 2022-09-27T15:43:03.7617881Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:43:03.7627417Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T15:43:03.7653348Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:43:03.7654632Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:43:03.7655742Z ok (0.003s) 2022-09-27T15:43:03.7675926Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-09-27T15:43:03.7686835Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T15:43:03.7697226Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-09-27T15:43:03.7707101Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T15:43:03.7717323Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-09-27T15:43:03.7742903Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-09-27T15:43:03.7763134Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-09-27T15:43:03.7945905Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.018s) 2022-09-27T15:43:03.8325869Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:03.8337814Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.8522161Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:03.8532671Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.8707213Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:03.8719342Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.8898509Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:03.8909171Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.9079582Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:03.9235719Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:03.9243883Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.9252268Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.9394692Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:03.9403946Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.9544184Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:03.9552990Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.9692311Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:03.9701566Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:03.9859690Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:03.9868539Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.0027668Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.0037599Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.0203154Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:04.0213305Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.0381451Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:04.0390135Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.1695444Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.130s) 2022-09-27T15:43:04.1705295Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.1859631Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.1868219Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.2013421Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:04.2021898Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.2172783Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.2181090Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.2322178Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:04.2330563Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.2474612Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:04.2483867Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.2625962Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:04.2635939Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.2799214Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.2809038Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.2971181Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.2981140Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.3145750Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.3156186Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.3322279Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:04.3332424Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.3497432Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:04.3506251Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.3677141Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:04.3686540Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.3845148Z test_AvgPool1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.3854618Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.4001991Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.4011365Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.4213689Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:04.4214187Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.4372857Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:04.4381317Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.4533582Z test_AvgPool2d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.4540934Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.4692882Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.4702062Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.4853447Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.4860785Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5009168Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.5018064Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5034538Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.5043143Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5059229Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.5067755Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5083639Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.5091486Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5234520Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:04.5242700Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5390745Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.5400665Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5551126Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.5560854Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5712769Z test_AvgPool3d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.5722577Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.5872857Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.5882361Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6035981Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.6186838Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.6196335Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6212751Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.6221771Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6230785Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6387395Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.6397354Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6550428Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.6560188Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6577158Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.6585948Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6743458Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.6752783Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6770191Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.6779454Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6934662Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.6943556Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6960306Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.6969805Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.6986336Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.6995846Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.7012156Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.7020872Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.7037164Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:04.7045883Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.7186422Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:04.7195837Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.7348273Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.7497390Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.7507425Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.7516171Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.7672721Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.7682430Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.7832859Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.7842668Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8000659Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:04.8010025Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8188942Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:04.8199252Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8336064Z test_BCELoss (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:04.8346281Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8354356Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8363183Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8372060Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8476452Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:04.8485551Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8494555Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8503245Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8608056Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:04.8616718Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8624103Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8631411Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8712420Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:04.8719979Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8727762Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8735289Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8885541Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.8894770Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.8982006Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:04.8990955Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9093646Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:04.9102209Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9110642Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9119220Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9127738Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9229289Z test_BCELoss_weights (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:04.9237147Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9244161Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9251597Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9258639Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9413203Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:04.9421999Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9511327Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:04.9520063Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9630893Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:04.9639469Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9647555Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9655661Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9666736Z 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:43:04.9667548Z warnings.warn(warning.format(ret)) 2022-09-27T15:43:04.9759841Z /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:43:04.9760438Z warnings.warn(warning.format(ret)) 2022-09-27T15:43:04.9846391Z ok (0.019s) 2022-09-27T15:43:04.9855289Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9951769Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:04.9960100Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9967643Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:04.9975421Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0064502Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:05.0071764Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0079598Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0087769Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0176420Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:05.0184153Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0191725Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0199010Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0302223Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:05.0311485Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0371384Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:05.0381047Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0466859Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:05.0477044Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0486783Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0496691Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0590490Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:05.0598678Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0605755Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0613020Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.0969495Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:05.0977437Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.1322911Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:43:05.1331224Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.1504452Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:05.1512495Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.1674341Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:05.1682524Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.2038235Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.035s) 2022-09-27T15:43:05.2046408Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.2385805Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:43:05.2394060Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.2754285Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:05.2762368Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.3099295Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:43:05.3107474Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.3277925Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:05.3286049Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.3443954Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:05.3452525Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.3794932Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:43:05.3802859Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.4143855Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:43:05.4151647Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.4296618Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:05.4304729Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.4445085Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:05.4453606Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.4850526Z test_BatchNorm2d (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:05.5263617Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:05.5279889Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.5665369Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:05.5677215Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.5687163Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.6064820Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:05.6074364Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.6471343Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:05.6481022Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.6854990Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:43:05.6865282Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.7059322Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:05.7068003Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.7244552Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:05.7255306Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.7636520Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:05.7646079Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.8029965Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:05.8039426Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.8183959Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:05.8192970Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.8332999Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:05.8341852Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.8745622Z test_BatchNorm3d (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:05.9157621Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:05.9167365Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.9546090Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:05.9555738Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.9564463Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:05.9941243Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:05.9950904Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.0359321Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:06.0369711Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.0749399Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:06.0758920Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.0952738Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:06.0962674Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.1138176Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:06.1147934Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.1538593Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:06.1548090Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.1939753Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:06.1949316Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.2093828Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:06.2104943Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.2244387Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:06.2254907Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.2428726Z test_CELU (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.2439086Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.2533423Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:06.2541992Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.2647075Z test_CELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:06.2655802Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.2857957Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:06.2865415Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.2872161Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3039096Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.3046966Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3054482Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3220855Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.3228233Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3235701Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3401584Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.3409953Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3417723Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3585300Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.3593601Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3601355Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3769202Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.3777060Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3784238Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.3795592Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:06.3855050Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:06.3862869Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:06.4032492Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.4039626Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.4047463Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.4212844Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:06.4222519Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.4230260Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.4397548Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.4405592Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.4413367Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.4579786Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.4588195Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.4595826Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.4609440Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:06.4672888Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:06.4689304Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T15:43:06.4833520Z test_ConstantPad1d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:06.4980070Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:06.4992417Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.5240068Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:43:06.5251465Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.5262392Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.5418220Z test_ConstantPad2d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:06.5681702Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:06.5690365Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.5698607Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.5855754Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:06.5863727Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.6030491Z test_ConstantPad3d (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.6315887Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:43:06.6323977Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.6332379Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.6500323Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:06.6509106Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.6902408Z test_Conv1d (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:06.7328255Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.042s) 2022-09-27T15:43:06.7337382Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.7345533Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.7743426Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:06.7752783Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.8459514Z test_Conv1d_groups (__main__.TestNN) ... ok (0.071s) 2022-09-27T15:43:06.8468906Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.8500798Z test_Conv1d_module_same_padding (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:06.8501767Z r = func(*args, **kwargs) 2022-09-27T15:43:06.8527104Z ok (0.006s) 2022-09-27T15:43:06.8924645Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:06.8934291Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.9292047Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:06.9301853Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:06.9703204Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:06.9713600Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.0076280Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:07.0086005Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.0480477Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:07.0887573Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:07.0897594Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.0905957Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.1307329Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:07.1316801Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.1701607Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:07.1711116Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.2093523Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:07.2103712Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.2478126Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:43:07.2486609Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.2876326Z test_Conv1d_stride (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:07.2885527Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.3189057Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:43:07.3197292Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.3562455Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:07.3572295Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.3975483Z test_Conv2d (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:07.4084284Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:07.4264379Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:07.4327050Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:07.4790953Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:43:07.4799862Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.4808270Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.5244393Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.044s) 2022-09-27T15:43:07.5253446Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.5680663Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.043s) 2022-09-27T15:43:07.5690476Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.6154696Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:43:07.6164487Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.6583594Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.042s) 2022-09-27T15:43:07.6592912Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.7049558Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:43:07.7058885Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.7455761Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:07.7464976Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.7491476Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:07.7499897Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.7923848Z test_Conv2d_groups (__main__.TestNN) ... ok (0.042s) 2022-09-27T15:43:07.7932838Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.8042450Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:07.8132820Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:07.8541101Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:07.8550406Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.8577064Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:07.8585350Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.8610984Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:07.8619615Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.8702260Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:07.8712782Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:07.8722972Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:07.8734215Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:07.8785271Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:07.9060787Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:43:07.9069947Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.9093613Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:07.9101868Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.9518378Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:07.9527549Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:07.9934690Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:07.9943825Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.0342269Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:08.0351554Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.0757120Z test_Conv2d_padding (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:08.0766300Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.0791811Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.0800304Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.1196765Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:08.1205161Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.1605089Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:08.1613755Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.2014779Z test_Conv2d_strided (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:08.2023767Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.2049186Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.2057557Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.2082487Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.2090949Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.2391994Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:43:08.2401377Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.2423834Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.2432246Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.2821375Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:08.2831064Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.3234240Z test_Conv3d (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:08.3506480Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:43:08.3516029Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.3538266Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.3546637Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.4132721Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.058s) 2022-09-27T15:43:08.4141734Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.4149969Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.4568797Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.042s) 2022-09-27T15:43:08.4578244Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.4990577Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:08.4999632Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.5416392Z test_Conv3d_groups (__main__.TestNN) ... ok (0.042s) 2022-09-27T15:43:08.5425262Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.5509507Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:08.5598578Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:08.5621264Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.5629286Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.5683371Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:08.5957573Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:43:08.5967010Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.5990228Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.5999232Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.6482088Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.048s) 2022-09-27T15:43:08.6492677Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.6985168Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.049s) 2022-09-27T15:43:08.6994486Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.7435490Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.044s) 2022-09-27T15:43:08.7444663Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.7886279Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.044s) 2022-09-27T15:43:08.7895790Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.8305436Z test_Conv3d_stride (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:08.8314878Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.8729180Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:08.8738021Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.8763720Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.8772337Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.8797370Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.8805982Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.8830789Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.8839345Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.9149116Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:43:08.9158237Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.9180479Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:08.9189097Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.9606167Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.042s) 2022-09-27T15:43:08.9617068Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:08.9985443Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:43:08.9994986Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.0358715Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:09.0368066Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.0776321Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:09.0785382Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.1051113Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:09.1060581Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.1466904Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:09.1476826Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.1773468Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:43:09.1783117Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.1805823Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:09.1814652Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.2200404Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:09.2209628Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.2235069Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:09.2243641Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.2253326Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:09.2549434Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:43:09.2559222Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.2583771Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:09.2592811Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:09.2655070Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:13.4926005Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (4.227s) 2022-09-27T15:43:13.4951091Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:13.4961866Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.5357119Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:13.5372689Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:13.5382764Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.5796513Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.041s) 2022-09-27T15:43:13.5806876Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6127329Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:43:13.6136129Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6143092Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6150146Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6438726Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:43:13.6447458Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6455136Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6462742Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6748671Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:43:13.6756374Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6763908Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6771417Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6983764Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:13.6991280Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.6998813Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7005912Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7219411Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:13.7226849Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7233820Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7240741Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7452326Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:13.7460183Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7467327Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7474431Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7760995Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.029s) 2022-09-27T15:43:13.7769592Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7777346Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7785044Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.7897466Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:13.8021402Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:13.8028820Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8036232Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8043563Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8139696Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:13.8146924Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8154445Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8161902Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8288865Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:13.8296730Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8304433Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8311110Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8434179Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:13.8442475Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8450646Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8458425Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8576485Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:13.8585137Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8592535Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8600180Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8721242Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:13.8729039Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8737000Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8744670Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8835725Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:13.8843920Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8851694Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8859457Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8954929Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:13.8962908Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8970420Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.8977226Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9067532Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:13.9075267Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9082550Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9090150Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9183240Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:13.9191000Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9198544Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9205825Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9295988Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:13.9303388Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9310772Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9317844Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9411932Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:13.9419788Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9426744Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9433709Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9524741Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:13.9532255Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9539369Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9546395Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9643771Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:13.9651191Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9658210Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9665596Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9761991Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:13.9769123Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9776453Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9783398Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9901250Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:13.9908634Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9916116Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:13.9923007Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0043050Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:14.0050582Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0057659Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0064712Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0174770Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:14.0181879Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0188933Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0195731Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0306608Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:14.0314863Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0322252Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0330140Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0429069Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.0436314Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0443285Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0450239Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0553441Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.0560885Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0568020Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0575213Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0676161Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.0683451Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0691128Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0697862Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0795722Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.0802933Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0810790Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0817939Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0919463Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.0927197Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0934422Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.0941216Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1039506Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.1047625Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1055567Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1062513Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1163987Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.1171278Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1178435Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1185374Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1282645Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.1290631Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1298443Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1306083Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1411397Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.1418590Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1425584Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1432962Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1534305Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.1541343Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1548303Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1555267Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1562033Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1569069Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1575808Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1667008Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:14.1674459Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1681499Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1688115Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1781521Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:14.1789717Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1797419Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1804193Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1908262Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.1916322Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1923859Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.1931684Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2034575Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.2042036Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2049494Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2056418Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2144778Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:14.2152198Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2159301Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2166246Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2314142Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.2323538Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2485330Z test_ELU (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:14.2496162Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2589643Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:14.2598738Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2683383Z test_ELU_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:14.2692422Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.2811262Z test_Embedding (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:14.2974851Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:14.2983441Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.3100916Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:14.3109718Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.3228018Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:14.3236965Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.3356891Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:14.3365158Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.3483211Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:14.3491696Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.3676822Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:14.3685045Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.3800151Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:14.3809001Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.3929570Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:14.3937778Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.3947432Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.4119143Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:14.4129069Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.4286244Z test_Embedding_sparse (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:14.4295915Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.4447392Z test_Flatten (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.4457404Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.4587755Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:14.4596533Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.4692842Z test_Fold (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.4701994Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.4811899Z test_Fold_int_input (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:14.4821109Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.4924293Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.4934356Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.5026494Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:14.5035678Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.5182741Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.5195024Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.5350647Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.5361370Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.5514573Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.5525279Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.5675156Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.5687814Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.5835083Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.5846401Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.5997416Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.6007404Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.6155854Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.6165938Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.6344414Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:14.6354732Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.6510442Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:14.6521148Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.6679253Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:14.6692672Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.6850488Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:14.6860709Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.7019138Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:14.7031124Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.7201472Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:14.7212239Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.7379432Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:14.7391547Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.7556636Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:14.7567548Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.7747671Z test_GELU (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:14.7757790Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.7855131Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.7864469Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.7956050Z test_GELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:14.7966644Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.8164359Z test_GLU (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:14.8178807Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.8374525Z test_GLU_dim (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:14.8389856Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.8496776Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:14.8507105Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.8905832Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.040s) 2022-09-27T15:43:14.9282142Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:43:14.9293447Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.9669354Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:43:14.9680675Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:14.9690546Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.0081981Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:15.0093033Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.0102870Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.0112377Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.0286412Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.0296852Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.0470995Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.0481561Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.0649246Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.0659782Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.0826331Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.0836092Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.1225900Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:15.1235436Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.1650990Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.039s) 2022-09-27T15:43:15.1651700Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.1652327Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.1657034Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.1852103Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:15.1861798Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2039115Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.2049180Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2226160Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.2236353Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2414302Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.2424065Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2433469Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2442973Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2587896Z test_Hardshrink (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:15.2598509Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2689805Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.2700225Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2786172Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:15.2796612Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2851823Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:15.2862694Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.2927174Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:15.2936679Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3070530Z test_Hardtanh (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:15.3081430Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3175708Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.3185674Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3275472Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.3285752Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3385373Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:15.3395841Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3406133Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3415902Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3507758Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.3515083Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3522299Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3529362Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3626985Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:15.3635507Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3743342Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:15.3753454Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3763752Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3773237Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3862078Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.3869282Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3876280Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3882996Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3972240Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.3980320Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3987039Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.3994470Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4081699Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.4089328Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4096628Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4103479Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4196697Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.4205834Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4306424Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:15.4314309Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4322433Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4330229Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4413217Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:15.4419935Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4426435Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4432687Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4520282Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.4526941Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4533459Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4539811Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4694454Z test_HuberLoss (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:15.4701663Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4708452Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4715462Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4722536Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4879793Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:15.4888012Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4981831Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:15.4989803Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.4997783Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5005418Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5086214Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:15.5093128Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5099793Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5106889Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5183304Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:15.5190199Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5197023Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5203683Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5355621Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:15.5363192Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5370068Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5376897Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5383528Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5554620Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.5563282Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5734277Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.5742748Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.5904523Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:15.5913027Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.6074947Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:15.6084053Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.6269069Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.6278828Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.6453946Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.6463690Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.6646218Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.6655568Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.6823257Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.6831850Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.7004769Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.7015303Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.7187097Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:15.7197491Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.7375921Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.7385868Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.7563390Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.7573474Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.7768585Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:15.7777855Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.7960010Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.7969178Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.8160112Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:15.8169617Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.8346113Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.8355920Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.8571506Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:15.8572083Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.8735057Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:15.8746248Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.8971808Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:43:15.8981851Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.9179664Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:15.9190041Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.9402063Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:15.9412043Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.9612415Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:15.9621928Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:15.9834872Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:15.9844841Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0043223Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:16.0053503Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0065696Z 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:43:16.0066999Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.0105576Z /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:43:16.0106645Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.0164535Z /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:43:16.0165587Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.0168946Z ok (0.011s) 2022-09-27T15:43:16.0190137Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:16.0211820Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:16.0219654Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0226526Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0233603Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0275520Z 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:43:16.0276843Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.0325555Z /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:43:16.0326787Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.0329375Z ok (0.009s) 2022-09-27T15:43:16.0337869Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0345476Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0352901Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0442084Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:16.0449852Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0457281Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0464037Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0542046Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.0550077Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0558311Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0566241Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0643878Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.0650953Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0658243Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0665009Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0743176Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.0750784Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0758186Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0765936Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.0953353Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:16.0962305Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1141398Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:16.1152469Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1251860Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:16.1261475Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1370418Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:16.1379898Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1389574Z 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:43:16.1390677Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.1426079Z /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:43:16.1427116Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.1477995Z /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:43:16.1479209Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.1482133Z ok (0.010s) 2022-09-27T15:43:16.1491872Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1502574Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1512060Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1552141Z 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:43:16.1553349Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.1598317Z /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:43:16.1599349Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:16.1601618Z ok (0.009s) 2022-09-27T15:43:16.1609491Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1616502Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1623215Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1706325Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.1714120Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1721214Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1728084Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1810045Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.1817223Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1824081Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1831312Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1918311Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:16.1926675Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1934431Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.1941214Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2105960Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:16.2115260Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2272563Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:16.2282233Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2431227Z test_L1Loss (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:16.2438745Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2445907Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2453497Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2460721Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2468699Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2547456Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.2554553Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2561637Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2568243Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2646861Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.2655914Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2662903Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2670225Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2748802Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.2756289Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2763855Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2770593Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.2910572Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:16.3175505Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:16.3186507Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3194505Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3291750Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:16.3300098Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3464953Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:16.3472441Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3480241Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3487293Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3494444Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3501659Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3690147Z test_LPPool1d (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:16.3699680Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.3905951Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:16.3915715Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.4119684Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:16.4127900Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.4328832Z test_LPPool2d (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:16.4337715Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.4546738Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:16.4555957Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.4622266Z test_LSTM_cell (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:16.4702164Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:16.4742597Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:16.5071634Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.033s) 2022-09-27T15:43:16.5080437Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.5434565Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.035s) 2022-09-27T15:43:16.5442930Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.5761417Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:43:16.5769841Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.6087516Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:43:16.6096226Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.6255912Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:16.6264845Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.6426478Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:16.6435375Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.6799236Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:16.6807571Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:16.7160816Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.035s) 2022-09-27T15:43:16.7169364Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:17.4005154Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.683s) 2022-09-27T15:43:17.4015167Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:17.9918394Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.590s) 2022-09-27T15:43:17.9927886Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.0173302Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:43:18.0182408Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.0371482Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:18.0381027Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.0563594Z test_LeakyReLU (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:18.0572734Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.0687730Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:18.0696840Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.0876795Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:18.0885981Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.1006662Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:18.1015925Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.1204670Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:18.1214215Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.1677724Z test_Linear (__main__.TestNN) ... ok (0.046s) 2022-09-27T15:43:18.1687664Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.2033478Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.034s) 2022-09-27T15:43:18.2042938Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.2324478Z test_Linear_no_bias (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:43:18.2332255Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.2577467Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:43:18.2587763Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.2851198Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:18.2861001Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.3158424Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:43:18.3167762Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.3312392Z test_LogSigmoid (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:18.3321751Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.3411191Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:18.3420387Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.3508461Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:18.3517544Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.3677910Z test_LogSoftmax (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:18.3687746Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.3850209Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:18.3859924Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.3955446Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:18.3964686Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4111241Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.4120521Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4278405Z test_MSELoss (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:18.4286429Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4293333Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4300108Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4377509Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:18.4384545Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4392067Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4399160Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4476728Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:18.4484183Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4491769Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4498446Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4575163Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:18.4582921Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4590644Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4598322Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4755493Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.4763831Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4862657Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:18.4871223Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4914922Z test_MSELoss_prec (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:18.4925349Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4934315Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4943298Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.4951489Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5090440Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:18.5098036Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5106140Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5113676Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5120550Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5251508Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:18.5258946Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5266053Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5274197Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5281168Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5435174Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.5442778Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5450296Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5457048Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5605291Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.5612955Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5620014Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5626860Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5773937Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.5781401Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5789172Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5795598Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5940111Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:18.5947716Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5955165Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.5962257Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6100769Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:18.6108142Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6115289Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6122446Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6260588Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:18.6267829Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6275711Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6283381Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6421813Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:18.6429421Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6436356Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6443992Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6588667Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:18.6596194Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6604117Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6610860Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6748742Z test_MaxPool1d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:18.6757195Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.6910201Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.6919632Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.7064597Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.7072998Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.7224005Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.7233008Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.7382268Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.7391300Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.7546023Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.7556286Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.7711330Z test_MaxPool3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:18.7719760Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.7887114Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:18.7896298Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.8050944Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.8059898Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.8221264Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:18.8230311Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.8396704Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:18.8406710Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.8581426Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:18.8589840Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.8745581Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:18.8754163Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.8919786Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:18.8928198Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.9038358Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:18.9046876Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.9176008Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:18.9180627Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.9380187Z test_Mish (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:18.9389463Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.9491641Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:18.9501066Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.9602274Z test_Mish_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:18.9610907Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:18.9685995Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:18.9797895Z test_ModuleList (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:19.0416106Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.062s) 2022-09-27T15:43:19.0462414Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:19.0471502Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.0644516Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:19.0652020Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.0659300Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.0667215Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.0673874Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.0819003Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:19.0827691Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1000601Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:19.1008023Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1015457Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1022432Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1029242Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1036150Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1043067Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1050000Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1056603Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1153963Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:19.1162750Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1205500Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:19.1213707Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1221467Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1229208Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1272394Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:19.1280425Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1287964Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1295678Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1331648Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:19.1338147Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1344590Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.1350934Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2041669Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.069s) 2022-09-27T15:43:19.2050892Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2693744Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.064s) 2022-09-27T15:43:19.2700678Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2707316Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2714093Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2721113Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2776300Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:19.2784733Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2792514Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2800322Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2902183Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:19.2910187Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2918250Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.2938330Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3030153Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:19.3038243Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3046106Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3053693Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3153367Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:19.3160648Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3167767Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3174913Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3284335Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:19.3293858Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3353779Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:19.3362459Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3370917Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3378919Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3501274Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:19.3510727Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3571599Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:19.3579952Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3588017Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3596684Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3699152Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:19.3746518Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:19.3754414Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3761345Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3768153Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3850730Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:19.3851277Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3886659Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:19.3895557Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3903676Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3911851Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3921853Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3928462Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.3936929Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4031834Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:19.4039612Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4046723Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4053600Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4190558Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:19.4198525Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4306734Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:19.4315303Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4323287Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4331197Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4469158Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:19.4477760Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4586708Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:19.4595335Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4603534Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4612052Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4749014Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:19.4757747Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4866588Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:19.4874898Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4882996Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4890846Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4979296Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:19.4987104Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.4994508Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5001913Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5089167Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:19.5097105Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5104442Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5111380Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5249674Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:19.5258144Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5364929Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:19.5373490Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5381386Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5388718Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5480049Z test_NLLLoss (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:19.5663028Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:19.5672056Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.5877642Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:19.5887187Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.6092154Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:19.6101274Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.6470608Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.037s) 2022-09-27T15:43:19.6481054Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.6838711Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:19.6849154Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7213061Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:19.7223221Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7373681Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:19.7381327Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7389126Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7396016Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7403035Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7523772Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:19.7532072Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7539295Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7546426Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7553344Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7675184Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:19.7682909Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7690848Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7698470Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7705972Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7829703Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:19.7837956Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7844508Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7851891Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7858928Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7866094Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7873313Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7880143Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7887044Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7974391Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:19.7981807Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7988697Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.7995771Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8002603Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8089973Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:19.8097425Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8104639Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8111352Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8118674Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8382330Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:19.8391907Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8399212Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8406257Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8413117Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8677659Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:19.8686875Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8694023Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8701221Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8708257Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8799868Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:19.8807496Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8815022Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8822324Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8829257Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8904037Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:19.8911694Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8918991Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.8925846Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9001354Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:19.9008578Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9016180Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9023053Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9097411Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:19.9104744Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9111979Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9118899Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9264779Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:19.9273719Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9432657Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:19.9441866Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9601358Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:19.9610521Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9773132Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:19.9782078Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:19.9940703Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:19.9949570Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0059506Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:20.0067498Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0075766Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0083824Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0091752Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0181710Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.0189500Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0197431Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0204916Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0211966Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0304084Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.0311594Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0319212Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0326447Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0334509Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0426465Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.0433776Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0441254Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0448909Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0455989Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0679251Z test_PReLU_1d (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:43:20.0687953Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.0936313Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:43:20.0945103Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.1211339Z test_PReLU_2d (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:20.1220190Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.1481119Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:20.1489841Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.1768853Z test_PReLU_3d (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:43:20.1777721Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.2058848Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:43:20.2067814Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.2084303Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:20.2247287Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:20.2256335Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.2417153Z test_PReLU_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:20.2425667Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.2648139Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:43:20.2658005Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.2835463Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:20.2843053Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.2986930Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:20.2994717Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.3157076Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:20.3164896Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.3307691Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:20.3315470Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.3520162Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:20.3527679Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.3733137Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:20.3740597Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.3907984Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:20.3916098Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.4060153Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:20.4067979Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.4300751Z test_PairwiseDistance (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:43:20.4545374Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:43:20.4553774Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.4780414Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:43:20.4789161Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.4797380Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.5018395Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:43:20.5026562Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.5286515Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:20.5295543Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.5522308Z test_ParameterDict (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:43:20.5548944Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:20.5676300Z test_ParameterList (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:20.5687172Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:20.5707512Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:20.5845098Z test_PixelShuffle (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:20.5854205Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.5992082Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:20.6001600Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6113939Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:20.6122494Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6131176Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6138768Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6246795Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:20.6255152Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6262498Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6269462Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6359109Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.6366799Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6374113Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6381450Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6470695Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.6478948Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6486085Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6493262Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6584551Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.6592444Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6599609Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6606541Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6704527Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:20.6712082Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6719721Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6727354Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6831257Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:20.6839832Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6847822Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.6856097Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.7012264Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:20.7023661Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.7100917Z test_RNN_cell (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:20.7204318Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:20.7276995Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:20.7298227Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:20.7680129Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:20.7694948Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-09-27T15:43:20.7699541Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-09-27T15:43:20.7703931Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-09-27T15:43:20.7714548Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-09-27T15:43:20.7734262Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-09-27T15:43:20.7750029Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-09-27T15:43:20.7797030Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:20.7816314Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:20.7944871Z test_RReLU (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:20.7953445Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.8046754Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.8055352Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.8196592Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:20.8204895Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.8288445Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:20.8296971Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.8465425Z test_ReLU (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:20.8634506Z test_ReLU6 (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:20.8643196Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.8735562Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.8743841Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.8838976Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.8847259Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.8855382Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.8947241Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.8955815Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.9050729Z test_ReLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:20.9059155Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.9197714Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:20.9339616Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:20.9348019Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.9599022Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.025s) 2022-09-27T15:43:20.9607368Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.9615502Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:20.9778434Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:21.0052214Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:43:21.0061405Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.0070302Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.0235838Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:21.0243939Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.0446810Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:21.0832307Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.038s) 2022-09-27T15:43:21.0841591Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.0850381Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.1040173Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:21.1048719Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.1185667Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:21.1328937Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:21.1337219Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.1581062Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:43:21.1588912Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.1597171Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.1747936Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.2009114Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:21.2017192Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.2025403Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.2181119Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:21.2189525Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.2342843Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.2618558Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.027s) 2022-09-27T15:43:21.2626870Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.2635032Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.2793481Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:21.2802151Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.2967421Z test_SELU (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:21.2976812Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.3069750Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.3078183Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.3174093Z test_SELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:21.3182388Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.3206174Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3235757Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:21.3260490Z test_Sequential_delitem (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3283769Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3320081Z test_Sequential_getitem (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:21.3341706Z test_Sequential_iadd (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3369995Z test_Sequential_imul (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:21.3393454Z test_Sequential_insert (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3411621Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3431280Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3451135Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3471095Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3489099Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3507456Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:21.3661992Z test_SiLU (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.3670724Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.3766194Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.3775016Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.3868319Z test_SiLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.3877101Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4030385Z test_Sigmoid (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.4039376Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4130715Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.4139614Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4222000Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:21.4230661Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4412118Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:21.4555242Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:21.4563990Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4572383Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4580477Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4588330Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4667632Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:21.4675024Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4682780Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4690320Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4768410Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:21.4776283Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4783832Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4791389Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4869622Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:21.4877398Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4884874Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.4892513Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5034325Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:21.5041956Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5138683Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:21.5147303Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5312215Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:21.5319153Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5325618Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5332041Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5466637Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:21.5473588Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5480375Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5487120Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5641281Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.5648237Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5655103Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5661668Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5801769Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:21.5809491Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5908188Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:21.5916110Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5923414Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.5930629Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6023618Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.6031723Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6039438Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6046737Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6139152Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.6147202Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6154774Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6162299Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6254283Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.6262362Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6269684Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6277299Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6449301Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:21.6457792Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6558330Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:21.6565936Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6573714Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6580729Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.6734077Z test_Softmax (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.6898176Z test_Softmax2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:21.6907258Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.7060087Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.7069209Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.7077953Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.7214232Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:21.7222951Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.7314104Z test_Softmax_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.7323381Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.7475056Z test_Softmin (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.7484016Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.7635507Z test_Softmin_multidim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.7644883Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.7805652Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:21.7815144Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.7901652Z test_Softmin_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.7910726Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.8064111Z test_Softplus (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.8215685Z test_Softplus_beta (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.8225104Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.8377887Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.8387570Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.8479212Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.8488556Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.8497995Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.8590210Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.8599609Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.8723651Z test_Softshrink (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:21.8732883Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.8856956Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:21.8866009Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.8947987Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:21.8957017Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.9044637Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.9053919Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.9200413Z test_Softsign (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.9209772Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.9311132Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:21.9320297Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.9419601Z test_Softsign_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:21.9428677Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.9577101Z test_Tanh (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.9586541Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.9684256Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:21.9693849Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.9783459Z test_Tanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:21.9792800Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:21.9947942Z test_Tanhshrink (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:21.9957793Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.0061090Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:22.0071842Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.0166945Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:22.0176848Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.0318632Z test_Threshold_large_value (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:22.0328338Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.0418185Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:22.0427658Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.0582477Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:22.0592312Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.0687157Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:22.0696744Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.2119930Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.142s) 2022-09-27T15:43:22.2133001Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.3452637Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.128s) 2022-09-27T15:43:22.3453634Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.4188610Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.076s) 2022-09-27T15:43:22.4198394Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:22.7082882Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.288s) 2022-09-27T15:43:22.7094503Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:23.3700597Z test_Transformer_cell (__main__.TestNN) ... ok (0.660s) 2022-09-27T15:43:24.1374275Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.767s) 2022-09-27T15:43:24.1384839Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.1574625Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:24.1582030Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.1588894Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.1595665Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.1767935Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:24.1775189Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.1781943Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.1788694Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.2032588Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.024s) 2022-09-27T15:43:24.2042936Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.2052600Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.2061584Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.2217216Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:24.2224969Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.2371650Z test_Unfold (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:24.2380599Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.2517981Z test_Unfold_int_input (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:24.2526634Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.2707950Z test_ZeroPad2d (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:24.3032108Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:43:24.3041496Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.3050766Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.3217253Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:24.3226359Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.3412256Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:24.3421137Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:24.3731976Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.031s) 2022-09-27T15:43:24.3764093Z test_add_module (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:24.3779485Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.3867825Z test_affine_grid (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:24.3963888Z test_affine_grid_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:24.4009216Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:24.4085322Z test_assignment (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:24.4101323Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.4112230Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:43:24.4132653Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T15:43:24.4437483Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:43:24.4447348Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:24.4477242Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:24.4484151Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:43:24.4570349Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:24.4581291Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.4665567Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:24.4749411Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:24.4876999Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:24.4961782Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:24.4976911Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.5002562Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:24.5098489Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:24.5108730Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.5133122Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.5159089Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:24.5208612Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:24.5531806Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:43:24.5678921Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:24.5697431Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.5717168Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.5729326Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.5743085Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.5760706Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.5806372Z test_bilinear (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:24.5824458Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.6128089Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.030s) 2022-09-27T15:43:24.6169617Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:24.6178663Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:43:24.6184915Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:43:24.6194262Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:43:24.6204696Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.6219091Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.6228417Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.6237557Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.6250244Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.6271639Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.6281111Z test_caching_parametrization (__main__.TestNN) 2022-09-27T15:43:24.6356785Z Test the caching system of a parametrization ... ok (0.008s) 2022-09-27T15:43:24.6368902Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T15:43:24.6390418Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.003s) 2022-09-27T15:43:24.6407418Z 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:43:24.6408753Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-09-27T15:43:24.6409171Z ok (0.002s) 2022-09-27T15:43:24.6459768Z test_channel_shuffle (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:24.6471635Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.6490093Z test_children (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.6704222Z test_clip_grad_norm (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:24.6735598Z test_clip_grad_value (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:24.6743908Z test_compute_nparams_to_prune (__main__.TestNN) 2022-09-27T15:43:24.6750077Z Test that requested pruning `amount` gets translated into the ... ok (0.001s) 2022-09-27T15:43:24.6778861Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:24.7045444Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.026s) 2022-09-27T15:43:24.7604737Z test_conv_backcompat (__main__.TestNN) ... ok (0.056s) 2022-09-27T15:43:24.7621158Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-09-27T15:43:24.7641396Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:24.8786929Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.114s) 2022-09-27T15:43:24.8800142Z test_conv_padding_mode (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:24.9728923Z 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:43:24.9730242Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:43:25.0370253Z ok (0.157s) 2022-09-27T15:43:25.0491571Z test_conv_tbc (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:25.0506015Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:25.0593111Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:25.0714466Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:25.0833365Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:25.1349438Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.051s) 2022-09-27T15:43:25.1391154Z test_cosine_similarity (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:25.1420218Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:28.2629946Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.121s) 2022-09-27T15:43:28.2641695Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:28.2650443Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:28.2659316Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:43:28.2666247Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-09-27T15:43:28.2688052Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T15:43:28.2706347Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-09-27T15:43:28.2714884Z test_custom_from_mask_pruning (__main__.TestNN) 2022-09-27T15:43:28.2724651Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-09-27T15:43:28.2744149Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-09-27T15:43:28.2837682Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.011s) 2022-09-27T15:43:28.2853145Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.2863553Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:28.2941353Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:28.3020310Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:28.3039738Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3052231Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:28.3077692Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3203067Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:28.3220203Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3239319Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3253709Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:28.3276840Z test_embedding_functional (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3292765Z test_embedding_max_norm (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3300856Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:43:28.3315367Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:28.3335401Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3353760Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3374334Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3598916Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:43:28.3646835Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:28.3717780Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:28.3737447Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3748187Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:28.3759141Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:28.3777097Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.3794260Z test_fb_fc_packed (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:28.3794778Z r = func(*args, **kwargs) 2022-09-27T15:43:28.3810560Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:28.3811698Z r = func(*args, **kwargs) 2022-09-27T15:43:28.3816739Z ok (0.004s) 2022-09-27T15:43:28.3827551Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:28.4060157Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.023s) 2022-09-27T15:43:28.4119785Z test_functional_grad_conv (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:28.6118526Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.200s) 2022-09-27T15:43:28.6135291Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.6177928Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:28.6209626Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:28.6227673Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.6249850Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:28.6261484Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-09-27T15:43:28.6273560Z test_global_pruning (__main__.TestNN) 2022-09-27T15:43:28.6295829Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-09-27T15:43:28.6311430Z test_global_pruning_importance_scores (__main__.TestNN) 2022-09-27T15:43:28.6333039Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.004s) 2022-09-27T15:43:28.6836640Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.050s) 2022-09-27T15:43:28.7341121Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.050s) 2022-09-27T15:43:28.7917241Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.058s) 2022-09-27T15:43:28.8490869Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.057s) 2022-09-27T15:43:28.9251536Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.076s) 2022-09-27T15:43:28.9967092Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.071s) 2022-09-27T15:43:30.5795870Z test_grid_sample (__main__.TestNN) ... ok (1.583s) 2022-09-27T15:43:30.7156679Z test_grid_sample_3d (__main__.TestNN) ... ok (0.136s) 2022-09-27T15:43:30.7416729Z 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:43:30.7417700Z "Default grid_sample and affine_grid behavior has changed " 2022-09-27T15:43:30.7460606Z ok (0.030s) 2022-09-27T15:43:30.7473860Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:43:30.8627170Z test_hardtanh_backward (__main__.TestNN) ... ok (0.115s) 2022-09-27T15:43:30.8703748Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:30.8769376Z test_hook_backward_size (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:30.8785101Z test_hook_backward_writeable (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:43:30.8786140Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:43:30.8787532Z /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:43:30.8788737Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:43:30.8794456Z ok (0.002s) 2022-09-27T15:43:30.8815175Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:30.8831113Z test_hook_extra_input (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:30.8858239Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:30.8997620Z test_hook_inplace (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:30.9015887Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:30.9029208Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:30.9061496Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:30.9155347Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:30.9171221Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:30.9203643Z test_hooks (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T15:43:30.9204817Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T15:43:30.9374900Z ok (0.020s) 2022-09-27T15:43:30.9458559Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:30.9469128Z test_identity_pruning (__main__.TestNN) 2022-09-27T15:43:30.9505609Z Test that a mask of 1s does not change forward or backward. ... ok (0.005s) 2022-09-27T15:43:30.9527612Z test_initialization_parametrization (__main__.TestNN) 2022-09-27T15:43:30.9616397Z Test that it is possible to initialize a parametrization when it ... ok (0.011s) 2022-09-27T15:43:30.9654980Z test_inplace_thnn (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:31.2537521Z test_interpolate (__main__.TestNN) ... ok (0.288s) 2022-09-27T15:43:31.2675233Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:31.2684564Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.2799769Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:31.2807500Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.2942436Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:31.2949772Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.3078839Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:31.3086036Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.3206309Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.3326507Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.3333965Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.3341143Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.3461773Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.3582722Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.3590361Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.3597868Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.3727609Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:31.3734655Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.3846420Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:31.3854253Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.3985495Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:31.3992920Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.4118758Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:31.4126082Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.4244276Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.4368040Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.4375314Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.4382219Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.4500502Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.4623727Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.4630862Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.4638263Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.4648205Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:43:31.4764745Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.4880789Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.4888085Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.4895852Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.5006502Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:31.5014758Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.5131596Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.5248147Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.5255877Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.5263560Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.5379339Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.5386796Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.5502698Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.5510042Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.5619270Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:31.5626538Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.5755025Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:31.5762629Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.5898720Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:31.5907026Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.6018860Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:31.6026130Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.6174680Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:31.6183114Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.6296846Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:31.6305593Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.6423376Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:31.6432959Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.6612022Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:31.6621760Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.6847286Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:43:31.6857090Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.7011374Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:31.7020966Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.7188521Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:31.7197572Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.7401987Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:31.7411450Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.7618911Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.021s) 2022-09-27T15:43:31.7628391Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.7779770Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:31.7788508Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.7994259Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:31.8190995Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:31.8200166Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.8209134Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.8380304Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:31.8549423Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:31.8558417Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.8567536Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:31.9057798Z 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:43:31.9058943Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:43:31.9329423Z ok (0.076s) 2022-09-27T15:43:32.0678391Z test_invalid_conv2d (__main__.TestNN) ... ok (0.135s) 2022-09-27T15:43:32.1345803Z test_invalid_conv3d (__main__.TestNN) ... ok (0.067s) 2022-09-27T15:43:32.1364031Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:32.1380129Z 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:43:32.1380809Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:32.1388374Z ok (0.002s) 2022-09-27T15:43:32.1412395Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:41.5559553Z test_l1_loss_correct (__main__.TestNN) ... ok (9.414s) 2022-09-27T15:43:41.5570945Z test_l1_unstructured_pruning (__main__.TestNN) 2022-09-27T15:43:41.5595668Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.004s) 2022-09-27T15:43:41.5609028Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-09-27T15:43:41.5628724Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-09-27T15:43:41.5654184Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:41.5670226Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:41.5680670Z test_ln_structured_pruning (__main__.TestNN) 2022-09-27T15:43:41.5710357Z Check Ln structured pruning by hand. ... ok (0.004s) 2022-09-27T15:43:41.5722814Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-09-27T15:43:41.5743156Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-09-27T15:43:41.5895816Z test_load_state_dict (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:41.5916163Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:41.5944607Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:41.5959563Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:41.7265896Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.130s) 2022-09-27T15:43:41.7279107Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:41.7347388Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:41.7489197Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:41.7498149Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:41.7645960Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:41.7655050Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:41.7803810Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:41.7813238Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:41.7892878Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:41.7901533Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:41.8047506Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:41.8056812Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:41.8214281Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:41.8224046Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:41.8234759Z test_loss_equal_input_target_shape (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:41.8235688Z r = func(*args, **kwargs) 2022-09-27T15:43:41.8365153Z /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:43:41.8366350Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:43:41.8476106Z ok (0.025s) 2022-09-27T15:43:41.8529915Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:41.8586808Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:41.8660904Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:41.8777436Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:41.8974708Z test_module_backcompat (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:41.9002169Z test_module_to_argparse (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:41.9025426Z test_modules (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:41.9048050Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:41.9063898Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:44.5871536Z 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:43:44.5872760Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T15:43:44.5874146Z /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:43:44.5875178Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T15:43:44.9351072Z ok (3.028s) 2022-09-27T15:43:47.9710919Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (3.036s) 2022-09-27T15:43:47.9807006Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:47.9859448Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:47.9889001Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:47.9926599Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:47.9927728Z r = func(*args, **kwargs) 2022-09-27T15:43:47.9930123Z ok (0.004s) 2022-09-27T15:43:47.9940829Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:47.9998366Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:48.0006474Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:48.0205333Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.020s) 2022-09-27T15:43:48.0236298Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:48.0259174Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:48.0298581Z test_named_modules (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:48.0320154Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:48.0506484Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:48.1220402Z test_new_spectral_norm (__main__.TestNN) ... ok (0.071s) 2022-09-27T15:43:48.1266334Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:48.1315321Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:48.1596434Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.028s) 2022-09-27T15:43:48.4979134Z test_nnpack_conv (__main__.TestNN) ... ok (0.338s) 2022-09-27T15:43:48.5099142Z test_no_grad (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:48.5115504Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:48.5209881Z test_normalize (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:48.5244571Z test_orthogonal_errors (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:48.5305099Z 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:43:48.5306059Z warnings.warn(msg, FutureWarning) 2022-09-27T15:43:48.8020288Z ok (0.277s) 2022-09-27T15:43:48.8194982Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.017s) 2022-09-27T15:43:48.8203406Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:48.8269724Z test_pad_scalar_error (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:48.8331252Z test_padding_list (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:48.8375082Z test_pairwise_distance (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:48.8397467Z test_parameter_assignment (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:48.8445965Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:48.8461820Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:48.8483504Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:48.8498310Z test_parameters_to_vector (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:48.8506171Z test_parametrization_same_training_mode (__main__.TestNN) 2022-09-27T15:43:48.8514705Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-09-27T15:43:48.8523577Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:48.8532379Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:48.8859613Z test_pdist (__main__.TestNN) ... ok (0.033s) 2022-09-27T15:43:48.8966943Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.011s) 2022-09-27T15:43:48.8977478Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-09-27T15:43:48.9006021Z test_pdist_empty_col (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:48.9035377Z test_pdist_empty_row (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:48.9181059Z test_pdist_large (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:48.9187379Z test_pdist_zeros (__main__.TestNN) 2022-09-27T15:43:48.9340363Z Test that grad is still valid when dist is 0 ... ok (0.016s) 2022-09-27T15:43:48.9369488Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:49.9543458Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (1.017s) 2022-09-27T15:43:49.9562073Z test_pointwise_loss_broadcast (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9562915Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9601997Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9602736Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9639396Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9640135Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9675158Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9675907Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9701799Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9702531Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9727379Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9728110Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9752737Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9753516Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9789872Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9790609Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9827326Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9828294Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9863783Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9864516Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9891149Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9891930Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9917115Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9917842Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9943521Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9944247Z r = func(*args, **kwargs) 2022-09-27T15:43:49.9980505Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:49.9981237Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0016679Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0017404Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0052121Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0052858Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0078964Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0079703Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0105058Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0105803Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0132966Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0133685Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0169624Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0170535Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0205394Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0206127Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0241040Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0241773Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0267581Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0268308Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0293285Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0293992Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0318471Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:43:50.0319197Z r = func(*args, **kwargs) 2022-09-27T15:43:50.0320702Z ok (0.078s) 2022-09-27T15:43:50.0336146Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.0363334Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:50.0373933Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.0449382Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:50.0461103Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:43:50.0646644Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.018s) 2022-09-27T15:43:50.0664884Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.0684387Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.0706042Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.0718794Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.0735045Z test_pruning_container_compute_mask (__main__.TestNN) 2022-09-27T15:43:50.0758248Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.004s) 2022-09-27T15:43:50.0765287Z test_pruning_id_consistency (__main__.TestNN) 2022-09-27T15:43:50.0774760Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-09-27T15:43:50.0783750Z test_pruning_rollback (__main__.TestNN) 2022-09-27T15:43:50.0804020Z Test that if something fails when the we try to compute the mask, ... ok (0.003s) 2022-09-27T15:43:50.0854431Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:50.0906565Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:50.0944898Z test_random_pruning (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:50.0956436Z test_random_pruning_0perc (__main__.TestNN) 2022-09-27T15:43:50.0995073Z Test that a mask of 1s does not change forward or backward. ... ok (0.005s) 2022-09-27T15:43:50.1003827Z test_random_pruning_forward (__main__.TestNN) 2022-09-27T15:43:50.1022022Z check forward with mask (by hand). ... ok (0.003s) 2022-09-27T15:43:50.1030364Z test_random_pruning_new_weight (__main__.TestNN) 2022-09-27T15:43:50.1060085Z Test that module.name now contains a pruned version of ... ok (0.004s) 2022-09-27T15:43:50.1067586Z test_random_pruning_orig (__main__.TestNN) 2022-09-27T15:43:50.1096417Z Test that original tensor is correctly stored in 'orig' ... ok (0.004s) 2022-09-27T15:43:50.1169015Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:50.1178540Z test_random_pruning_sizes (__main__.TestNN) 2022-09-27T15:43:50.1205626Z Test that the new parameters and buffers created by the pruning ... ok (0.004s) 2022-09-27T15:43:50.1222753Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.1239668Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-09-27T15:43:50.1257216Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.003s) 2022-09-27T15:43:50.1273172Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-09-27T15:43:50.1294204Z Test that it is possible to nest the parametrizations ... ok (0.004s) 2022-09-27T15:43:50.1372258Z test_register_and_remove_parametrization (__main__.TestNN) 2022-09-27T15:43:50.1587057Z Test that it is possible to add a few parametrizations ... ok (0.029s) 2022-09-27T15:43:50.1604516Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.1618458Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.1630405Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.1639001Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.1657367Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.1670345Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.1682757Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.1761638Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:50.1773503Z test_remove_pruning (__main__.TestNN) 2022-09-27T15:43:50.1806215Z `prune.remove` removes the hook and the reparametrization ... ok (0.004s) 2022-09-27T15:43:50.1813116Z test_remove_pruning_exception (__main__.TestNN) 2022-09-27T15:43:50.1822277Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-09-27T15:43:50.1830102Z test_remove_pruning_forward (__main__.TestNN) 2022-09-27T15:43:50.1846424Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-09-27T15:43:50.1860300Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.1880952Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.1997018Z test_rnn_args_check (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:50.2009933Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:43:50.2172482Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.016s) 2022-09-27T15:43:50.2196124Z test_rnn_pruning (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.2228434Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:50.2244963Z test_serialization_parametrization (__main__.TestNN) 2022-09-27T15:43:50.2301488Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.007s) 2022-09-27T15:43:50.2321331Z test_share_memory (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.2428482Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.011s) 2022-09-27T15:43:50.2479338Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2022-09-27T15:43:50.2540330Z test_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-09-27T15:43:50.2678325Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:50.2689650Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:50.2830374Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:50.2839720Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:50.2913527Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:50.2923316Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:50.3067500Z test_softmax_lastdim (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:50.3077214Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:50.3221737Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:50.3231538Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:50.3366721Z test_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:50.3375754Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:50.3513824Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.014s) 2022-09-27T15:43:50.3522639Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:50.3678681Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.015s) 2022-09-27T15:43:50.3687126Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T15:43:50.3707653Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.4185761Z test_spectral_norm (__main__.TestNN) ... ok (0.048s) 2022-09-27T15:43:50.4207418Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.4236759Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:50.4554899Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:43:50.4582243Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-09-27T15:43:50.4625218Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:50.4634354Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:50.4648525Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-09-27T15:43:50.4665724Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-09-27T15:43:50.4702853Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:50.4715715Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:50.4737667Z test_to (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.4755258Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:50.4774315Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T15:43:50.4820854Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-09-27T15:43:50.4912196Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.009s) 2022-09-27T15:43:50.4921762Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-09-27T15:43:50.4945551Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-09-27T15:43:50.4958810Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-09-27T15:43:50.4986376Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-09-27T15:43:50.7056154Z test_transformer_args_check (__main__.TestNN) ... ok (0.207s) 2022-09-27T15:43:50.7181365Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.013s) 2022-09-27T15:43:50.8839894Z test_transformerdecoder (__main__.TestNN) ... ok (0.166s) 2022-09-27T15:43:50.9199690Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.036s) 2022-09-27T15:43:50.9722354Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.052s) 2022-09-27T15:43:50.9798831Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:50.9883564Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:50.9952618Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:51.0028091Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.007s) 2022-09-27T15:43:51.0107740Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-09-27T15:43:51.0149049Z test_type (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:51.0156248Z test_type_before_parametrizations (__main__.TestNN) 2022-09-27T15:43:51.0164525Z Test that type_before_parametrizations always retrieves original type ... ok (0.001s) 2022-09-27T15:43:51.0184583Z 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:43:51.0185529Z return super(Tensor, self).refine_names(names) 2022-09-27T15:43:51.0186101Z ok (0.002s) 2022-09-27T15:43:51.0206458Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:51.0329989Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.012s) 2022-09-27T15:43:51.0336530Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-09-27T15:43:51.0344064Z Since it may happen that the tensor to prune has entries with the ... ok (0.001s) 2022-09-27T15:43:51.0360433Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:51.0685653Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.032s) 2022-09-27T15:43:51.0701945Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:51.1594865Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.089s) 2022-09-27T15:43:51.1616305Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:51.1840675Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.022s) 2022-09-27T15:43:51.2031873Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.019s) 2022-09-27T15:43:51.2045788Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2022-09-27T15:43:51.2053586Z test_validate_pruning_amount (__main__.TestNN) 2022-09-27T15:43:51.2058216Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-09-27T15:43:51.2067269Z test_validate_pruning_amount_init (__main__.TestNN) 2022-09-27T15:43:51.2072324Z Test the first util function that validates the pruning ... ok (0.001s) 2022-09-27T15:43:51.2089415Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:51.2185743Z test_weight_norm (__main__.TestNN) ... ok (0.010s) 2022-09-27T15:43:51.2209312Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-09-27T15:43:51.2252606Z test_zero_grad (__main__.TestNN) ... ok (0.004s) 2022-09-27T15:43:51.2298136Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:51.2330993Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:43:51.2348503Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:43:51.2380442Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:43:51.2426263Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:51.2472077Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:51.2516740Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:51.2561844Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:51.2606175Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:51.2650577Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:53.2111182Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.946s) 2022-09-27T15:43:53.4790811Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.268s) 2022-09-27T15:43:53.4821003Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:43:53.4849618Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:43:53.4877407Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:43:53.4894371Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:43:53.4911136Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:43:53.4928149Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:43:53.4945189Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:43:53.4962030Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:43:53.4975862Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:53.4989559Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:53.5003356Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:53.5079984Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:43:53.5095325Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:53.5122368Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:43:53.5149456Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:43:53.5176486Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:43:53.5190980Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:53.5205159Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:53.5220104Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:53.5235503Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:53.5310044Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:43:53.5380713Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:43:53.5438329Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.5509087Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:43:53.5568596Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.5625598Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.5685206Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.5744104Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.5801141Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.5859850Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.5918731Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.5975247Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:53.6297266Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:53.6617340Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:53.6918029Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:43:53.7235852Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:53.7554496Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:53.7854418Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:43:53.8173861Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:53.8494258Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:53.8795473Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:43:53.9199285Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:43:53.9568412Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:43:53.9866357Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:43:54.0184369Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:54.0483213Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:43:54.0800741Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:54.1098179Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:43:54.1162728Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1226954Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1287746Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1350992Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1414715Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1474387Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1536900Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1599922Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1660445Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1722636Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1785560Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1845999Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:43:54.1934522Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:43:54.2019527Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:43:54.2112335Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:43:54.2187048Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:43:54.2512184Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:43:54.2540727Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:43:54.2668388Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:43:55.3861240Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.119s) 2022-09-27T15:43:55.3875476Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:43:55.3924006Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:43:55.3967693Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:55.4009602Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:43:55.4430117Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:43:55.4962507Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.053s) 2022-09-27T15:43:56.1155904Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.619s) 2022-09-27T15:43:56.1174801Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:43:56.1391689Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:43:56.1601894Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:43:56.1616053Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:56.1629661Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:43:56.1809730Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:43:56.1989446Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:43:56.3929988Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.194s) 2022-09-27T15:43:59.3299897Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.937s) 2022-09-27T15:44:10.6396626Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.310s) 2022-09-27T15:44:10.6589966Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:44:10.6770067Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:44:10.8129612Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.136s) 2022-09-27T15:44:11.3535408Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.540s) 2022-09-27T15:44:11.5071643Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.153s) 2022-09-27T15:44:11.8935050Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.386s) 2022-09-27T15:44:12.9852312Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.092s) 2022-09-27T15:44:12.9912172Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:44:12.9926609Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:13.0655813Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.073s) 2022-09-27T15:44:13.0686834Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:13.0713493Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:13.1011897Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:44:13.9984887Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.897s) 2022-09-27T15:44:32.9243106Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (18.926s) 2022-09-27T15:44:32.9288573Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:44:32.9300929Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:32.9310975Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:32.9372463Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:44:32.9383599Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:32.9394212Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:32.9908219Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-09-27T15:44:32.9919688Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:32.9930506Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:33.0004032Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:44:33.0013871Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:33.0023032Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:33.0060458Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.2568943Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.251s) 2022-09-27T15:44:33.2585438Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:33.2597179Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:33.2650393Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:44:33.2690394Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.2846396Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:44:33.2948913Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:44:33.2978870Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:33.3003457Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:33.3020611Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:33.3037148Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:33.3077055Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.3111832Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:33.3149590Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.3183806Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:33.3291994Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:44:33.3386258Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:44:33.3438564Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:44:33.3491687Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:44:33.3530496Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.3560298Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:33.3584754Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:33.3601484Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:33.3617769Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:33.3658342Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.3694214Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:33.3732224Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.3767754Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.6434691Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.266s) 2022-09-27T15:44:33.7065830Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-09-27T15:44:33.7125648Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:44:33.7165580Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.8221165Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.105s) 2022-09-27T15:44:33.8491694Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:44:33.8510986Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:33.8529056Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:33.8578572Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:44:33.8621391Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.8665739Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.8705729Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:33.8732903Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:33.8857846Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:33.8982363Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:33.9108487Z 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:44:33.9235596Z 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:44:33.9359993Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:33.9484417Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:33.9609023Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:33.9733719Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:33.9858987Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:33.9984960Z 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:44:34.0111064Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.0235786Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.0361910Z 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:44:34.0489695Z 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:44:34.0613958Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.0738185Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.0863384Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.0987209Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.1112622Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.1236920Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.1361176Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.1485056Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.1610208Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.1733707Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.1859167Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.1982886Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.2107076Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.2231077Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.2354187Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.2479661Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.2605242Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.2730136Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.2854969Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.2981964Z 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:44:34.3107414Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.3232069Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.3357248Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.3481619Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.3607804Z 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:44:34.3733266Z 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:44:34.3857796Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.3982164Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.4106941Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.4231397Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.4356438Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.4481275Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.4605700Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.4730595Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.4855587Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.4980409Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.5105634Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.5230506Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.5355088Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.5480340Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.5605545Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.5730414Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.5854523Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.5979661Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.6104910Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.6229234Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.6353139Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.6477397Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.6603112Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:34.6728294Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:34.6987378Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:34.7233166Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:34.7483914Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:34.7729823Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:34.7994007Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:34.8254150Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:34.8518202Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:34.8779344Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:34.9039839Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:34.9293574Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:34.9551270Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:34.9806119Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.0077898Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:44:35.0344795Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:44:35.0614963Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:44:35.0879755Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:35.1141938Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:35.1398276Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:35.1660775Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:35.1917051Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:35.2189058Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:44:35.2458737Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:44:35.2736910Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:44:35.3006312Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-09-27T15:44:35.3242549Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.3476040Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:44:35.3712925Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.3949695Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.4205953Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:35.4455418Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.4708686Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.4963287Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.5201043Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.5436293Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:44:35.5673704Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.5910810Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.6164672Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.6413255Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.6664716Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.6913239Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.7153830Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.7390146Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.7627334Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.7867828Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.8122331Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.8376723Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.8630407Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.8880622Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:35.9117562Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.9353350Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.9590146Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:35.9825960Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:44:36.0081515Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.0331600Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.0584068Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.0834942Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.1073069Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:36.1309046Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:36.1546168Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:36.1781064Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:44:36.2035898Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.2285658Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.2541074Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.2791551Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.3030274Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:36.3267617Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:36.3505379Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:36.3742913Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:44:36.3999366Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:36.4250128Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.4506684Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:36.4757871Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:36.4883562Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:36.5008213Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.5133473Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.5256627Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.5380776Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.5504963Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.5629513Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.5754540Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.5881470Z 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:44:36.6005722Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.6131052Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.6256628Z 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:44:36.6384137Z 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:44:36.6510088Z 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:44:36.6639110Z 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:44:36.6763648Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.6891469Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:36.7015934Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.7143782Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:36.7267639Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.7395936Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:36.7520322Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.7648249Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:36.7773891Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:36.7902025Z 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:44:36.8025351Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.8148586Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.8276256Z 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:44:36.8401946Z 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:44:36.8531416Z 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:44:36.8656522Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.8785094Z 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:44:36.8910257Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.9034197Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.9158482Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.9283872Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:36.9409024Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.9532875Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.9656957Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.9781387Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:36.9904859Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.0028803Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.0153516Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.0276853Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.0400744Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.0525282Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.0650101Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.0775424Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.0900443Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.1024841Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.1150324Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.1273962Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.1397510Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.1521373Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.1645592Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.1769067Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.1894537Z 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:44:37.2019307Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.2143732Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.2267379Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.2391801Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.2516637Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.2643685Z 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:44:37.2768591Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.2895421Z 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:44:37.3020250Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.3144705Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.3268531Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:37.3394928Z 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:44:37.3521364Z 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:44:37.3649506Z 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:44:37.3775098Z 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:44:37.4115527Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:37.4436334Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:37.4759413Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:37.5075666Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:37.5429279Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:37.5770997Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:37.6118696Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:37.6459085Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:37.6595908Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:37.6727150Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:37.6862739Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:37.6993622Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:37.7133980Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:37.7266294Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:37.7403312Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:37.7538963Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:37.7742313Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-09-27T15:44:37.7932099Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:37.8123549Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:37.8312412Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:37.8505716Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:37.8700197Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:37.8894336Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:37.9082828Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:37.9443981Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:44:37.9795357Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:38.0149796Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:38.0496903Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:38.0882238Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:38.1260848Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:38.1640111Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:38.2012643Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:44:38.2150869Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.2283551Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:38.2424415Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.2557382Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:38.2694812Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.2828382Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:38.2969963Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.3105776Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.3300550Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.3489866Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.3683761Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.3872546Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.4066045Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.4254631Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.4447250Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.4636107Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.5081066Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T15:44:38.5513373Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:44:38.5911090Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:44:38.6300682Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:44:38.6769816Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T15:44:38.7230654Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-09-27T15:44:38.7656643Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:44:38.8075447Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:44:38.8220312Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.8354170Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:38.8493660Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.8625730Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:38.8765878Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.8901276Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:38.9042247Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:38.9175821Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:38.9370274Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.9561659Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.9753994Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:38.9944426Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:39.0138254Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:39.0327421Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:39.0521116Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:39.0711131Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-09-27T15:44:39.0844753Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.0973553Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.1106407Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.1235930Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.1370520Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.1501027Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.1634153Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.1762742Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.1896328Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.2025786Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.2161422Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.2289836Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.2424057Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.2553308Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.2687219Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.2818984Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.2952046Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.3084508Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.3218401Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.3347941Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.3481110Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.3609167Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.3745306Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:39.3873906Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.4005415Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.4133296Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.4268899Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.4397365Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.4532394Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.4661823Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.4794917Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.4925106Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.5056847Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.5184793Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.5315913Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.5443778Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.5579335Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:39.5709926Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.5841576Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.5970163Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.6104635Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.6232442Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.6367825Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.6495624Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.6628421Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.6757385Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.6892982Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:39.7022014Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.7153684Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.7283668Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.7415478Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.7543086Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.7675166Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.7804774Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.7939218Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.8068145Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.8202994Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.8331317Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.8463025Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.8594832Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.8728491Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.8856683Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.8989523Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.9118631Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.9251871Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.9383235Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.9515899Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.9644045Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.9776502Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:39.9904319Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:40.0037051Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:40.0165353Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:40.0490195Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.0811477Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.1136014Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.1452609Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.1801245Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:40.2148828Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:40.2502558Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:40.2843322Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:40.3173551Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:44:40.3504940Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:44:40.3833315Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:44:40.4172437Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:40.4520883Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:40.4866316Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:40.5222831Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:44:40.5571862Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:40.5891702Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.6208025Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.6526961Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.6842511Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.7182651Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:40.7516862Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:44:40.7862382Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:40.8195645Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:44:40.8522647Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:44:40.8845858Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.9181383Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:40.9507004Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:44:40.9855854Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.0204902Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.0564831Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:44:41.0909552Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-09-27T15:44:41.1262998Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.1613133Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.1969378Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:44:41.2317292Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.2704737Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:44:41.3085271Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:41.3465755Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:41.3843758Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:41.4225616Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:41.4603851Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:41.5001457Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:44:41.5395771Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:44:41.5805363Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T15:44:41.6205481Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:44:41.6626001Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:44:41.7043045Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:44:41.7395102Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.7742696Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.8092806Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.8440722Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:44:41.8826080Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:41.9204622Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:41.9578910Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:44:41.9948497Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:44:42.0326850Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:42.0701499Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:44:42.1094895Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:44:42.1486469Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:44:42.1891840Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:44:42.2290991Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:44:42.2709728Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:44:42.3126756Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:44:42.3556262Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:44:42.3983106Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:44:42.4359190Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-09-27T15:44:42.4731049Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-09-27T15:44:42.5181473Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-09-27T15:44:42.5623176Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T15:44:42.6018972Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:44:42.6406738Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:44:42.6533205Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:42.6660670Z 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:44:42.6786343Z 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:44:42.6913500Z 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:44:42.7040159Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:42.7165498Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-09-27T15:44:42.7291701Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T15:44:42.7418589Z 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:44:42.7863284Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T15:44:42.8299089Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:44:42.8696086Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T15:44:42.9088455Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:44:42.9567376Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T15:44:43.0038209Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T15:44:43.0465515Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:44:43.0888101Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T15:44:43.2843267Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.195s) 2022-09-27T15:44:43.2859845Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:43.2887930Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:44:43.2915734Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:44:43.2943301Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:44:43.2970152Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:44:43.2997439Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:44:43.3009476Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:43.3021388Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:43.3036451Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:43.3345066Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:44:43.3549189Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:44:43.4586384Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.104s) 2022-09-27T15:44:43.4612884Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:43.4635933Z 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:44:43.4892403Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T15:44:43.4892803Z ok (0.028s) 2022-09-27T15:44:43.5143396Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:44:43.5403017Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:44:43.5425342Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:43.5437855Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:43.5641506Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T15:44:43.5692767Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:44:43.6628338Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.093s) 2022-09-27T15:44:43.7524497Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.090s) 2022-09-27T15:44:43.7540729Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:43.8445174Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.090s) 2022-09-27T15:44:43.8467972Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:43.8483712Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:43.8765903Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:44:43.8831834Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:44:43.9140416Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T15:44:43.9365067Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:44:43.9469444Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:44:43.9601214Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:43.9814440Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:44:43.9832714Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:43.9851099Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:43.9868693Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:43.9887210Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:43.9905168Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:43.9924333Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:44.0030715Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:44:44.3039641Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.301s) 2022-09-27T15:44:44.3058436Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:44.3081070Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:44.3102554Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:44.3122453Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:44.3142213Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:44:44.3152450Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:44.3258004Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:44:44.3399557Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:44:44.3455445Z test_embedding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:44:46.2248836Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (1.879s) 2022-09-27T15:44:48.0552957Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (1.830s) 2022-09-27T15:44:48.1785735Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.123s) 2022-09-27T15:44:48.2964052Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.118s) 2022-09-27T15:44:48.2976662Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:48.2987212Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:48.2997418Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:48.3007552Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:48.5674825Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.266s) 2022-09-27T15:44:48.8329111Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.265s) 2022-09-27T15:44:49.1125232Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.279s) 2022-09-27T15:44:49.3781982Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.266s) 2022-09-27T15:44:49.6441345Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.266s) 2022-09-27T15:44:49.9234165Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.279s) 2022-09-27T15:44:50.1878916Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.264s) 2022-09-27T15:44:50.4525149Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.264s) 2022-09-27T15:44:50.7304979Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.278s) 2022-09-27T15:44:50.9944071Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.264s) 2022-09-27T15:44:51.2587315Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.264s) 2022-09-27T15:44:51.5365570Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.278s) 2022-09-27T15:44:51.5401794Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:44:51.5437510Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:51.5472255Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:51.5505961Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:51.6132428Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T15:44:51.6756992Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T15:44:51.7383365Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-09-27T15:44:51.8003849Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T15:44:51.8030050Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:44:51.8054147Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8076634Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8100436Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8123615Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8145492Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8168488Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8191374Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8213171Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8235950Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8259803Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8280996Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:51.8416402Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:51.8551676Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:51.8684594Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:51.8817745Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:51.8938172Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:44:51.9057698Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:44:51.9172356Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:44:51.9286052Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:44:51.9509589Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:44:51.9734432Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:44:51.9947541Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:44:52.0157786Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:44:52.0289252Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:52.0421254Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:52.0553049Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:52.0684575Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:44:52.0804181Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:44:52.0924439Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:44:52.1038046Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:44:52.1150808Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:44:52.1373554Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:44:52.1596932Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:44:52.1811205Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:44:52.2021867Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:44:52.2110549Z test_embedding_dense_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:44:52.2130990Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:52.2143155Z test_embedding_max_norm_device_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:52.2154893Z test_embedding_max_norm_device_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:52.2166417Z test_embedding_max_norm_device_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:44:52.2187433Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:44:52.2371092Z test_embedding_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:44:52.2445331Z test_embedding_scalar_weight_error_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:44:52.3093567Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.065s) 2022-09-27T15:44:52.3252806Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:44:52.3284816Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:44:59.0130745Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (6.684s) 2022-09-27T15:44:59.0895773Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.076s) 2022-09-27T15:45:04.0327645Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (4.943s) 2022-09-27T15:45:04.1101605Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.077s) 2022-09-27T15:45:04.1128540Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:45:04.1152681Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:04.1180046Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:45:04.1205823Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:45:04.1327280Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:45:04.1462158Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:45:04.1583051Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:45:04.1704110Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T15:45:04.1740137Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:45:04.1776513Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:45:04.1827192Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:04.1849257Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:04.1858988Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:45:04.1935155Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:45:04.1947652Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:04.1960823Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:04.2046995Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:45:04.2199036Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:45:04.2222646Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:04.2245908Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:04.2261539Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:04.2279514Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:04.2290742Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:04.2303817Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:13.6225637Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.392s) 2022-09-27T15:45:13.8460012Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.223s) 2022-09-27T15:45:13.8949267Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-09-27T15:45:13.8964540Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:45:13.9013629Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:13.9032728Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:13.9052377Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:13.9099210Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:13.9114363Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:13.9129389Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:13.9144157Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:13.9156605Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:13.9169102Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:13.9181449Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:13.9199645Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:13.9216507Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:13.9231284Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:45:13.9249312Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:13.9281062Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:45:13.9330808Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:13.9385361Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:13.9460265Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:45:13.9521119Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:45:13.9601075Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:45:13.9750349Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:45:13.9790145Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:45:13.9805380Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:45:13.9847305Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:45:13.9888449Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:45:13.9947245Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:45:14.0073421Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:45:14.0089034Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:45:14.0103802Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:14.0117919Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:14.0138231Z 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:45:14.0139030Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T15:45:14.0139904Z /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:45:14.0140582Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:45:14.0143779Z ok (0.003s) 2022-09-27T15:45:14.0295643Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:45:14.0312207Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:45:14.0554811Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:45:14.0794420Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T15:45:14.0803722Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:14.0840060Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:45:14.0874125Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:45:14.1492975Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-09-27T15:45:14.1552133Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:45:14.1600690Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:14.1621357Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:14.1729496Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:45:14.1920636Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:45:14.1934231Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:14.2326329Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T15:45:14.2339675Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:14.2352956Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:14.8122450Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.577s) 2022-09-27T15:45:14.8173413Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:14.8200578Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:45:14.8229058Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:45:14.8278143Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:14.8325329Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:14.8334691Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:45:14.8351619Z 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:45:14.8352941Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T15:45:14.8354104Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:45:14.8354809Z r = func(*args, **kwargs) 2022-09-27T15:45:14.8357859Z ok (0.002s) 2022-09-27T15:45:14.8905718Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-09-27T15:45:14.9259592Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:45:14.9923795Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.066s) 2022-09-27T15:45:19.9576314Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (4.965s) 2022-09-27T15:45:20.1785795Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.221s) 2022-09-27T15:45:20.1805284Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:20.1824040Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:20.1873017Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:20.1921547Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:20.1973280Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:20.2021957Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:45:20.2039737Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:20.2057797Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:20.2075740Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:20.2878569Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.080s) 2022-09-27T15:45:20.3672695Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.079s) 2022-09-27T15:45:20.4525520Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.085s) 2022-09-27T15:45:20.5376311Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.085s) 2022-09-27T15:45:20.5403437Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:45:20.5844158Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-09-27T15:45:20.5853341Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:20.6028536Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:45:20.6943974Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.091s) 2022-09-27T15:45:20.6953059Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:20.6961445Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:20.6969870Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:20.9007734Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.204s) 2022-09-27T15:45:20.9508993Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-09-27T15:45:20.9518735Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:20.9546068Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:45:20.9567689Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:45:20.9742375Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:45:21.1788212Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.204s) 2022-09-27T15:45:21.7787864Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.600s) 2022-09-27T15:45:21.7804427Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:45:21.7819328Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:45:21.7832081Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:21.7840133Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:21.7850031Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:21.7861801Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:21.7870613Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:21.7891159Z test_constant (__main__.TestNNInit) ... ok (0.002s) 2022-09-27T15:45:21.7922977Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:45:21.8022593Z test_dirac_identity (__main__.TestNNInit) ... ok (0.010s) 2022-09-27T15:45:21.8032226Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:21.8071568Z test_dirac_properties (__main__.TestNNInit) ... ok (0.004s) 2022-09-27T15:45:21.8084108Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:21.8092667Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:22.0267265Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.217s) 2022-09-27T15:45:22.0279556Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:22.0313336Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:45:22.1998349Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.168s) 2022-09-27T15:45:22.2011574Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:22.2044435Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-09-27T15:45:23.1550382Z test_normal (__main__.TestNNInit) ... ok (0.950s) 2022-09-27T15:45:23.1585747Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.004s) 2022-09-27T15:45:23.1656723Z test_orthogonal (__main__.TestNNInit) ... ok (0.007s) 2022-09-27T15:45:23.1725462Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.007s) 2022-09-27T15:45:23.1735365Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:23.1744780Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:45:24.0031314Z test_uniform (__main__.TestNNInit) ... ok (0.828s) 2022-09-27T15:45:24.4088263Z test_xavier_normal (__main__.TestNNInit) ... ok (0.406s) 2022-09-27T15:45:24.4099057Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:24.4812118Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.071s) 2022-09-27T15:45:24.4822745Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T15:45:24.4849587Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T15:45:24.4879855Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T15:45:24.4906766Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-09-27T15:45:24.4945446Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-09-27T15:45:24.4956706Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-09-27T15:45:24.4973327Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-09-27T15:45:24.4975953Z 2022-09-27T15:45:24.4976399Z ---------------------------------------------------------------------- 2022-09-27T15:45:24.4976799Z Ran 3143 tests in 141.653s 2022-09-27T15:45:24.4977001Z 2022-09-27T15:45:24.4978916Z OK (skipped=1356, expected failures=27) 2022-09-27T15:45:24.4979333Z 2022-09-27T15:45:24.4979558Z Generating XML reports... 2022-09-27T15:45:24.5033621Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927154302.xml 2022-09-27T15:45:24.5036802Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927154302.xml 2022-09-27T15:45:24.5039232Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927154302.xml 2022-09-27T15:45:24.5042269Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927154302.xml 2022-09-27T15:45:24.5083139Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927154302.xml 2022-09-27T15:45:24.5091138Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927154302.xml 2022-09-27T15:45:24.6846557Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20220927154302.xml 2022-09-27T15:45:24.8302127Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927154302.xml 2022-09-27T15:45:24.8323379Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927154302.xml 2022-09-27T15:45:24.8329636Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927154302.xml 2022-09-27T15:45:25.2780210Z Running test_optim ... [2022-09-27 15:45:25.277641] 2022-09-27T15:45:25.2780878Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:45:25.277725] 2022-09-27T15:45:26.4554884Z Test results will be stored in test-reports/python-unittest/test_optim 2022-09-27T15:45:26.4593773Z 2022-09-27T15:45:26.4594099Z Running tests... 2022-09-27T15:45:26.4594722Z ---------------------------------------------------------------------- 2022-09-27T15:45:26.7191945Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.259s) 2022-09-27T15:45:26.7457267Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.027s) 2022-09-27T15:45:26.7548088Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.009s) 2022-09-27T15:45:26.7645335Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:45:26.7730914Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.008s) 2022-09-27T15:45:26.7816750Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.009s) 2022-09-27T15:45:26.8588184Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.077s) 2022-09-27T15:45:26.8642132Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:26.8668295Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:26.8688164Z 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:45:26.8690091Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:26.8696496Z ok (0.003s) 2022-09-27T15:45:26.8716732Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:26.8732230Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:45:26.8754799Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:26.8780067Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:26.8808495Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:26.8911736Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:45:26.9018564Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.011s) 2022-09-27T15:45:26.9121116Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:45:26.9226506Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:45:26.9331023Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:45:26.9435210Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:45:26.9537192Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:45:26.9556497Z 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:45:26.9558360Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:26.9565983Z ok (0.003s) 2022-09-27T15:45:26.9594216Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:26.9620742Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:26.9646172Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:26.9671669Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:26.9700407Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:26.9725358Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:26.9751265Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:26.9787178Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:26.9822978Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:26.9850512Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:26.9886547Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:26.9910722Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:26.9936649Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:26.9958854Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:26.9979497Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.0014134Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.0056591Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.0073558Z 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:45:27.0075158Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:27.0081542Z ok (0.002s) 2022-09-27T15:45:27.0105547Z 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:45:27.0106595Z warnings.warn(msg, FutureWarning) 2022-09-27T15:45:27.0106945Z ok (0.002s) 2022-09-27T15:45:27.0131075Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.0177510Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:27.0190518Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:45:27.0240031Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:27.0286217Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:27.0333769Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:27.0345591Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:45:27.0360133Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:45:27.0428130Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:45:27.0492692Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:45:27.0567803Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:45:27.0609090Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.0648804Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.0690000Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.0731974Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.0772513Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.0808810Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.0827886Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.0849051Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.0872435Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.0907505Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.0940015Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.0972695Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.1003989Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.1027877Z 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:45:27.1029254Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:45:27.1044963Z ok (0.004s) 2022-09-27T15:45:27.1073134Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.1090592Z 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:45:27.1092171Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:27.1098179Z ok (0.002s) 2022-09-27T15:45:27.1116376Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.1135894Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.1172077Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.1189301Z 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:45:27.1191064Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:27.1197104Z ok (0.002s) 2022-09-27T15:45:27.1241319Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.1258155Z 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:45:27.1259737Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:27.1265813Z ok (0.002s) 2022-09-27T15:45:27.1291314Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.1335696Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.1353032Z 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:45:27.1354628Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:27.1360981Z ok (0.002s) 2022-09-27T15:45:27.1403259Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.1443164Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.1507102Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:45:27.1517738Z 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.001s) 2022-09-27T15:45:27.1574010Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:45:27.1627904Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:27.1682460Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:27.1733697Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:27.1788947Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:45:27.1800080Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:45:27.1842443Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.1854095Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:45:27.1865164Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:45:27.1901574Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.1938596Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.1953885Z 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:45:27.1954897Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:27.1960111Z ok (0.002s) 2022-09-27T15:45:27.1994621Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.2019397Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.2057298Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.2094344Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.2128373Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.2163825Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.2198002Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.2233132Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.2274216Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.2294832Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.2312708Z 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:45:27.2314071Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:27.2315141Z /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:45:27.2315841Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:45:27.2322478Z ok (0.003s) 2022-09-27T15:45:27.2343778Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.2365872Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.2382238Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.2402964Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.2437967Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.2461727Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.2488491Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:45:27.2531945Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.2548764Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:27.2591839Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:45:27.2617403Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:45:28.6789721Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:45:28.6790934Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:45:33.1979278Z ok (5.936s) 2022-09-27T15:45:33.2078923Z test_adadelta_complex (__main__.TestOptim) ... ok (0.010s) 2022-09-27T15:45:41.2236562Z test_adagrad (__main__.TestOptim) ... ok (8.016s) 2022-09-27T15:45:41.2367440Z test_adagrad_complex (__main__.TestOptim) ... ok (0.013s) 2022-09-27T15:46:00.2621331Z test_adagrad_sparse (__main__.TestOptim) ... ok (19.025s) 2022-09-27T15:46:19.2046615Z test_adam (__main__.TestOptim) ... ok (18.942s) 2022-09-27T15:46:23.8317819Z test_adamax (__main__.TestOptim) ... ok (4.627s) 2022-09-27T15:46:29.5968216Z test_adamw (__main__.TestOptim) ... ok (5.765s) 2022-09-27T15:46:33.8274175Z test_asgd (__main__.TestOptim) ... ok (4.230s) 2022-09-27T15:46:33.8286163Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:46:33.8305917Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-09-27T15:46:33.8315458Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:46:33.8323800Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:46:34.7345272Z test_lbfgs (__main__.TestOptim) ... ok (0.902s) 2022-09-27T15:46:34.7367131Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.002s) 2022-09-27T15:46:34.7393616Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.003s) 2022-09-27T15:46:36.1924236Z test_nadam (__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:46:36.1926087Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:46:38.3285796Z ok (3.589s) 2022-09-27T15:46:38.3307362Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.002s) 2022-09-27T15:46:42.1085562Z test_radam (__main__.TestOptim) ... ok (3.778s) 2022-09-27T15:46:49.8950620Z test_rmsprop (__main__.TestOptim) ... ok (7.786s) 2022-09-27T15:46:53.1590204Z test_rprop (__main__.TestOptim) ... ok (3.264s) 2022-09-27T15:47:08.0312395Z test_sgd (__main__.TestOptim) ... ok (14.872s) 2022-09-27T15:47:08.0537945Z test_sgd_complex (__main__.TestOptim) ... ok (0.023s) 2022-09-27T15:47:22.1309432Z test_sgd_sparse (__main__.TestOptim) ... ok (14.077s) 2022-09-27T15:47:26.4458893Z test_sparse_adam (__main__.TestOptim) ... ok (4.315s) 2022-09-27T15:47:26.4692687Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.023s) 2022-09-27T15:47:26.4802663Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.011s) 2022-09-27T15:47:26.4913853Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.011s) 2022-09-27T15:47:26.4927467Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.001s) 2022-09-27T15:47:26.5021380Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.009s) 2022-09-27T15:47:26.5119784Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.010s) 2022-09-27T15:47:26.5526371Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.041s) 2022-09-27T15:47:26.5832046Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.030s) 2022-09-27T15:47:26.5832341Z 2022-09-27T15:47:26.5832845Z ---------------------------------------------------------------------- 2022-09-27T15:47:26.5833578Z Ran 149 tests in 120.124s 2022-09-27T15:47:26.5833767Z 2022-09-27T15:47:26.5833883Z OK (skipped=2) 2022-09-27T15:47:26.5835851Z 2022-09-27T15:47:26.5836146Z Generating XML reports... 2022-09-27T15:47:26.5864690Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927154526.xml 2022-09-27T15:47:26.5946933Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927154526.xml 2022-09-27T15:47:26.5967314Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220927154526.xml 2022-09-27T15:47:26.5975182Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927154526.xml 2022-09-27T15:47:26.8530843Z Running test_fx_experimental ... [2022-09-27 15:47:26.852688] 2022-09-27T15:47:26.8531388Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:26.852768] 2022-09-27T15:47:29.2124003Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-09-27T15:47:29.2163860Z 2022-09-27T15:47:29.2163977Z Running tests... 2022-09-27T15:47:29.2164567Z ---------------------------------------------------------------------- 2022-09-27T15:47:29.4186294Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:47:29.4187028Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:47:30.8633492Z ok (1.647s) 2022-09-27T15:47:30.8700567Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.007s) 2022-09-27T15:47:30.8742611Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:47:30.8775788Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:47:30.8809231Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:47:30.8845584Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:47:31.6156662Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (0.731s) 2022-09-27T15:47:31.6251439Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.009s) 2022-09-27T15:47:31.6382955Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.013s) 2022-09-27T15:47:31.6421011Z test_fetch (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:47:31.6463850Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:47:31.6495351Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:47:31.6531385Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:47:31.6559640Z test_merge_matmuls (__main__.TestFXExperimental) 2022-09-27T15:47:31.6818422Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.029s) 2022-09-27T15:47:31.6996495Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.018s) 2022-09-27T15:47:32.1423832Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.443s) 2022-09-27T15:47:32.1478015Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T15:47:32.2045523Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.057s) 2022-09-27T15:47:32.2065952Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-09-27T15:47:32.7372580Z Exhaustively test `Node.normalized_arguments` on all standard ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T15:47:32.7374225Z r = func(*args, **kwargs) 2022-09-27T15:47:33.8519773Z ok (1.647s) 2022-09-27T15:47:34.1813160Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.329s) 2022-09-27T15:47:41.9086448Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (7.727s) 2022-09-27T15:47:41.9200031Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.011s) 2022-09-27T15:47:41.9278004Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.008s) 2022-09-27T15:47:41.9327649Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T15:47:41.9355981Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:47:41.9406906Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-09-27T15:47:41.9407330Z [1, 2] 2022-09-27T15:47:41.9431862Z ok (0.008s) 2022-09-27T15:47:41.9497500Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:47:42.0852900Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.135s) 2022-09-27T15:47:42.0920628Z test_split_module_default_arg (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:47:42.0921633Z warnings.warn(msg, FutureWarning) 2022-09-27T15:47:42.0921947Z ok (0.007s) 2022-09-27T15:47:42.0977573Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:47:42.1037266Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:47:42.1107074Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.007s) 2022-09-27T15:47:42.2625615Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.152s) 2022-09-27T15:47:42.2687908Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:47:42.2760256Z test_to_folder (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py:474: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-09-27T15:47:42.2761081Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-09-27T15:47:42.2802750Z ok (0.011s) 2022-09-27T15:47:42.2826989Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.002s) 2022-09-27T15:47:42.2851611Z test_type_matches (__main__.TestFXExperimental) ... ok (0.002s) 2022-09-27T15:47:42.2865078Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-09-27T15:47:42.2916572Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:42.2964962Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:42.3003910Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:42.3069956Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:47:42.3141953Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:47:42.3245623Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-09-27T15:47:42.3315463Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:47:42.3364147Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:42.3414502Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:47:42.3415495Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:47:42.3437849Z expected failure (0.007s) 2022-09-27T15:47:42.3507246Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:47:42.3589263Z test_normalize_operator_exhaustive__masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:47:42.3661413Z test_normalize_operator_exhaustive__masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:47:42.3725058Z test_normalize_operator_exhaustive__masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:47:42.3777557Z test_normalize_operator_exhaustive__masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:42.3843003Z test_normalize_operator_exhaustive__masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:47:42.3905865Z test_normalize_operator_exhaustive__masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:47:42.3966445Z test_normalize_operator_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:47:42.4044109Z test_normalize_operator_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:47:42.4076490Z test_normalize_operator_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:47:42.4170043Z test_normalize_operator_exhaustive__masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-09-27T15:47:42.4251871Z test_normalize_operator_exhaustive__masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:47:42.4320242Z test_normalize_operator_exhaustive__masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:47:42.4439631Z test_normalize_operator_exhaustive__masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-09-27T15:47:42.4508086Z test_normalize_operator_exhaustive__masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:47:42.4590791Z test_normalize_operator_exhaustive__masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:47:42.4669347Z test_normalize_operator_exhaustive__masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:47:42.4768569Z test_normalize_operator_exhaustive__masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-09-27T15:47:42.4841598Z test_normalize_operator_exhaustive__masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:47:42.4915773Z test_normalize_operator_exhaustive__masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:47:42.5000438Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:47:42.5156399Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:47:42.5276288Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:47:42.5770938Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T15:47:42.6033471Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:42.6476132Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:47:42.6923537Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:47:42.7064827Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:47:42.7205466Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:47:42.7458014Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:47:42.7689300Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:47:42.8156301Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T15:47:42.8802742Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-09-27T15:47:42.9426781Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-09-27T15:47:43.0057489Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T15:47:43.0268395Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:43.0269838Z r = func(*args, **kwargs) 2022-09-27T15:47:43.0303565Z ok (0.025s) 2022-09-27T15:47:43.0368917Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:43.0847520Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T15:47:43.1082755Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.024s) 2022-09-27T15:47:43.1483584Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:47:43.1890925Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:47:43.2799688Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.091s) 2022-09-27T15:47:43.2989795Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:47:43.3174815Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:47:43.3373212Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:47:43.3439331Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:47:43.3502663Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:43.3852336Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:47:43.3919777Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:47:43.3984458Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:43.4028112Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:43.4070183Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:43.4112016Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:43.4361312Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:47:43.4416030Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:43.4449393Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:43.4490719Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:43.4558272Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:47:43.4591873Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:43.4624392Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:43.4660369Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:43.4893430Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:47:43.5962166Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.107s) 2022-09-27T15:47:43.6009602Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:43.6056003Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:43.6174818Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:47:44.3818288Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.764s) 2022-09-27T15:47:44.3885173Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:47:44.3918830Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:47:44.3919443Z r = func(*args, **kwargs) 2022-09-27T15:47:44.3920706Z expected failure (0.004s) 2022-09-27T15:47:44.3953813Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:44.3998943Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:47:44.4000202Z L = torch.cholesky(A) 2022-09-27T15:47:44.4000582Z should be replaced with 2022-09-27T15:47:44.4000996Z L = torch.linalg.cholesky(A) 2022-09-27T15:47:44.4001350Z and 2022-09-27T15:47:44.4001691Z U = torch.cholesky(A, upper=True) 2022-09-27T15:47:44.4002175Z should be replaced with 2022-09-27T15:47:44.4002514Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:47:44.4003238Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:47:44.4004025Z r = func(*args, **kwargs) 2022-09-27T15:47:44.4453441Z ok (0.050s) 2022-09-27T15:47:44.4864720Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:47:44.5298772Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:47:44.5463543Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:47:44.5687943Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:47:44.6022722Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:44.6446477Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:47:44.6576707Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:44.6662079Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:47:44.7370611Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-09-27T15:47:44.7689299Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:47:44.7805095Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:44.7865473Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:44.9482307Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.161s) 2022-09-27T15:47:44.9516810Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:44.9879545Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:47:45.0039773Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:47:45.0169198Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:45.0292752Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:47:45.0937029Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T15:47:45.2351681Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.141s) 2022-09-27T15:47:45.2480298Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:45.2626113Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:47:45.2769459Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:47:45.3142016Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:47:45.3308227Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:47:45.3617325Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:47:45.3733770Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:47:45.4214691Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T15:47:45.4737924Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T15:47:45.4908028Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:47:45.5396761Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T15:47:45.5935452Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T15:47:45.8189519Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.225s) 2022-09-27T15:47:45.8312284Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:47:45.9917532Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.160s) 2022-09-27T15:47:46.0337606Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:47:46.0746199Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:47:46.1154929Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:47:46.1217944Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:46.1251636Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:46.1363925Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:46.1412203Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:47:46.1471659Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:47:46.1508165Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:46.1534168Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:47:46.1996444Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:47:46.2207045Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:47:46.2272272Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:46.2398349Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:46.2460701Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:46.2576282Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:46.2703516Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:46.2753614Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:46.2802022Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:46.2865701Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:46.2901082Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:46.3165620Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:46.3448539Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:47:46.3775990Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:46.3958109Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:47:46.4219384Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:46.4509270Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:47:46.4840067Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:46.5104658Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:46.5389964Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:47:46.5715643Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:47:46.5900353Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:47:46.6159842Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:46.6448784Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:47:46.6779054Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:46.7037227Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:46.7320047Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:47:46.7644235Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:47:46.7907223Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:46.8304001Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:47:46.8738384Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:47:46.8903824Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:47:46.9153700Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:47:46.9506814Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:47:46.9595642Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:47:46.9682693Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:47:46.9715952Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:47.0073899Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:47:47.0141972Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:47:47.0480040Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:47:47.0796292Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:47:47.1112884Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:47:47.3239047Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.213s) 2022-09-27T15:47:47.3351967Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:47.3481218Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:47.3734359Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:47:47.3931423Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:47:47.4275661Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:47:47.5588988Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.131s) 2022-09-27T15:47:47.5930230Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.034s) 2022-09-27T15:47:47.6275913Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:47:47.6310060Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:47.6621702Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:47:47.9734382Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.311s) 2022-09-27T15:47:48.8049953Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.831s) 2022-09-27T15:47:48.8440318Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.039s) 2022-09-27T15:47:48.8555058Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:48.8604223Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:47:48.8921040Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:47:48.9009296Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:47:48.9323506Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:47:48.9702755Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:47:49.0164523Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:47:49.0324710Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:47:49.0468570Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:47:49.0513741Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/fx/operator_schemas.py:205: UserWarning: Does not support nested parametric types, got typing.List[typing.Union[torch.Tensor, NoneType]]. Please file a bug. 2022-09-27T15:47:49.0514560Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-09-27T15:47:49.0531597Z expected failure (0.006s) 2022-09-27T15:47:49.0565911Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T15:47:49.0566468Z r = func(*args, **kwargs) 2022-09-27T15:47:49.1690795Z ok (0.116s) 2022-09-27T15:47:49.1821252Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:49.1914613Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:47:49.1947950Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:49.2526636Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-09-27T15:47:49.2640147Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:49.2746051Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:49.2805980Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:49.2865674Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:49.2925642Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:49.2984307Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:49.3093092Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:49.3128383Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T15:47:49.3129186Z r = func(*args, **kwargs) 2022-09-27T15:47:49.3538463Z ok (0.044s) 2022-09-27T15:47:49.3569183Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:47:49.3600887Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:47:49.3631605Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:47:49.3662304Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:47:49.3692864Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:47:49.3758261Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:49.4176927Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:47:49.4510899Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:49.4858838Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:47:49.5364835Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T15:47:49.5491404Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:49.5999068Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T15:47:49.6584370Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-09-27T15:47:49.6726558Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:47:49.6852895Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:49.7174280Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:47:49.8207542Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.103s) 2022-09-27T15:47:49.8561664Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:47:49.8908152Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:47:49.9210234Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:47:49.9506357Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:47:49.9804097Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:47:50.0087105Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:47:50.0489738Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:47:50.0722403Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:47:50.0988452Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:50.1558950Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-09-27T15:47:50.3673365Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.211s) 2022-09-27T15:47:50.5411389Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.174s) 2022-09-27T15:47:50.6150059Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T15:47:50.6806921Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-09-27T15:47:50.7491656Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-09-27T15:47:51.1144742Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.365s) 2022-09-27T15:47:51.3820235Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.267s) 2022-09-27T15:47:51.4433397Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T15:47:51.7554616Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.312s) 2022-09-27T15:47:51.7925564Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:47:51.8019040Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:47:52.1873566Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.385s) 2022-09-27T15:47:52.4680587Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.281s) 2022-09-27T15:47:52.5832158Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.115s) 2022-09-27T15:47:52.6216619Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:47:52.6248052Z test_normalize_operator_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:47:52.7657959Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.141s) 2022-09-27T15:47:52.8043267Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:47:52.8693156Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-09-27T15:47:52.9446101Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-09-27T15:47:53.4509731Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.506s) 2022-09-27T15:47:54.4317129Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.981s) 2022-09-27T15:47:54.5478669Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.116s) 2022-09-27T15:47:54.5588698Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:54.5768978Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:47:54.6101674Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:54.7565009Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.146s) 2022-09-27T15:47:55.3442660Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.588s) 2022-09-27T15:47:55.4743221Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.130s) 2022-09-27T15:47:55.4875069Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:55.4942329Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:47:55.5064988Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:47:55.5215011Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:47:55.5441958Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:47:55.5679780Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:47:55.5743615Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:55.5806408Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:55.6036843Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:47:55.6375231Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:47:55.6686228Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:47:55.6800849Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:55.7107126Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:47:55.7416246Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:47:55.7581956Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:47:56.8600385Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.102s) 2022-09-27T15:47:56.9210141Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T15:47:56.9243947Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:47:56.9602371Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:47:56.9638629Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:47:56.9639205Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:47:56.9639418Z should be replaced with 2022-09-27T15:47:56.9639655Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:47:56.9639916Z and 2022-09-27T15:47:56.9640117Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:47:56.9640343Z should be replaced with 2022-09-27T15:47:56.9640705Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:47:56.9641090Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:47:57.0925814Z ok (0.132s) 2022-09-27T15:47:57.0963684Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:47:57.0964728Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:47:57.0965137Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:47:57.0965479Z should be replaced with 2022-09-27T15:47:57.0966061Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:47:57.0966594Z r = func(*args, **kwargs) 2022-09-27T15:47:57.1912031Z ok (0.099s) 2022-09-27T15:47:57.2663975Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-09-27T15:47:57.2714210Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:57.2763084Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:57.3077967Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:47:57.3246920Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:47:57.3509105Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:47:57.4027820Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T15:47:57.4142974Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:47:57.4531642Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:47:57.4635730Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:47:57.4831706Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:47:57.5159132Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:57.5929296Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-09-27T15:47:57.6459682Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T15:47:57.6511759Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:47:57.6537988Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:47:57.6915234Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:47:57.7015925Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:47:57.7210942Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:47:57.7539094Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:57.7604440Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:57.7913786Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:47:57.8011642Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:47:57.8133378Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:47:57.8551460Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:47:57.8595624Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:57.8660595Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:47:57.9029658Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:47:57.9397820Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:47:57.9769706Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:47:57.9896310Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:47:58.1079001Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.118s) 2022-09-27T15:47:58.1604555Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T15:47:58.4047683Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.244s) 2022-09-27T15:47:58.5192830Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.114s) 2022-09-27T15:47:58.5387175Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:47:58.5739584Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:47:58.6699388Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.096s) 2022-09-27T15:47:58.7135505Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:47:58.7201337Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:47:58.7242213Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:58.7281634Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:58.7326667Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:58.7365620Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:58.7405070Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:58.7740139Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:47:58.7966009Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:47:58.8312209Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:47:58.8740708Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:47:58.9037869Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:47:58.9875259Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-09-27T15:47:59.0619583Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T15:47:59.0959064Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:47:59.1259280Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:47:59.1599370Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:47:59.2060288Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:47:59.2699987Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T15:47:59.3096909Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:47:59.4106337Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-09-27T15:47:59.4224804Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:47:59.4718585Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T15:47:59.6612104Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.189s) 2022-09-27T15:47:59.7056771Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:47:59.7594187Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T15:47:59.8102992Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T15:47:59.8374594Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:47:59.8734571Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:47:59.9448056Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-09-27T15:47:59.9745034Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:47:59.9781157Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:47:59.9782802Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:47:59.9783252Z expected failure (0.004s) 2022-09-27T15:47:59.9819508Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:59.9856991Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:47:59.9975819Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:00.0012510Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:00.0047080Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:48:00.0084333Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:00.0120337Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:00.0190838Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:48:00.0275416Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:48:01.3204741Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.293s) 2022-09-27T15:48:01.3509350Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:48:01.4951848Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.144s) 2022-09-27T15:48:01.6011560Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.106s) 2022-09-27T15:48:01.6208976Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:48:01.6427383Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:48:01.6545307Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:01.6696897Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:48:01.6910559Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:48:01.7296683Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:48:01.7628226Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:48:01.8023491Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:48:01.8458462Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:48:01.8903170Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:48:01.9332134Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:48:01.9745262Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:48:02.0176244Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:48:02.0634129Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:48:02.0739244Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:48:02.0740866Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:48:02.1221801Z ok (0.059s) 2022-09-27T15:48:02.1449781Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:48:02.1683429Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:48:02.1988946Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:48:02.2605919Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-09-27T15:48:02.3025944Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:48:02.3147951Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:02.4017670Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.087s) 2022-09-27T15:48:05.5631630Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (3.161s) 2022-09-27T15:48:10.5340424Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (4.971s) 2022-09-27T15:48:12.6477205Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.114s) 2022-09-27T15:48:13.2135645Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.566s) 2022-09-27T15:48:13.3558652Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.142s) 2022-09-27T15:48:14.5042064Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.148s) 2022-09-27T15:48:14.7619535Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.258s) 2022-09-27T15:48:15.1789674Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.417s) 2022-09-27T15:48:15.3062191Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.127s) 2022-09-27T15:48:15.3185506Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:15.3410313Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:48:15.3597122Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:48:15.3722458Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:15.3893684Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:48:15.5860322Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.196s) 2022-09-27T15:48:15.6155915Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:48:15.6449432Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:48:15.8088100Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.164s) 2022-09-27T15:48:15.8506624Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:48:15.8927582Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:48:15.9185894Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:48:15.9486837Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:48:15.9580018Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:15.9671346Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:16.2386057Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.271s) 2022-09-27T15:48:16.3153156Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-09-27T15:48:16.3271364Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:16.3419092Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:48:16.3456290Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:16.3570693Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:48:16.3687747Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:16.3981136Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:48:16.4226797Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:48:16.4436859Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:48:16.4657376Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:48:16.4781489Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:16.4971520Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:48:16.5089916Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:16.5209713Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:16.5365504Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:48:16.5652490Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:48:16.5687590Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:48:17.3729180Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.804s) 2022-09-27T15:48:17.3765986Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:48:17.3766999Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:48:17.3894017Z ok (0.017s) 2022-09-27T15:48:17.3941301Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:48:17.3942544Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:48:17.4323600Z ok (0.043s) 2022-09-27T15:48:17.4368834Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:17.5700460Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.133s) 2022-09-27T15:48:17.5829759Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:48:17.5984719Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:48:17.6089224Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:48:17.6131816Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:17.6166986Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:48:17.6257117Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:17.6517372Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:48:18.1799464Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.528s) 2022-09-27T15:48:18.1865275Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:48:18.1911182Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:48:18.2066691Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:48:18.2375605Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:48:18.2749410Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:48:18.2783917Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:48:18.2811039Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:48:18.2837153Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:48:18.2863366Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:48:18.2890234Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:48:18.3009501Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:18.3429132Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:48:18.4870148Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.144s) 2022-09-27T15:48:18.5632015Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-09-27T15:48:18.5669447Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:48:18.5670437Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:48:18.5671129Z Q, R = torch.qr(A, some) 2022-09-27T15:48:18.5689877Z should be replaced with 2022-09-27T15:48:18.5690780Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:48:18.5691354Z r = func(*args, **kwargs) 2022-09-27T15:48:18.7101391Z ok (0.147s) 2022-09-27T15:48:18.9568872Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.247s) 2022-09-27T15:48:18.9694837Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:48:18.9736645Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:18.9779619Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:18.9813995Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:48:18.9853732Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:18.9977110Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:19.0095464Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:19.0216575Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:19.0623904Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:48:19.0795563Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:48:19.0879021Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-09-27T15:48:19.1057341Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:48:19.1109102Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:48:19.1363683Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:48:19.1418855Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:48:19.1543427Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:19.1635640Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:19.1721434Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:19.2283698Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-09-27T15:48:19.3504819Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.122s) 2022-09-27T15:48:19.3571441Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:48:19.3702926Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:48:19.3832999Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:48:19.3963091Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:48:19.4083042Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:19.4511942Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:48:19.4801350Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:48:19.5881308Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-09-27T15:48:19.5925023Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:48:19.5925605Z r = func(*args, **kwargs) 2022-09-27T15:48:19.6680649Z ok (0.080s) 2022-09-27T15:48:19.7482765Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-09-27T15:48:19.8299394Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.082s) 2022-09-27T15:48:19.9139841Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-09-27T15:48:19.9938595Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-09-27T15:48:20.1866494Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-09-27T15:48:20.1867902Z r = func(*args, **kwargs) 2022-09-27T15:48:20.1942551Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-09-27T15:48:20.1943726Z r = func(*args, **kwargs) 2022-09-27T15:48:20.7226829Z ok (0.729s) 2022-09-27T15:48:21.0734202Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.351s) 2022-09-27T15:48:21.4221354Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.349s) 2022-09-27T15:48:21.4421206Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:48:21.4633769Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:48:21.4699464Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:48:21.4734434Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:48:21.4857012Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:21.4921560Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:48:21.4984708Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:48:21.5052995Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:48:21.5174745Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:21.5241036Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:48:21.5650312Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:48:21.5889337Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:48:21.6126099Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:48:21.9026353Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.290s) 2022-09-27T15:48:21.9059969Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:48:21.9060692Z r = func(*args, **kwargs) 2022-09-27T15:48:21.9398505Z ok (0.037s) 2022-09-27T15:48:21.9523612Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:21.9645879Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:21.9769563Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:21.9894232Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.0017544Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.0386960Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:48:22.0755356Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:48:22.0781134Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:48:22.0806643Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:48:22.0897581Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:22.1018226Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.1385999Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:48:22.1755999Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:48:22.1848421Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:22.1942743Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:22.2033837Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:22.2407373Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:48:22.2433603Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:48:22.2559221Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:48:22.2686275Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:48:22.2808067Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.2930225Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.3051243Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.3181959Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:48:22.3304716Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.3338165Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:48:22.3461627Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.3582911Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.3609758Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:48:22.3635067Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:48:22.3661454Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:48:22.3686699Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T15:48:22.3809158Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.4178002Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:48:22.4560614Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:48:22.4663541Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:48:22.4825221Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:48:22.5028301Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:48:22.5094279Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:48:22.5216331Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:48:22.5471160Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:48:22.5560971Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:48:22.5982588Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:48:22.6419061Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:48:22.6454526Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T15:48:22.6455296Z normalized, onesided, return_complex) 2022-09-27T15:48:22.6840725Z ok (0.042s) 2022-09-27T15:48:22.7352519Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T15:48:22.8200704Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.085s) 2022-09-27T15:48:22.8237747Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:23.9454596Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.121s) 2022-09-27T15:48:23.9499852Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:48:23.9537173Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:48:23.9538228Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:48:23.9538749Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:48:23.9539085Z should be replaced with 2022-09-27T15:48:23.9539561Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:48:23.9569526Z and 2022-09-27T15:48:23.9569941Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:48:23.9570319Z should be replaced with 2022-09-27T15:48:23.9571170Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:48:23.9571705Z r = func(*args, **kwargs) 2022-09-27T15:48:23.9853702Z ok (0.035s) 2022-09-27T15:48:23.9963823Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:48:24.0153755Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:48:24.0474649Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:48:24.0544245Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:48:24.0608978Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:48:24.1076034Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T15:48:24.1173242Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:48:24.2722980Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.155s) 2022-09-27T15:48:24.2750055Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:48:24.2787695Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:48:24.3325143Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T15:48:24.3384824Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:48:24.3661035Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:48:24.3970433Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:48:24.4278774Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:48:24.4316247Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:48:24.4317336Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:48:24.4317838Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:48:24.4318184Z should be replaced with 2022-09-27T15:48:24.4318751Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:48:24.4319279Z r = func(*args, **kwargs) 2022-09-27T15:48:24.4806917Z ok (0.053s) 2022-09-27T15:48:24.5081151Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:48:24.5352223Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:48:24.5681562Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:48:24.5747142Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:48:24.6076160Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:48:24.6416644Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:48:24.6471702Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:48:24.6507218Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:48:24.6783205Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.027s) 2022-09-27T15:48:24.7054051Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.027s) 2022-09-27T15:48:24.7333074Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:48:24.7729761Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-09-27T15:48:24.8142573Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T15:48:24.8207342Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:48:24.8265249Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:48:24.8316398Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:48:24.8366497Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:48:24.8479429Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:48:24.8528039Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:48:24.8623850Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-09-27T15:48:24.8970672Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:48:24.9083172Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:48:24.9167970Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:48:24.9411614Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:48:24.9428935Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-09-27T15:48:24.9429927Z 2022-09-27T15:48:24.9430473Z ---------------------------------------------------------------------- 2022-09-27T15:48:24.9430864Z Ran 638 tests in 55.727s 2022-09-27T15:48:24.9431023Z 2022-09-27T15:48:24.9431186Z OK (skipped=21, expected failures=101) 2022-09-27T15:48:24.9431387Z 2022-09-27T15:48:24.9431530Z Generating XML reports... 2022-09-27T15:48:24.9489302Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220927154729.xml 2022-09-27T15:48:24.9966166Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220927154729.xml 2022-09-27T15:48:25.5389482Z Running test_tensorexpr ... [2022-09-27 15:48:25.538498] 2022-09-27T15:48:25.5390019Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:48:25.538584] 2022-09-27T15:48:26.7237392Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-09-27T15:48:26.7253149Z 2022-09-27T15:48:26.7253458Z Running tests... 2022-09-27T15:48:26.7254101Z ---------------------------------------------------------------------- 2022-09-27T15:48:26.9949548Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.269s) 2022-09-27T15:48:27.0329576Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:48:27.0797297Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-09-27T15:48:27.0890279Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-09-27T15:48:27.2189323Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.130s) 2022-09-27T15:48:27.2592515Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-09-27T15:48:27.2851425Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:48:27.8125041Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.527s) 2022-09-27T15:48:27.9776523Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.165s) 2022-09-27T15:48:28.0180565Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-09-27T15:48:28.1663544Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.148s) 2022-09-27T15:48:28.2076187Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T15:48:28.2564289Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.049s) 2022-09-27T15:48:28.3323260Z test_cat (__main__.TestTensorExprFuser) ... ok (0.076s) 2022-09-27T15:48:28.4493583Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.117s) 2022-09-27T15:48:28.5204195Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-09-27T15:48:28.5214184Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-09-27T15:48:28.6522832Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.131s) 2022-09-27T15:48:28.6991064Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-09-27T15:48:28.7277251Z test_char (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:48:28.8279434Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.100s) 2022-09-27T15:48:28.8661565Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:48:28.8948405Z test_constant (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:48:28.9221348Z test_double (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-09-27T15:48:28.9554086Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-09-27T15:48:28.9569892Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-09-27T15:48:28.9951010Z test_easy (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:48:29.0587807Z test_eq (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:48:29.1191356Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.060s) 2022-09-27T15:48:29.1586824Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T15:48:29.2274646Z test_ge (__main__.TestTensorExprFuser) ... ok (0.069s) 2022-09-27T15:48:29.2923430Z test_gt (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-09-27T15:48:29.2931946Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:48:29.2944796Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.001s) 2022-09-27T15:48:29.2982892Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-09-27T15:48:29.3263191Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:48:29.3544614Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:48:29.4181757Z test_le (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:48:29.4935571Z test_loop (__main__.TestTensorExprFuser) ... ok (0.075s) 2022-09-27T15:48:29.5577055Z test_lt (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:48:29.5827525Z test_mask (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-09-27T15:48:29.6232054Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-09-27T15:48:29.6497368Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:48:29.6761276Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:48:29.7055835Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:48:29.7477155Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-09-27T15:48:29.7730394Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-09-27T15:48:29.8105335Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-09-27T15:48:29.8914370Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.081s) 2022-09-27T15:48:29.9484322Z test_nans (__main__.TestTensorExprFuser) ... ok (0.057s) 2022-09-27T15:48:30.0127043Z test_ne (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:48:30.0474466Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-09-27T15:49:01.4530507Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (31.405s) 2022-09-27T15:49:01.4880971Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-09-27T15:49:01.5344747Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-09-27T15:49:01.5727313Z test_relu (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:49:01.7766502Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.204s) 2022-09-27T15:49:01.8220385Z test_reps (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-09-27T15:49:01.8762826Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.054s) 2022-09-27T15:49:01.9053877Z test_short (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:49:01.9194819Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-09-27T15:49:01.9782706Z test_slice (__main__.TestTensorExprFuser) ... ok (0.059s) 2022-09-27T15:49:02.0866107Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.108s) 2022-09-27T15:49:02.4208104Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.334s) 2022-09-27T15:49:02.4212874Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:49:02.5327120Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.111s) 2022-09-27T15:49:02.5699485Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-09-27T15:49:02.6109137Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T15:49:02.7722585Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.161s) 2022-09-27T15:49:03.8800683Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (1.108s) 2022-09-27T15:49:03.9415312Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.061s) 2022-09-27T15:49:04.0601345Z test_where (__main__.TestTensorExprFuser) ... ok (0.119s) 2022-09-27T15:49:04.0601891Z 2022-09-27T15:49:04.0610676Z ---------------------------------------------------------------------- 2022-09-27T15:49:04.0611101Z Ran 72 tests in 37.335s 2022-09-27T15:49:04.0611295Z 2022-09-27T15:49:04.0611400Z OK (skipped=4) 2022-09-27T15:49:04.0611575Z 2022-09-27T15:49:04.0649575Z Generating XML reports... 2022-09-27T15:49:04.0700376Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927154826.xml 2022-09-27T15:49:04.5317342Z Running test_dispatch ... [2022-09-27 15:49:04.531336] 2022-09-27T15:49:04.5317907Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:04.531418] 2022-09-27T15:49:05.9735694Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:49:05.9773237Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-09-27T15:49:05.9789523Z 2022-09-27T15:49:05.9790074Z Running tests... 2022-09-27T15:49:05.9790436Z ---------------------------------------------------------------------- 2022-09-27T15:49:06.2384980Z test_all_invariants (__main__.TestDispatch) ... ok (0.259s) 2022-09-27T15:49:13.3931541Z test_computed_table (__main__.TestDispatch) ... ok (7.155s) 2022-09-27T15:49:13.4044533Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.011s) 2022-09-27T15:49:13.4062429Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:49:13.6057715Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.199s) 2022-09-27T15:49:13.8190151Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.213s) 2022-09-27T15:49:20.6177604Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (6.799s) 2022-09-27T15:49:20.6283362Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.011s) 2022-09-27T15:49:20.6395361Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.011s) 2022-09-27T15:49:20.6415254Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:49:20.6434076Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:49:27.4746640Z test_def (__main__.TestDispatch) ... ok (6.831s) 2022-09-27T15:49:27.4863711Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.012s) 2022-09-27T15:49:27.4873376Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:49:27.4882386Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:49:27.7139744Z test_def_with_inference (__main__.TestDispatch) ... ok (0.226s) 2022-09-27T15:49:27.7160601Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:49:27.7171552Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:49:27.7182673Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T15:49:27.7183322Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-09-27T15:49:27.7591802Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-09-27T15:49:27.7596128Z Building extension module dangling_impl_extension... 2022-09-27T15:49:27.7596630Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T15:49:28.8231727Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-09-27T15:49:29.0899357Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2022-09-27T15:49:29.0950264Z Loading extension module dangling_impl_extension... 2022-09-27T15:49:29.0971225Z ok (1.380s) 2022-09-27T15:49:29.3138327Z test_impl_only (__main__.TestDispatch) ... ok (0.216s) 2022-09-27T15:49:29.3231072Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.009s) 2022-09-27T15:49:29.3321107Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.009s) 2022-09-27T15:49:29.3410073Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.009s) 2022-09-27T15:49:29.3548392Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.014s) 2022-09-27T15:49:29.3557855Z 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:49:29.3558274Z operator: __test45643__::foo 2022-09-27T15:49:29.3560030Z no debug info 2022-09-27T15:49:29.3560318Z dispatch key: (catch all) 2022-09-27T15:49:29.3560576Z previous kernel: fn1 2022-09-27T15:49:29.3560858Z new kernel: fn2 (function registerKernel) 2022-09-27T15:49:29.3561959Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T15:49:29.3562373Z operator: __test45644__::foo 2022-09-27T15:49:29.3562547Z no debug info 2022-09-27T15:49:29.3562744Z dispatch key: (catch all) 2022-09-27T15:49:29.3563027Z previous kernel: fn1 2022-09-27T15:49:29.3563235Z new kernel: fn2 (function registerKernel) 2022-09-27T15:49:29.3563927Z ok (0.002s) 2022-09-27T15:49:29.3575691Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:49:29.3584849Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:49:29.3595597Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:49:29.3605529Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:49:29.3613929Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:49:29.3624704Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:49:29.3864351Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.024s) 2022-09-27T15:49:29.3865095Z 2022-09-27T15:49:29.3865825Z ---------------------------------------------------------------------- 2022-09-27T15:49:29.3866251Z Ran 32 tests in 23.407s 2022-09-27T15:49:29.3866439Z 2022-09-27T15:49:29.3866523Z OK 2022-09-27T15:49:29.3866677Z 2022-09-27T15:49:29.3866816Z Generating XML reports... 2022-09-27T15:49:29.3915081Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927154905.xml 2022-09-27T15:49:29.3922793Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927154905.xml 2022-09-27T15:49:29.7392678Z Running lazy/test_ts_opinfo ... [2022-09-27 15:49:29.738869] 2022-09-27T15:49:29.7393243Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:29.738952] 2022-09-27T15:49:31.8640231Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-09-27T15:49:31.8664067Z 2022-09-27T15:49:31.8664568Z Running tests... 2022-09-27T15:49:31.8665139Z ---------------------------------------------------------------------- 2022-09-27T15:49:32.0653110Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.199s) 2022-09-27T15:49:32.0770212Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:32.3302563Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.253s) 2022-09-27T15:49:32.7012479Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.371s) 2022-09-27T15:49:32.7674436Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-09-27T15:49:32.7980959Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:32.7994502Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:32.8697665Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.070s) 2022-09-27T15:49:32.9952725Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.125s) 2022-09-27T15:49:33.0693582Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.074s) 2022-09-27T15:49:33.0740255Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.1362640Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-09-27T15:49:33.2554704Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.119s) 2022-09-27T15:49:33.4342223Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.179s) 2022-09-27T15:49:34.9359607Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.502s) 2022-09-27T15:49:34.9425345Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:34.9482546Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:35.2853552Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.337s) 2022-09-27T15:49:35.5812276Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.296s) 2022-09-27T15:49:35.6833932Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.102s) 2022-09-27T15:49:35.6983056Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:35.6996632Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:49:35.7156425Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:35.7692800Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-09-27T15:49:35.8024819Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:35.8402946Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-09-27T15:49:35.8449738Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:35.8599272Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:35.8749423Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:35.8901875Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:35.9094648Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:35.9211091Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:35.9977081Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-09-27T15:49:36.5377163Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.540s) 2022-09-27T15:49:36.5527454Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:36.5676977Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:36.5834737Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:36.5870759Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:36.5906569Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:37.1631877Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.572s) 2022-09-27T15:49:37.2962554Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.133s) 2022-09-27T15:49:37.3115256Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:37.3152568Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:37.3685911Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.053s) 2022-09-27T15:49:37.9273813Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.559s) 2022-09-27T15:49:37.9313766Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:37.9458834Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.0125278Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-09-27T15:49:38.0196478Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:38.1139989Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.094s) 2022-09-27T15:49:38.1289314Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.1319366Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:38.1333894Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.5950840Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.462s) 2022-09-27T15:49:38.6325424Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:38.6378168Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:38.6429705Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:38.6474779Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.6624475Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:38.7730003Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.110s) 2022-09-27T15:49:38.7778810Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:38.8394064Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:38.8485259Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.8514684Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:38.8561030Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:38.9186799Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-09-27T15:49:38.9314709Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:38.9346930Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.0316722Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.097s) 2022-09-27T15:49:39.0926502Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:49:39.1103193Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:39.1304632Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:39.1333535Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.1405794Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:39.1437945Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.2010964Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-09-27T15:49:39.2579950Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-09-27T15:49:39.2612633Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.2646704Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.2833694Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:39.3144405Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:39.3230298Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.3312550Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:39.3328237Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T15:49:39.3435699Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.3574552Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:39.3976416Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:39.5371782Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.139s) 2022-09-27T15:49:39.5705164Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:39.6438951Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.073s) 2022-09-27T15:49:39.6551218Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:40.8378317Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.182s) 2022-09-27T15:49:40.8438168Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.8497653Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.9408065Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.091s) 2022-09-27T15:49:40.9564599Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:40.9716740Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:40.9871143Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:40.9886870Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-09-27T15:49:41.0065589Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:41.0119557Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.0249624Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:41.0281563Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.0330596Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.0459171Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:41.0685490Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:41.0840880Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:41.0995535Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:41.1045750Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.1097056Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.1265132Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:41.1419574Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:41.1552331Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:41.1708204Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:41.1745482Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.1799713Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.7375914Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.557s) 2022-09-27T15:49:41.7571175Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:41.7725395Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:41.7764267Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.7809893Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:42.3449618Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.564s) 2022-09-27T15:49:42.3488287Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:42.3642838Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:42.3677973Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:42.3760414Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:42.5319594Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.156s) 2022-09-27T15:49:42.5479908Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:42.5513050Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:42.5528833Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T15:49:42.9595565Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.406s) 2022-09-27T15:49:42.9985701Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:43.0045843Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:43.0910547Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.086s) 2022-09-27T15:49:43.0966799Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:43.1137263Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:43.1743819Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.060s) 2022-09-27T15:49:43.1798896Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:43.2045956Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:43.2142604Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:43.2174312Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:43.2224998Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5650696Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.342s) 2022-09-27T15:49:43.5908654Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:43.6294027Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-09-27T15:49:43.6429895Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:43.6547096Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:43.6753199Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-09-27T15:49:43.6949670Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:43.6987481Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:43.7144678Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:43.7180261Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:43.7771906Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-09-27T15:49:43.8353467Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-09-27T15:49:43.8387510Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:43.8415820Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:43.8495340Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:43.8713203Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:44.5519604Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.680s) 2022-09-27T15:49:44.5590893Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:44.6735287Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.114s) 2022-09-27T15:49:44.6764425Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.003s) 2022-09-27T15:49:44.6836913Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:44.6938071Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:44.7014554Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:44.7047995Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.7102225Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.7153032Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.7462744Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.031s) 2022-09-27T15:49:44.7589539Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:44.7621348Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.7660226Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.7748975Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:44.7842021Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:44.7933474Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:44.8022024Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:44.8035476Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:49:44.8095589Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.8404956Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:44.8448449Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.8822139Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:44.8850672Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.8932948Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:44.8990371Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.9047931Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.9104452Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.9144016Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.9458622Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:44.9520488Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.9584740Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.9646839Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.9685629Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.9725272Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.9782351Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.9821592Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.9877959Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:45.0434892Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.055s) 2022-09-27T15:49:45.1328158Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.089s) 2022-09-27T15:49:45.1386622Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:45.1422986Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:45.1481257Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:45.1510998Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.1597418Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:45.1654684Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:45.1678137Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:45.1791186Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:45.1819276Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.1849299Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.1880198Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.1939956Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:45.1966948Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.2058222Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:45.2219252Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:45.2247035Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.2408575Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:45.2455003Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:45.2478172Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:45.2505910Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.2577178Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:45.2673845Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:45.2700979Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.2738494Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:45.2795961Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:45.2860240Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:45.3124606Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:45.3148587Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:45.3225202Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:45.3248283Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:45.3289533Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:45.3798532Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:45.3826127Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:45.3840555Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-09-27T15:49:45.3862401Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-09-27T15:49:45.3889755Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2022-09-27T15:49:45.3890369Z 2022-09-27T15:49:45.3891102Z ---------------------------------------------------------------------- 2022-09-27T15:49:45.3891539Z Ran 234 tests in 13.523s 2022-09-27T15:49:45.3891728Z 2022-09-27T15:49:45.3891873Z OK (skipped=8, expected failures=2) 2022-09-27T15:49:45.3892092Z 2022-09-27T15:49:45.3894694Z Generating XML reports... 2022-09-27T15:49:45.3925508Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927154931.xml 2022-09-27T15:49:45.4086740Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927154931.xml 2022-09-27T15:49:45.4091030Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927154931.xml 2022-09-27T15:49:45.7612557Z Running test_maskedtensor ... [2022-09-27 15:49:45.760806] 2022-09-27T15:49:45.7613151Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:45.760903] 2022-09-27T15:49:47.8458057Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-09-27T15:49:47.8479935Z 2022-09-27T15:49:47.8480409Z Running tests... 2022-09-27T15:49:47.8480840Z ---------------------------------------------------------------------- 2022-09-27T15:49:47.8519467Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:47.8552472Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:47.8577482Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8602711Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8628787Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:47.8653179Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8677892Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8702380Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8726030Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8749728Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8775264Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8799650Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8823528Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8847000Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8871420Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8895657Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8919225Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8942950Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8966692Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.8990315Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9014322Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9039551Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9064474Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9090049Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9113835Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9137380Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9160779Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9184297Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9207572Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9231101Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9255558Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9281004Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9305410Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9329221Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9352674Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9376318Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9399485Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9423220Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9447286Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9471524Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9496004Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9520183Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9545861Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:47.9569790Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9592532Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9615165Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9722897Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.011s) 2022-09-27T15:49:47.9828209Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:47.9852554Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:47.9960977Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.011s) 2022-09-27T15:49:48.0064350Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:48.0165266Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:48.0265625Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:48.0366735Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:48.0467593Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:48.0570169Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:48.0670243Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:48.0693535Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.0716427Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.0822526Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.011s) 2022-09-27T15:49:48.0846293Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.0947406Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:49:48.0971616Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.0995043Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.1018018Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.1040539Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.1059951Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.1078472Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:48.1107426Z test_bmm (__main__.TestMatMul) ... ok (0.003s) 2022-09-27T15:49:48.1121974Z test_linear (__main__.TestMatMul) ... ok (0.001s) 2022-09-27T15:49:48.1135115Z test_masked_bmm (__main__.TestMatMul) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84586 for platform(s) asan, linux, mac, macos, rocm, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:49:48.1177923Z test_all (__main__.TestReductions) ... ok (0.004s) 2022-09-27T15:49:48.1208135Z test_amax (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1240524Z test_amax_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1268943Z test_amin (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1298211Z test_amin_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1326876Z test_grad_dtype (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1342167Z test_max_not_implemented (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:49:48.1343136Z 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:49:48.1344291Z 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:49:48.1344797Z warnings.warn(msg) 2022-09-27T15:49:48.1345090Z ok (0.002s) 2022-09-27T15:49:48.1379204Z test_mean (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1418158Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.004s) 2022-09-27T15:49:48.1426575Z test_mean_grad_case_1a (__main__.TestReductions) 2022-09-27T15:49:48.1477052Z values.requires_grad = True ... ok (0.006s) 2022-09-27T15:49:48.1483259Z test_mean_grad_case_1b (__main__.TestReductions) 2022-09-27T15:49:48.1509622Z values.requires_grad = False ... ok (0.003s) 2022-09-27T15:49:48.1515990Z test_mean_grad_case_1c (__main__.TestReductions) 2022-09-27T15:49:48.1549893Z values.requires_grad = True ... ok (0.004s) 2022-09-27T15:49:48.1555397Z test_mean_grad_case_1d (__main__.TestReductions) 2022-09-27T15:49:48.1567099Z values.requires_grad = False ... ok (0.002s) 2022-09-27T15:49:48.1574198Z test_mean_grad_case_1e (__main__.TestReductions) 2022-09-27T15:49:48.1615770Z values.requires_grad = True ... ok (0.005s) 2022-09-27T15:49:48.1621027Z test_mean_grad_case_1f (__main__.TestReductions) 2022-09-27T15:49:48.1633078Z values.requires_grad = False ... ok (0.002s) 2022-09-27T15:49:48.1662721Z test_prod (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1693473Z test_prod_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1724842Z test_sum (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1753518Z test_sum_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:49:48.1772798Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1790653Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1811348Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1829788Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1848921Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1866639Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1885078Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1902932Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1921015Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1939578Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1957909Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1975204Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.1992802Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2011200Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2028902Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2046305Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2063559Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2080440Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2097780Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2116123Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2133978Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2151786Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2169725Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2188006Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2207250Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2226138Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2244169Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2261699Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2280765Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2299540Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2317547Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2337353Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2354932Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2372197Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2390288Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2409308Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2427629Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2445883Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2464714Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2482409Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2499670Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2516834Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2535389Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2554275Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2572785Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2589646Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2607291Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2624960Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2643537Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2661550Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2680151Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2698027Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2715482Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2733736Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2750864Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2769042Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2789658Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2809504Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2828030Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2845920Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2865024Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2883532Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2900762Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2918812Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2937287Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2955807Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2974175Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.2992129Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3010697Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3029892Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3048967Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3068472Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3089511Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3110993Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3128269Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3145302Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3162258Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3178152Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3195712Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3213488Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3231205Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3248292Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3265963Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3283910Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3302928Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3321979Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3340408Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3357854Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3375520Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3393176Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3410306Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3427865Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3445181Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3462649Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3480496Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3499606Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3518109Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3537778Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3557158Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3575352Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3592771Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3609988Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3625675Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3645102Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3662965Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3680082Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3697951Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3715597Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3733517Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3751146Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3769284Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3786459Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3804163Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3822134Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3840621Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3859638Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3877944Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3895863Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3913919Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3932726Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:48.3932988Z 2022-09-27T15:49:48.3933442Z ---------------------------------------------------------------------- 2022-09-27T15:49:48.3934059Z Ran 210 tests in 0.545s 2022-09-27T15:49:48.3934367Z 2022-09-27T15:49:48.3934496Z OK (skipped=1) 2022-09-27T15:49:48.3934672Z 2022-09-27T15:49:48.3934808Z Generating XML reports... 2022-09-27T15:49:48.4009615Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927154947.xml 2022-09-27T15:49:48.4014281Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927154947.xml 2022-09-27T15:49:48.4029903Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927154947.xml 2022-09-27T15:49:48.4115122Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927154947.xml 2022-09-27T15:49:48.7370672Z Running profiler/test_profiler ... [2022-09-27 15:49:48.736687] 2022-09-27T15:49:48.7371451Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:48.736771] 2022-09-27T15:49:50.1287769Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:49:50.4267221Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-09-27T15:49:50.4283853Z 2022-09-27T15:49:50.4283980Z Running tests... 2022-09-27T15:49:50.4284461Z ---------------------------------------------------------------------- 2022-09-27T15:49:50.4414872Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.013s) 2022-09-27T15:49:50.4426346Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.001s) 2022-09-27T15:49:50.4531813Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.010s) 2022-09-27T15:49:50.4617383Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.009s) 2022-09-27T15:49:50.4659858Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:49:50.4673667Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:49:50.4687424Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:49:50.4716493Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:50.4744919Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:50.4816784Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:50.4833847Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:50.4899334Z ok (0.028s) 2022-09-27T15:49:50.4912274Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82720 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:49:50.4928147Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: crossref intercepts calls and changes the callsite. (0.002s) 2022-09-27T15:49:50.4934306Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:49:50.4946533Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: crossref intercepts calls and changes the callsite. (0.001s) 2022-09-27T15:49:50.4951954Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:49:50.4974838Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:50.5042726Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:50.5521346Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:50.5570496Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:50.5980728Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:50.6025639Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:50.6436351Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:50.6481230Z STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:50.6851772Z ok (0.190s) 2022-09-27T15:49:50.6862720Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:49:50.6962999Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:49:50 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:51.9915428Z STAGE:2022-09-27 15:49:51 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:51.9959229Z ok (1.310s) 2022-09-27T15:49:51.9979361Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82914 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:49:51.9997328Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:49:51 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.0003409Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.0026114Z ok (0.005s) 2022-09-27T15:49:52.0049949Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.0120971Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.1005214Z ok (0.098s) 2022-09-27T15:49:52.1020332Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.2419749Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.3004790Z ok (0.200s) 2022-09-27T15:49:52.3058295Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.005s) 2022-09-27T15:49:52.3073852Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-09-27T15:49:52.3094046Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.3424238Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.3440864Z ok (0.037s) 2022-09-27T15:49:52.3456302Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.3465370Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.3518267Z ok (0.008s) 2022-09-27T15:49:52.3611719Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.009s) 2022-09-27T15:49:52.3621823Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-09-27T15:49:52.3623913Z ok (0.001s) 2022-09-27T15:49:52.3637773Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.3643346Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.3671123Z ok (0.005s) 2022-09-27T15:49:52.3925571Z test_flops (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.4078605Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.4131045Z ok (0.046s) 2022-09-27T15:49:52.4181177Z test_high_level_trace (__main__.TestProfiler) 2022-09-27T15:49:52.4294995Z Checks that python side high level events are recorded. ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.4422656Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.5731904Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.5818490Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6149428Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6245497Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6602763Z ok (0.247s) 2022-09-27T15:49:52.6619556Z test_kineto (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6622311Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6628278Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6631140Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6640116Z ok (0.004s) 2022-09-27T15:49:52.6651696Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-09-27T15:49:52.6671962Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6675049Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6683934Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6687819Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6710316Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6715150Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6737834Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6741129Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6761460Z ok (0.011s) 2022-09-27T15:49:52.6794068Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T15:49:52.6900485Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6929948Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6940349Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.6943581Z ok (0.015s) 2022-09-27T15:49:52.6956374Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:49:52.6956962Z r = func(*args, **kwargs) 2022-09-27T15:49:52.6957771Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.6961611Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.6971347Z ok (0.003s) 2022-09-27T15:49:52.6987423Z test_oom_tracing (__main__.TestProfiler) ... ok (0.002s) 2022-09-27T15:49:52.6997509Z test_profiler_correlation_id (__main__.TestProfiler) 2022-09-27T15:49:52.7188811Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7408400Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7421417Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7543348Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7555952Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7660327Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7670562Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7771277Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7782396Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7887162Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7897270Z ok (0.091s) 2022-09-27T15:49:52.7916755Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-09-27T15:49:52.7930882Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7932883Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7936909Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.7942011Z ok (0.003s) 2022-09-27T15:49:52.7951249Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7953169Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7959352Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.7962099Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7963691Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7966180Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.7967543Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7970169Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7974614Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.7977129Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7979186Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7981844Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.7982258Z ok (0.004s) 2022-09-27T15:49:52.7995566Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.7998475Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.7998900Z ok (0.002s) 2022-09-27T15:49:52.8022376Z test_source (__main__.TestProfiler) 2022-09-27T15:49:52.8023299Z Checks that source code attribution works for eager, TS and autograd mode ... skip: crossref intercepts calls and changes the callsite. (0.002s) 2022-09-27T15:49:52.8050563Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8053602Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.8064776Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8070098Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.8083114Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.8088200Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8093462Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.8106277Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.8110830Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8115401Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.8127115Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.8145995Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8150587Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.8163043Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.8173511Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8178136Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.8191346Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.8201250Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8205879Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.8218594Z STAGE:2022-09-27 15:49:52 3138:3138 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:49:52.8238327Z ok (0.021s) 2022-09-27T15:49:52.8246903Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.001s) 2022-09-27T15:49:52.8257511Z test_mem_leak (__main__.TestProfilerCUDA) 2022-09-27T15:49:52.8258201Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.001s) 2022-09-27T15:49:52.8282870Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.002s) 2022-09-27T15:49:52.8295469Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8337733Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.8669211Z ok (0.039s) 2022-09-27T15:49:52.8683582Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.8718291Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.9012304Z ok (0.034s) 2022-09-27T15:49:52.9029919Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.9038051Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.9063951Z ok (0.005s) 2022-09-27T15:49:52.9751365Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:52.9752787Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:52.9760254Z STAGE:2022-09-27 15:49:52 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:53.0309316Z STAGE:2022-09-27 15:49:53 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:53.0313833Z ok (0.125s) 2022-09-27T15:49:53.0325235Z test_extra_fields (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82719 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:49:53.0344096Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:49:53 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:53.0349558Z STAGE:2022-09-27 15:49:53 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:53.0363612Z ok (0.004s) 2022-09-27T15:49:53.0383495Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:49:53 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:53.0403094Z STAGE:2022-09-27 15:49:53 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:53.0528117Z ok (0.016s) 2022-09-27T15:49:53.0539450Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83247 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:49:53.0556521Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:49:53 3138:3138 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:49:53.0560927Z STAGE:2022-09-27 15:49:53 3138:3138 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:49:53.0597861Z ok (0.006s) 2022-09-27T15:49:53.0616959Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83113 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:49:53.0617737Z 2022-09-27T15:49:53.0618062Z ---------------------------------------------------------------------- 2022-09-27T15:49:53.0618725Z Ran 53 tests in 2.633s 2022-09-27T15:49:53.0618908Z 2022-09-27T15:49:53.0619028Z OK (skipped=16) 2022-09-27T15:49:53.0619257Z 2022-09-27T15:49:53.0620128Z Generating XML reports... 2022-09-27T15:49:53.0651035Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927154950.xml 2022-09-27T15:49:53.0667205Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927154950.xml 2022-09-27T15:49:53.0682192Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927154950.xml 2022-09-27T15:49:53.0687289Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927154950.xml 2022-09-27T15:49:53.0694868Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927154950.xml 2022-09-27T15:49:53.0698594Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927154950.xml 2022-09-27T15:49:53.3826307Z Running test_overrides ... [2022-09-27 15:49:53.382279] 2022-09-27T15:49:53.3826804Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:53.382361] 2022-09-27T15:49:54.5994745Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-09-27T15:49:54.6068979Z 2022-09-27T15:49:54.6069057Z Running tests... 2022-09-27T15:49:54.6069764Z ---------------------------------------------------------------------- 2022-09-27T15:49:54.8384602Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.231s) 2022-09-27T15:49:54.8399631Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.001s) 2022-09-27T15:49:54.8427843Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-09-27T15:49:54.8696825Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.027s) 2022-09-27T15:49:54.8707749Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-09-27T15:49:54.8721884Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:49:54.8736324Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:49:54.8749855Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:49:54.8763542Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:49:54.8775948Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:49:54.8786044Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-09-27T15:49:54.8802929Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-09-27T15:49:54.8817713Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-09-27T15:49:54.8838519Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-09-27T15:49:54.9740185Z test_resolve_name (__main__.TestResolveName) ... ok (0.090s) 2022-09-27T15:49:54.9746151Z test_all_same_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9754292Z test_all_same_mode_scope (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9760928Z test_basic (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9765685Z test_ctor_no_inner (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9771106Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9778131Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9783555Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9789187Z test_enable_torch_function_mode_ignore_preexisting (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9795500Z test_enable_torch_function_mode_replace (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9799569Z test_enable_torch_function_mode_trivial (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9802919Z test_enable_torch_function_mode_with_tensor_subclass (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9807540Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9810967Z test_error_using_same_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9814675Z test_error_with_ancestor (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9821743Z test_factory_override (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9829991Z test_find_outermost_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9839128Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9844743Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9850811Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9856222Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9864571Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9869466Z test_restore_ancestor_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9874651Z test_restore_errors (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9883307Z test_subclass_hash (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9887420Z test_with_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9892943Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-09-27T15:49:54.9898699Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-09-27T15:49:54.9908986Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9917192Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9925628Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9933901Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9942058Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9950195Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9958537Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9966732Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9975395Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9983650Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9992320Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:54.9999480Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0007812Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0016005Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0024012Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0031927Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0040165Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0048846Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0057150Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0065531Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0073853Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0082588Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0091534Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0100468Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0109289Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0118414Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0127396Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0136497Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0145374Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0154467Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0163521Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0172717Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0181718Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0190870Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0199968Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0209082Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0218257Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0227445Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0236499Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0246464Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0254995Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0263491Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0271230Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0279172Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0287000Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0295142Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0303071Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0311337Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0319691Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0328378Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0336649Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0344815Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0353033Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0361336Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0369746Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0377937Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0385097Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0393329Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0401316Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0409558Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0417655Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0425010Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0433136Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0441182Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0449675Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0457777Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0466028Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0474508Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0482701Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0491062Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0499100Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0507255Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0515325Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0523529Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0531544Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0539617Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0547702Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0555947Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0563961Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0572145Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0580083Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0588161Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0596272Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0604273Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0612483Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0620396Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0628439Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0636602Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0644676Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0653241Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0661444Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0669633Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0677986Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0686174Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0694342Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0702464Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0710610Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0718838Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0727002Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0735852Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0743804Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0752385Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0761036Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0769541Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0777962Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0786286Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0794641Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0802858Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0811411Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0819652Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0827978Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0836465Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0844751Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0853126Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0861444Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0869507Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0877832Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0886128Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0894412Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0902561Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0910751Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0919642Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0927754Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0936152Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0944471Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0952842Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0961221Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0969693Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0978164Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0986380Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.0994854Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1002817Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1011216Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1019333Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1027603Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1035903Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1044203Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1052630Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1061062Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1069293Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1077613Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1085867Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1094256Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1102621Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1111086Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1119657Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1128047Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1136766Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1145049Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1153529Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1161828Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1170320Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1178671Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1187076Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1195396Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1203600Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1211969Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1220215Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1228687Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1237205Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1245468Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1253940Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1262305Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1270593Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1279058Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1287340Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1295874Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1304151Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1312509Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1320804Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1329097Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1337655Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1345998Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1354393Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1362817Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1371330Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1379654Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1388084Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1396479Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1404796Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1413286Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1421532Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1429813Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1438288Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1446652Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1455024Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1463423Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1471750Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1480175Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1488600Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1497017Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1505235Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1513667Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1521906Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1530345Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1538694Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1546960Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1555322Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1563522Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1571920Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1580173Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1588483Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1596932Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1605246Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1613752Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1622010Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1630358Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1638878Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1647268Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1655780Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1664159Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1672622Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1681123Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1689787Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1697865Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1706107Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1714533Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1722649Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1731238Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1739325Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1747586Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1755985Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1764397Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1773058Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1781498Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1789870Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1798288Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1806560Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1814864Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1823013Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1831283Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1839623Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1847865Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1856343Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1864689Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1873049Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1881447Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1889866Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1898128Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1906357Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1914873Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1923224Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1931740Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1939699Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1947703Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1955800Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1963803Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1971933Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1980007Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1987866Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.1995668Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2003467Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2011440Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2019167Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2027034Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2035186Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2043365Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2051397Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2059382Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2067356Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2075536Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2083670Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2091971Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2100010Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2108030Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2116390Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2124512Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2132781Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2140850Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2148841Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2157087Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2165268Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2173443Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2181531Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2189731Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2197929Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2205982Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2214177Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2222305Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2230680Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2238748Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2246963Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2255135Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2263589Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2271382Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2279562Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2287966Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2296142Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2304300Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2312550Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2320792Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2328982Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2337212Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2345317Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2353544Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2361887Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2369970Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2378186Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2386321Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2394675Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2402959Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2411405Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2419601Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2427673Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2435798Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2443919Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2452224Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2460396Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2468580Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2476801Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2484970Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2493322Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2501494Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2510054Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2518129Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2525861Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2533953Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2542012Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2550267Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2558414Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2566510Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2574593Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2582706Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2590745Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2598962Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2606953Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2615147Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2623221Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2631282Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2639330Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2647482Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2655631Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2663660Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2671698Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2680003Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2687935Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2696162Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2704278Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2712453Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2720698Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2728989Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2737180Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2745281Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2753364Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2761249Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2769597Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2777398Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2785302Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2793939Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2801854Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2810180Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2818397Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2826539Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2834711Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2842841Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2851098Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2859084Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2867141Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2875355Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2883577Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2891726Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2899847Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2907893Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2916118Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2924206Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2932285Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2940286Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2948179Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2956323Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2964245Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2972348Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2980405Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2988340Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.2996475Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3004711Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3012879Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3021035Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3029023Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3037207Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3045286Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3053548Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3061569Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3069568Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3077759Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3085774Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3094017Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3102148Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3110278Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3118541Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3126669Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3134868Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3142995Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3151018Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3159262Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3167335Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3175599Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3183704Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3191789Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3200055Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3208216Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3216597Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3224648Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3232795Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3240966Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3249086Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3257215Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3265185Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3273225Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3281292Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3289542Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3297834Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3306086Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3314400Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3322606Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3330835Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3338968Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3347061Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3355149Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3363231Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3371361Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3379417Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3387554Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3395790Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3403893Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3412145Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3420234Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3428326Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3436485Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3444673Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3453107Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3461102Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3469293Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3477593Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3485728Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3493855Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3501898Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3510111Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3518068Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3526119Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3534344Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3542344Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3550386Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3558535Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3566718Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3574919Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3582995Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3591158Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3599397Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3607592Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3615809Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3623993Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3632694Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3640810Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3648497Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3656701Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3664841Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3673042Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3681191Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3689507Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3697658Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3705760Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3714056Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3722271Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3730709Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3738941Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3747164Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3755319Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3763427Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3771632Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3779526Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3787571Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3795790Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3803842Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3812190Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3820275Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3828415Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3836680Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3844761Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3853009Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3861021Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3869188Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3877534Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3885729Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3893845Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3901806Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3909862Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3918147Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3926281Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3934620Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3942729Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3950901Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3959205Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3967358Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3975769Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3983855Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.3991897Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4000157Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4008311Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4016581Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4024745Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4032989Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4041107Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4049423Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4057392Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4065512Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4073895Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4082010Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4090293Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4098341Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4106402Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4114539Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4122960Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4131478Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4139693Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4147828Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4156117Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4164332Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4172634Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4180767Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4189909Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4198179Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4206176Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4214427Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4222507Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4230585Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4238490Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4246335Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4254200Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4262089Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4269980Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4278061Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4286048Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4294240Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4302342Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4310247Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4318382Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4326647Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4334956Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4343140Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4351402Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4359723Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4367818Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4376030Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4384169Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4392436Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4400613Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4408917Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4416887Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4424970Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4433183Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4441250Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4449375Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4468746Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4469354Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4474511Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4482787Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4490665Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4498450Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4506215Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4514134Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4521911Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4530033Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4537902Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4545742Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4553659Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4561562Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4569470Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4577724Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4585391Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4593468Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4601227Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4609163Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4616989Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4624872Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4633019Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4640884Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4648928Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4656722Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4664526Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4672634Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4680544Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4688426Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4696526Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4704497Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4712488Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4720399Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4728445Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4736459Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4744565Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4752881Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4761277Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4769454Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4777478Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4785310Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4793233Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4801127Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4809194Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4816768Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4824673Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4832795Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4840746Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4848722Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4856593Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4864348Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4872232Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4880341Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4888161Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4896015Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4904040Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4911871Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4920182Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4928192Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4936027Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4944436Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4952181Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4960280Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4968294Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4976763Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4985245Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.4994017Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5002088Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5010385Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5018388Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5026083Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5034359Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5042577Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5050995Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5059047Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5067165Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5075292Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5083439Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5091633Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5099581Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5107637Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5115703Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5123657Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5131986Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5140195Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5148294Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5156534Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5164696Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5172915Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5180830Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5188817Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5196907Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5205000Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5213080Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5221232Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5229275Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5237580Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5245747Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5254057Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5261982Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5269961Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5278149Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5286092Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5294391Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5302459Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5310521Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5318670Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5326716Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5334982Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5343631Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5356205Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5364187Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:49:55.5372586Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-09-27T15:49:55.5385054Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:49:55.5396534Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-09-27T15:49:55.5407695Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5429981Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:49:55.5449027Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2022-09-27T15:49:55.5460406Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-09-27T15:49:55.5470877Z this test exercises the functionality described in ... ok (0.002s) 2022-09-27T15:49:55.5479357Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5487301Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5495440Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5503146Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5510949Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5518881Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5526591Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5534386Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5542066Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5549864Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5557438Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5565006Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5572797Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5580427Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5588085Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5595804Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5603409Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5611213Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5618902Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5626471Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5634258Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5641914Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5649596Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5657333Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5664826Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5672442Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5680059Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5687630Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5695299Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5702897Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5710506Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5718112Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5725728Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5733511Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5741111Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5748709Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5756460Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5764043Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5771843Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5779431Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5787053Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5794754Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5802381Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5810310Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5818046Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5825572Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5833201Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5840810Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5848479Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5856333Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5863954Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5871532Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5879245Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5886879Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5894535Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5902145Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5909687Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5917226Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5924944Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5932664Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5939957Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5947315Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5954921Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5962472Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5969957Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5977341Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5984650Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5992418Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.5999694Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6007139Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6014875Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6021556Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6029015Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6036467Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6043976Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6051725Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6059241Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6066785Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6074257Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6081715Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6089396Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6096880Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6104237Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6111709Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6119200Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6126592Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6134544Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6141979Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6149553Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6157183Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6164731Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6172390Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6180015Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6187526Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6195201Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6202668Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6210412Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6217818Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6225274Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6232778Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6240381Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6247832Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6255790Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6263256Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6270561Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6278247Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6285676Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6293254Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6300740Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6308149Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6315691Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6323101Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6330698Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6338150Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6345560Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6353151Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6360747Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6368355Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6376124Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6383605Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6391045Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6398666Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6406210Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6413940Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6421506Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6428958Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6436662Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6444130Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6451723Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6459342Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6466966Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6474603Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6482154Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6489805Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6497278Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6504797Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6512355Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6519824Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6527318Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6534913Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6542311Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6549748Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6557427Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6564940Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6572438Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6580262Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6587764Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6595502Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6603097Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6610907Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6618499Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6625961Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6633572Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6641039Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6648573Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6656179Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6663636Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6671073Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6678832Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6686341Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6693906Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6701443Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6708940Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6716484Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6723933Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6731593Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6739097Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6746660Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6754323Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6761849Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6769495Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6777113Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6784650Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6792227Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6799932Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6807391Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6814933Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6822541Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6830142Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6837795Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6845521Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6853594Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6861171Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6868968Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6876780Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6884491Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6892104Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6899667Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6907271Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6914946Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6922681Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6930380Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6938010Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6945647Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6953464Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6961200Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6969060Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6976600Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6984228Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6991999Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.6999858Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7007311Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7015097Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7022903Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7030619Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7038408Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7046114Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7054196Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7061620Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7069250Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7077045Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7084919Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7092794Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7100452Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7108150Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7116020Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7123769Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7131781Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7139559Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7147283Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7155091Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7162759Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7170770Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7178441Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7186233Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7194000Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7201742Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7209570Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7217347Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7225134Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7233074Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7240859Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7248427Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7255785Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7263085Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7270649Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7278304Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7285786Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7293325Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7300776Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7308207Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7315923Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7323480Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7331045Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7338524Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7346011Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7353527Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7360963Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7368382Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7375876Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7383300Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7390828Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7398222Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7405601Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7413024Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7420362Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7427819Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7435354Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7442725Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7450174Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7457626Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7465038Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7472410Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7479854Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7487270Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7495236Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7502208Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7509590Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7517167Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7524649Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7532052Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7539589Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7546902Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7554401Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7561908Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7569607Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7577018Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7584317Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7591591Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7599055Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7606473Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7614006Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7621318Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7628813Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7636252Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7643799Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7651388Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7658827Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7666149Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7673621Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7681187Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7688456Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7695982Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7703381Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7710837Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7718372Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7725736Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7733423Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7740909Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7748252Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7755675Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7763170Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7770735Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7778223Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7785758Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7793066Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7800599Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7807939Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7815448Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7822867Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7830268Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7837946Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7845313Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7852897Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7860341Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7867736Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7875247Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7882711Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7890293Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7897851Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7905185Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7912699Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7920161Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7927678Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7935411Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7942663Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7950071Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7957653Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7965146Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7972747Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7980242Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7987632Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.7995226Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8002739Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8010842Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8018385Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8026145Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8033737Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8041392Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8049219Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8056838Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8064549Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8072385Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8079923Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8087617Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8095300Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8102940Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8110588Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8118349Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8126121Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8133853Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8141406Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8148982Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8156647Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8164077Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8171686Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8179215Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8186753Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8194528Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8202176Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8209907Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8217507Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8225026Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8232710Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8240087Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8247606Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8255357Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8262895Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8270436Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8278059Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8285538Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8293429Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8300794Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8308165Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8315698Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8323459Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8330689Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8337867Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8345027Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8352309Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8359770Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8367155Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8374486Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8381752Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8389051Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8396459Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8403682Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8411170Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8418339Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8425702Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8433213Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8440491Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8447786Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8455349Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8462673Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8470161Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8477538Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8484854Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8492232Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8500098Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8506761Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8514496Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8522215Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8530026Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8537694Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8545253Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8552497Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8559723Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8566703Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8573953Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8580970Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8588012Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8595189Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8602431Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8609706Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8617209Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8624529Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8631905Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8639506Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8647152Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8654429Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8661649Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8668837Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8676197Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8683516Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8691067Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8698242Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8705397Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8712711Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8720070Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8727428Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8734945Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8742018Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8749312Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8757124Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8764486Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8772009Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8779253Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8786603Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8794016Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8801428Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8808984Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8816857Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8824470Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8831755Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8839161Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8846400Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8853790Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8860912Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8868142Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8875529Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8882773Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8890018Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8897303Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8904755Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8912432Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8919734Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8926996Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8934515Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8941784Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8949118Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8956471Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8963654Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8970991Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8978231Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8985503Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.8992786Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9000197Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9007592Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9014802Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9022223Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9029384Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9036631Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9044064Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9051410Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9058746Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9065941Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9073137Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9080378Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9087578Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9095027Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9102356Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9109688Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9117191Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9124429Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9131911Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9139163Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9146484Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9153861Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9161051Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9168269Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9175683Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9182931Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9190230Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9197656Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9205326Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9212870Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9220084Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9227261Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9234655Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9242144Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9249515Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9256660Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9263843Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9271094Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9278544Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9285789Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9293262Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9300671Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9307926Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9315338Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9322599Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9329848Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9337157Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9344393Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9351665Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9359035Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9366340Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9373874Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9381083Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9388383Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9395846Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9403039Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9410416Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9417624Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9424903Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9432178Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9439418Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9446661Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9454009Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9461278Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9468637Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9476037Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9483283Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9490619Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9498264Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9505510Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9513032Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9520545Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9528198Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9535706Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9543175Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9550352Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9557763Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9565067Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9572577Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9579770Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9586979Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9594310Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9601486Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9608858Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9616140Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9623321Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9630536Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9637937Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9645244Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9652624Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9659816Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9667082Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9674448Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9681776Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9689096Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9696398Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9703668Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9710930Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9718257Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9725538Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9732949Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9740326Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9747669Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9755090Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9762740Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9769774Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9776985Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9784290Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9791937Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9799531Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9807151Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9814910Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9822603Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9830353Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9838214Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9845830Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9853534Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9861118Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9868657Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9876369Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9884061Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9891850Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9899828Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9907455Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9915231Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9923216Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9931205Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9938838Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9946574Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9954294Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9962115Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9969861Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9977611Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9985210Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:55.9993231Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0000923Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0008523Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0016247Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0023919Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0031513Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0039268Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0046915Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0054756Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0062376Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0069871Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0077617Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0085333Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0093295Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0100829Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0108450Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0116289Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0124054Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0131902Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0139476Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0147118Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0154871Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0162595Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0170263Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0177937Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0185753Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0193535Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0201202Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0209308Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0216915Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0224764Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0232385Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0240031Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0247879Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0255579Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0263175Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0270594Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0278268Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0285844Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0293535Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0301225Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0308841Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0316642Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0324326Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0331979Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0339622Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0347385Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0355173Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0362860Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0370646Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0378231Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0385814Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0393518Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0401211Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0409040Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0416834Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0424682Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0432332Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0440023Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0447718Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0455490Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0463120Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0470727Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0478498Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0486065Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0493667Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0501560Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0509562Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0517134Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0524978Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0532772Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0540363Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0547790Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0555453Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0562930Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0570728Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0577914Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0585402Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0592905Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0600520Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0608052Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0615806Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0623257Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0630686Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0638258Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0645809Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0653331Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0661217Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0668492Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0675889Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0683238Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0690761Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0698036Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0705352Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0712693Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0720301Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0727856Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0735292Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0742593Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0750020Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0757635Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0764974Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0772307Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0779587Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0787043Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0794320Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0801972Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0809031Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:49:56.0812757Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-09-27T15:49:56.0818005Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-09-27T15:49:56.0886415Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.007s) 2022-09-27T15:49:56.0896716Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-09-27T15:49:56.0896938Z 2022-09-27T15:49:56.0897344Z ---------------------------------------------------------------------- 2022-09-27T15:49:56.0897639Z Ran 1423 tests in 1.483s 2022-09-27T15:49:56.0897756Z 2022-09-27T15:49:56.0897954Z OK (skipped=27) 2022-09-27T15:49:56.0898071Z 2022-09-27T15:49:56.0898157Z Generating XML reports... 2022-09-27T15:49:56.0935706Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927154954.xml 2022-09-27T15:49:56.0938237Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927154954.xml 2022-09-27T15:49:56.0941584Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927154954.xml 2022-09-27T15:49:56.0944640Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927154954.xml 2022-09-27T15:49:56.0947782Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927154954.xml 2022-09-27T15:49:56.0953746Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927154954.xml 2022-09-27T15:49:56.0957080Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927154954.xml 2022-09-27T15:49:56.0961625Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927154954.xml 2022-09-27T15:49:56.0964532Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927154954.xml 2022-09-27T15:49:56.0967495Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927154954.xml 2022-09-27T15:49:56.0970866Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927154954.xml 2022-09-27T15:49:56.2514350Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927154954.xml 2022-09-27T15:49:56.2515750Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927154954.xml 2022-09-27T15:49:56.2519516Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927154954.xml 2022-09-27T15:49:56.2546097Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927154954.xml 2022-09-27T15:49:56.5297885Z Running test_transformers ... [2022-09-27 15:49:56.529347] 2022-09-27T15:49:56.5298516Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:56.529427] 2022-09-27T15:49:57.9142602Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-09-27T15:49:57.9156565Z 2022-09-27T15:49:57.9156876Z Running tests... 2022-09-27T15:49:57.9157469Z ---------------------------------------------------------------------- 2022-09-27T15:49:57.9233147Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.008s) 2022-09-27T15:49:57.9251383Z test_mask_check_fastpath (__main__.TestTransformers) 2022-09-27T15:49:57.9252012Z Test that fastpath is executed independently of the mask that is passed. ... skip: Fastpath not available with crossref (0.002s) 2022-09-27T15:49:57.9387794Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.013s) 2022-09-27T15:49:57.9424694Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-09-27T15:49:57.9457664Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:57.9546517Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:57.9633241Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:57.9720097Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:57.9751185Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:57.9783511Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:57.9815773Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:57.9900869Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-09-27T15:49:57.9986814Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:58.0073697Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:58.0101803Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0133198Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0163814Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0195612Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0229801Z 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:49:58.0263339Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0350594Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:58.0439069Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:58.0527208Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:58.0559561Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0594429Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0629028Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0715517Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:58.0803229Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:58.0893061Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-09-27T15:49:58.0924037Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0956666Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0987855Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:49:58.0999951Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-09-27T15:49:58.1484678Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.048s) 2022-09-27T15:49:58.1951258Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.047s) 2022-09-27T15:49:58.2436704Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-09-27T15:49:58.2918245Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.048s) 2022-09-27T15:49:58.3403132Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.048s) 2022-09-27T15:49:58.3890895Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-09-27T15:49:58.4377286Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-09-27T15:49:58.4870387Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-09-27T15:49:58.4895599Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-09-27T15:49:58.4940249Z Test TransformerEncoder fastpath output matches slowpath output ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:49:58.4941197Z r = func(*args, **kwargs) 2022-09-27T15:49:58.7804759Z ok (0.293s) 2022-09-27T15:49:58.7829713Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-09-27T15:49:58.7887680Z 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:49:58.7888813Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T15:49:59.0528075Z ok (0.272s) 2022-09-27T15:49:59.0554110Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-09-27T15:49:59.3299718Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.277s) 2022-09-27T15:49:59.3323693Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-09-27T15:49:59.6135923Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.283s) 2022-09-27T15:49:59.6160365Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:49:59.6270798Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.013s) 2022-09-27T15:49:59.6298277Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:49:59.6398937Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.013s) 2022-09-27T15:49:59.6418393Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:49:59.6497165Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-09-27T15:49:59.6515430Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:49:59.6591775Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.009s) 2022-09-27T15:49:59.6630443Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.004s) 2022-09-27T15:49:59.6670558Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.004s) 2022-09-27T15:49:59.6710913Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.004s) 2022-09-27T15:49:59.6711827Z 2022-09-27T15:49:59.6712324Z ---------------------------------------------------------------------- 2022-09-27T15:49:59.6712739Z Ran 52 tests in 1.755s 2022-09-27T15:49:59.6712923Z 2022-09-27T15:49:59.6713037Z OK (skipped=3) 2022-09-27T15:49:59.6713229Z 2022-09-27T15:49:59.6713364Z Generating XML reports... 2022-09-27T15:49:59.6775202Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927154957.xml 2022-09-27T15:49:59.9260616Z Running test_namedtuple_return_api ... [2022-09-27 15:49:59.925654] 2022-09-27T15:49:59.9261175Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:59.925739] 2022-09-27T15:50:01.0984544Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-09-27T15:50:01.0996636Z 2022-09-27T15:50:01.0996916Z Running tests... 2022-09-27T15:50:01.0997580Z ---------------------------------------------------------------------- 2022-09-27T15:50:01.3209892Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.221s) 2022-09-27T15:50:01.3348388Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:50:01.3349757Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:50:01.3350215Z Q, R = torch.qr(A, some) 2022-09-27T15:50:01.3350569Z should be replaced with 2022-09-27T15:50:01.3351562Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:50:01.3352308Z r = func(*args, **kwargs) 2022-09-27T15:50:01.3353281Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:50:01.3354331Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:50:01.3355134Z Q, R = torch.qr(A, some) 2022-09-27T15:50:01.3355500Z should be replaced with 2022-09-27T15:50:01.3356424Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-09-27T15:50:01.3357029Z r = func(*args, **kwargs) 2022-09-27T15:50:01.3361433Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:50:01.3363088Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:50:01.3363795Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:50:01.3364157Z should be replaced with 2022-09-27T15:50:01.3364684Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:50:01.3365054Z and 2022-09-27T15:50:01.3365382Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:50:01.3365745Z should be replaced with 2022-09-27T15:50:01.3366596Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:50:01.3369435Z r = func(*args, **kwargs) 2022-09-27T15:50:01.3370516Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:50:01.3371559Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:50:01.3372136Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:50:01.3372504Z should be replaced with 2022-09-27T15:50:01.3373022Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:50:01.3373377Z and 2022-09-27T15:50:01.3373719Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:50:01.3374343Z should be replaced with 2022-09-27T15:50:01.3375295Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2824.) 2022-09-27T15:50:01.3375902Z r = func(*args, **kwargs) 2022-09-27T15:50:01.3377027Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:50:01.3378023Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:50:01.3378561Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:50:01.3378960Z should be replaced with 2022-09-27T15:50:01.3379560Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:50:01.3380146Z r = func(*args, **kwargs) 2022-09-27T15:50:01.3381135Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T15:50:01.3382236Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-09-27T15:50:01.3382943Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T15:50:01.3384114Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-09-27T15:50:01.3384944Z The unpacking of the solution, as in 2022-09-27T15:50:01.3385375Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T15:50:01.3385760Z should be replaced with 2022-09-27T15:50:01.3386505Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T15:50:01.3387098Z r = func(*args, **kwargs) 2022-09-27T15:50:01.3450377Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:50:01.3451045Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:50:01.3451400Z should be replaced with 2022-09-27T15:50:01.3451786Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:50:01.3452261Z and 2022-09-27T15:50:01.3452586Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:50:01.3452909Z should be replaced with 2022-09-27T15:50:01.3453443Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:50:01.3454691Z r = func(*args, **kwargs) 2022-09-27T15:50:01.3455320Z ok (0.025s) 2022-09-27T15:50:02.6824454Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.337s) 2022-09-27T15:50:02.6824674Z 2022-09-27T15:50:02.6824974Z ---------------------------------------------------------------------- 2022-09-27T15:50:02.6825293Z Ran 3 tests in 1.583s 2022-09-27T15:50:02.6825393Z 2022-09-27T15:50:02.6825457Z OK 2022-09-27T15:50:02.6825546Z 2022-09-27T15:50:02.6825631Z Generating XML reports... 2022-09-27T15:50:02.6852497Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927155001.xml 2022-09-27T15:50:02.9328338Z Running test_nestedtensor ... [2022-09-27 15:50:02.932420] 2022-09-27T15:50:02.9329012Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:02.932498] 2022-09-27T15:50:04.3388342Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-09-27T15:50:04.3405770Z 2022-09-27T15:50:04.3405885Z Running tests... 2022-09-27T15:50:04.3406722Z ---------------------------------------------------------------------- 2022-09-27T15:50:04.3427583Z test_activations (__main__.TestNestedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:50:04.3428101Z r = func(*args, **kwargs) 2022-09-27T15:50:04.3458294Z ok (0.005s) 2022-09-27T15:50:04.3477184Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:50:04.3489283Z test_dim (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:50:04.3525382Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.004s) 2022-09-27T15:50:04.3540030Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:50:04.3549101Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:50:04.3612917Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-09-27T15:50:04.3635703Z test_numel (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:50:04.3664591Z test_repr_string (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T15:50:04.3690763Z test_size (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T15:50:04.3716718Z test_stride (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T15:50:04.3728254Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:50:04.3745838Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:50:04.3763058Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:50:04.3780527Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:50:04.3797790Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:50:04.3832926Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T15:50:04.3855410Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:50:04.3875727Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:50:04.3903346Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:50:04.4609018Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.070s) 2022-09-27T15:50:04.4666850Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:50:04.4701690Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:50:04.4733505Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:50:04.4765917Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:50:04.4915588Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.015s) 2022-09-27T15:50:04.4931999Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:50:04.4962633Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:50:04.5654341Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.069s) 2022-09-27T15:50:04.5673704Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:50:04.5688993Z 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:50:04.5689994Z f'Input #{idx} requires gradient and ' 2022-09-27T15:50:04.5691108Z /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:50:04.5691921Z f'Input #{idx} requires gradient and ' 2022-09-27T15:50:04.5980692Z ok (0.031s) 2022-09-27T15:50:04.6042145Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:50:04.6072261Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:50:04.6089478Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:50:04.6337796Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.025s) 2022-09-27T15:50:04.6345488Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:50:04.6354783Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:50:04.6419716Z test_size_dim (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:50:04.6477138Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:50:04.6533174Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:50:04.6582936Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-09-27T15:50:04.7067059Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.048s) 2022-09-27T15:50:04.7541021Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.047s) 2022-09-27T15:50:04.7562486Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:04.7583557Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:04.7670866Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:50:04.7752341Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-09-27T15:50:04.7780188Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:04.7811023Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:04.7837636Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:04.7846213Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:50:04.7952436Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:50:04.8055132Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:50:04.8082351Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:04.8110899Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:04.8156873Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:50:04.8336752Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:50:04.8556624Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:50:04.8767802Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.021s) 2022-09-27T15:50:04.8818373Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:50:04.8866336Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:50:04.9450531Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:50:04.9452116Z r = func(*args, **kwargs) 2022-09-27T15:50:04.9454117Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:50:04.9455403Z r = func(*args, **kwargs) 2022-09-27T15:50:04.9457944Z ok (0.059s) 2022-09-27T15:50:05.0043178Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.058s) 2022-09-27T15:50:05.0065542Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.0086571Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.0111085Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.0136074Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.0160856Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.0185441Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.0548730Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:50:05.0911572Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:50:05.1271294Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.036s) 2022-09-27T15:50:05.1297924Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.1325639Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.1351299Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.1484410Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:50:05.1612504Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-09-27T15:50:05.1750140Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:50:05.1886234Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-09-27T15:50:05.2134651Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:50:05.2301557Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-09-27T15:50:05.2464095Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:50:05.2625482Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:50:05.2735483Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:50:05.2846683Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-09-27T15:50:05.3144215Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.030s) 2022-09-27T15:50:05.3440136Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:50:05.3463742Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.3487930Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.3510292Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.3532147Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.3554560Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.3576464Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.3598603Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.3622676Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.3673773Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:50:05.3706801Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.3757508Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:50:05.3814582Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:50:05.3870263Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-09-27T15:50:05.3925361Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:50:05.3954402Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.3983852Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.4011385Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.4038447Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.4065889Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.4254907Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:50:05.4444348Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:50:05.4632172Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-09-27T15:50:05.4661328Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.4691225Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.4720275Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.4745395Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-09-27T15:50:05.4772692Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.4798509Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.5047275Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:50:05.5295972Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:50:05.5547895Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.025s) 2022-09-27T15:50:05.5578728Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.5607399Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.5636905Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-09-27T15:50:05.5637325Z 2022-09-27T15:50:05.5637859Z ---------------------------------------------------------------------- 2022-09-27T15:50:05.5638244Z Ran 121 tests in 1.223s 2022-09-27T15:50:05.5638437Z 2022-09-27T15:50:05.5638704Z OK 2022-09-27T15:50:05.5638848Z 2022-09-27T15:50:05.5638976Z Generating XML reports... 2022-09-27T15:50:05.5687442Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927155004.xml 2022-09-27T15:50:05.5707858Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927155004.xml 2022-09-27T15:50:05.5766118Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927155004.xml 2022-09-27T15:50:05.8520897Z Running test_datapipe ... [2022-09-27 15:50:05.851722] 2022-09-27T15:50:05.8521413Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:05.851799] 2022-09-27T15:50:07.0486172Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-09-27T15:50:07.0509758Z 2022-09-27T15:50:07.0510094Z Running tests... 2022-09-27T15:50:07.0510749Z ---------------------------------------------------------------------- 2022-09-27T15:50:07.0515504Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:50:07.0553229Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.004s) 2022-09-27T15:50:07.2895060Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:50:07.2896129Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:50:07.2955760Z ok (0.240s) 2022-09-27T15:50:07.2964204Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:07.2973101Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:07.2980313Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:07.2984937Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T15:50:07.2994004Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:07.3002685Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:07.3011146Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:07.3017908Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:07.3024160Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:07.3033178Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:07.3038807Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:50:07.3044451Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:07.3049595Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:50:07.3094961Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:50:07.3125665Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:07.3126593Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.3172777Z ok (0.009s) 2022-09-27T15:50:07.3206665Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:50:07.3281529Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:07.3282483Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.3289990Z /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:50:07.3290801Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.3299300Z /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:50:07.3300115Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.3310872Z /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:50:07.3311700Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.3319601Z ok (0.011s) 2022-09-27T15:50:07.3387111Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-09-27T15:50:07.3519072Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-09-27T15:50:07.3544361Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-09-27T15:50:07.3749692Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.020s) 2022-09-27T15:50:07.3767587Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:07.3768110Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.3855273Z ok (0.011s) 2022-09-27T15:50:07.4241371Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.039s) 2022-09-27T15:50:07.4267134Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:50:07.4282721Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-09-27T15:50:07.4378888Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:50:07.4379465Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:50:07.4606948Z /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:50:07.4607459Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:50:07.4760007Z ok (0.048s) 2022-09-27T15:50:07.4781428Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-09-27T15:50:07.4905823Z Only for DataPipes that take in a function as argument ... ok (0.015s) 2022-09-27T15:50:07.4972028Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-09-27T15:50:07.4987660Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-09-27T15:50:07.5037995Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-09-27T15:50:07.5065085Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:50:07.5098206Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-09-27T15:50:07.5119687Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:50:07.5132442Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:07.5132959Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.5194016Z ok (0.007s) 2022-09-27T15:50:07.5216429Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:50:07.5321415Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.010s) 2022-09-27T15:50:07.5333196Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-09-27T15:50:07.5359977Z Only for DataPipes that take in a function as argument ... ok (0.004s) 2022-09-27T15:50:07.5409128Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-09-27T15:50:07.5433323Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:50:07.5444922Z 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:50:07.5445970Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.5449904Z ok (0.002s) 2022-09-27T15:50:07.5466393Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-09-27T15:50:07.5497533Z test_traverse_forked (__main__.TestGraph) ... ok (0.003s) 2022-09-27T15:50:07.5511080Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:50:07.5522655Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:50:07.5536744Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:50:07.5546693Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:50:07.5562283Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-09-27T15:50:07.5575210Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:50:07.5590776Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:50:07.5602909Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:50:07.5616772Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-09-27T15:50:07.5631560Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-09-27T15:50:07.5766001Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.013s) 2022-09-27T15:50:07.5802435Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:50:07.5803039Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:50:07.5822410Z ok (0.006s) 2022-09-27T15:50:07.5940882Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.012s) 2022-09-27T15:50:07.5950612Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:07.5969482Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.003s) 2022-09-27T15:50:07.5996898Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:07.6041849Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.007s) 2022-09-27T15:50:07.6047211Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:07.6073383Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.003s) 2022-09-27T15:50:07.6083174Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:07.6094400Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.002s) 2022-09-27T15:50:07.6104670Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:07.6133740Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.004s) 2022-09-27T15:50:07.6153194Z 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:50:07.6153703Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:07.6172273Z ok (0.004s) 2022-09-27T15:50:07.6239906Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-09-27T15:50:07.6263759Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-09-27T15:50:07.6280776Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-09-27T15:50:07.6307985Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-09-27T15:50:07.6345520Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-09-27T15:50:07.6380499Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-09-27T15:50:07.6386077Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-09-27T15:50:07.6391706Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-09-27T15:50:07.6795940Z test_old_dataloader (__main__.TestSharding) ... ok (0.040s) 2022-09-27T15:50:07.6819030Z test_sharding_length (__main__.TestSharding) ... ok (0.002s) 2022-09-27T15:50:07.6854591Z test_simple_sharding (__main__.TestSharding) ... ok (0.003s) 2022-09-27T15:50:07.6867690Z test_api (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:50:07.6875415Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:50:07.6888041Z test_pickle (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:50:07.6898283Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:50:07.6932871Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-09-27T15:50:07.6942735Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:50:07.6950539Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-09-27T15:50:07.6967138Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:50:07.6975526Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-09-27T15:50:07.6985717Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:50:07.6997658Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:50:07.7015501Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:50:07.7015817Z 2022-09-27T15:50:07.7016249Z ---------------------------------------------------------------------- 2022-09-27T15:50:07.7016547Z Ran 87 tests in 0.651s 2022-09-27T15:50:07.7016665Z 2022-09-27T15:50:07.7016741Z OK (skipped=16) 2022-09-27T15:50:07.7016851Z 2022-09-27T15:50:07.7016930Z Generating XML reports... 2022-09-27T15:50:07.7047510Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155007.xml 2022-09-27T15:50:07.7054563Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155007.xml 2022-09-27T15:50:07.7071006Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155007.xml 2022-09-27T15:50:07.7079379Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155007.xml 2022-09-27T15:50:07.7085482Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155007.xml 2022-09-27T15:50:07.7091060Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155007.xml 2022-09-27T15:50:07.7096538Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155007.xml 2022-09-27T15:50:07.7103120Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155007.xml 2022-09-27T15:50:07.7109668Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155007.xml 2022-09-27T15:50:07.7113528Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155007.xml 2022-09-27T15:50:07.7118213Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155007.xml 2022-09-27T15:50:07.7127299Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155007.xml 2022-09-27T15:50:07.7130141Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155007.xml 2022-09-27T15:50:07.7137231Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155007.xml 2022-09-27T15:50:07.7140938Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155007.xml 2022-09-27T15:50:08.0039067Z Running test_dynamic_shapes ... [2022-09-27 15:50:08.003519] 2022-09-27T15:50:08.0039765Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:08.003597] 2022-09-27T15:50:09.1378410Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-09-27T15:50:09.1388099Z 2022-09-27T15:50:09.1388338Z Running tests... 2022-09-27T15:50:09.1388950Z ---------------------------------------------------------------------- 2022-09-27T15:50:09.4181389Z test_arith_ops (__main__.TestPySymInt) ... ok (0.279s) 2022-09-27T15:50:09.4313867Z test_aten_ops (__main__.TestPySymInt) ... ok (0.013s) 2022-09-27T15:50:09.4557365Z test_binary (__main__.TestPySymInt) ... ok (0.024s) 2022-09-27T15:50:09.4666739Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.011s) 2022-09-27T15:50:09.4682038Z test_guard_int (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T15:50:09.4691667Z test_int_conversion (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T15:50:09.4704480Z test_int_to_float (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T15:50:09.4737694Z test_meta_symint (__main__.TestPySymInt) ... ok (0.003s) 2022-09-27T15:50:09.5512591Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.077s) 2022-09-27T15:50:09.5576377Z test_roundtrip (__main__.TestPySymInt) ... ok (0.006s) 2022-09-27T15:50:09.5639632Z test_size_expressions (__main__.TestPySymInt) ... ok (0.006s) 2022-09-27T15:50:09.5682947Z test_stride (__main__.TestPySymInt) ... ok (0.004s) 2022-09-27T15:50:09.5957781Z test_symint_args (__main__.TestPySymInt) ... ok (0.027s) 2022-09-27T15:50:09.6083261Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.013s) 2022-09-27T15:50:09.6083631Z 2022-09-27T15:50:09.6083943Z ---------------------------------------------------------------------- 2022-09-27T15:50:09.6084213Z Ran 14 tests in 0.469s 2022-09-27T15:50:09.6084329Z 2022-09-27T15:50:09.6084571Z OK 2022-09-27T15:50:09.6084666Z 2022-09-27T15:50:09.6084741Z Generating XML reports... 2022-09-27T15:50:09.6118571Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927155009.xml 2022-09-27T15:50:09.8711252Z Running test_fx_passes ... [2022-09-27 15:50:09.870770] 2022-09-27T15:50:09.8711760Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:09.870846] 2022-09-27T15:50:11.0406587Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-09-27T15:50:11.0421013Z 2022-09-27T15:50:11.0421106Z Running tests... 2022-09-27T15:50:11.0421625Z ---------------------------------------------------------------------- 2022-09-27T15:50:11.2835747Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.241s) 2022-09-27T15:50:11.2910969Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-09-27T15:50:11.2980762Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T15:50:11.3047799Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T15:50:11.3111813Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:50:11.3176790Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:50:11.3246905Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T15:50:11.3309933Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:50:11.3374403Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:50:11.3439391Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:50:11.3506013Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T15:50:11.3569948Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:50:11.3610378Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:50:11.3649816Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:50:11.3682915Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T15:50:11.3714987Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T15:50:11.3783109Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T15:50:11.3908490Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.012s) 2022-09-27T15:50:11.3964438Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:50:11.4019120Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:50:11.4067119Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:50:11.4114389Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:50:11.4163858Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:50:11.4211460Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:50:11.4262775Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:50:11.4285630Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-09-27T15:50:11.4310457Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-09-27T15:50:11.4351447Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4390078Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4430835Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4468898Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4515924Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T15:50:11.4554165Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4594439Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4628382Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-09-27T15:50:11.4667123Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4715997Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T15:50:11.4755598Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4794304Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4838199Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4874938Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:50:11.4875396Z 2022-09-27T15:50:11.4875628Z ---------------------------------------------------------------------- 2022-09-27T15:50:11.4875876Z Ran 41 tests in 0.445s 2022-09-27T15:50:11.4875992Z 2022-09-27T15:50:11.4876053Z OK 2022-09-27T15:50:11.4876131Z 2022-09-27T15:50:11.4876216Z Generating XML reports... 2022-09-27T15:50:11.4919044Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927155011.xml 2022-09-27T15:50:11.4930730Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927155011.xml 2022-09-27T15:50:11.7528070Z Running test_jit_cuda_fuser ... [2022-09-27 15:50:11.752456] 2022-09-27T15:50:11.7528607Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:11.752533] 2022-09-27T15:50:13.9220950Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-09-27T15:50:13.9250468Z 2022-09-27T15:50:13.9250578Z Running tests... 2022-09-27T15:50:13.9251034Z ---------------------------------------------------------------------- 2022-09-27T15:50:13.9263028Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9273617Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9288495Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9297091Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-09-27T15:50:13.9313019Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:13.9329583Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:13.9343865Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9359009Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9374907Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:13.9382018Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9391443Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9398831Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9412923Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-09-27T15:50:13.9432124Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:13.9443400Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9453309Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9462339Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-09-27T15:50:13.9469152Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9481836Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9491936Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9501770Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9511047Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9520971Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9531968Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-09-27T15:50:13.9542617Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-09-27T15:50:13.9553152Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9564317Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9573453Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9596545Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:13.9622846Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-09-27T15:50:13.9634181Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9641980Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9648111Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9655812Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9663748Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9670480Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9687408Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:13.9695770Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9710927Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9720114Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9728865Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-09-27T15:50:13.9735359Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9745145Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9752941Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9760336Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9769268Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-09-27T15:50:13.9781651Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9794741Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9808752Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9826978Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:13.9837754Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9850671Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9866165Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.001s) 2022-09-27T15:50:13.9875344Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9898519Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:13.9908011Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9923540Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9937022Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9943703Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9957977Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9965769Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9976645Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9982373Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:13.9995255Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0006325Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0024890Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:14.0036326Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0046774Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0057542Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0066061Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0073944Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0093687Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:14.0101090Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0108382Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0115524Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0119763Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-09-27T15:50:14.0127835Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0136639Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0142951Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0151425Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0157483Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0164895Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0179754Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0191296Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0203083Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0208918Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0219998Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0227945Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0238749Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0249078Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0260058Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0272300Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0280392Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0287253Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-09-27T15:50:14.0298973Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0302882Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T15:50:14.0310833Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0322620Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0329549Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0348572Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:14.0356021Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0365952Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0379190Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0386459Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0393831Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0403367Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0411066Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0417358Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0428145Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0443961Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-09-27T15:50:14.0453064Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0461257Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0473092Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0478404Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T15:50:14.0492136Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0501557Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0509436Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0526792Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:14.0534255Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0544838Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0550805Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T15:50:14.0557312Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T15:50:14.0566069Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T15:50:14.0576071Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0584838Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0598711Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0622991Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:14.0627754Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T15:50:14.0634139Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0639335Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T15:50:14.0648293Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0656233Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0664097Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0671659Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0679342Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0687508Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0695946Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0706070Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0715947Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0724853Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0739567Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0755915Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-09-27T15:50:14.0762061Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T15:50:14.0774754Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0782868Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T15:50:14.0791305Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-09-27T15:50:14.0801978Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T15:50:14.0818939Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-09-27T15:50:14.0832866Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0839080Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:50:14.0866952Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-09-27T15:50:14.1390382Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.052s) 2022-09-27T15:50:14.1390715Z 2022-09-27T15:50:14.1391464Z ---------------------------------------------------------------------- 2022-09-27T15:50:14.1391721Z Ran 152 tests in 0.214s 2022-09-27T15:50:14.1391838Z 2022-09-27T15:50:14.1391919Z OK (skipped=149) 2022-09-27T15:50:14.1392031Z 2022-09-27T15:50:14.1392164Z Generating XML reports... 2022-09-27T15:50:14.1422723Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927155013.xml 2022-09-27T15:50:14.1424996Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927155013.xml 2022-09-27T15:50:14.1557075Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927155013.xml 2022-09-27T15:50:14.5161036Z Running test_mps ... [2022-09-27 15:50:14.515669] 2022-09-27T15:50:14.5161719Z Executing ['/opt/conda/bin/python', '-bb', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:14.515751] 2022-09-27T15:50:16.6622723Z MPS not available, skipping tests 2022-09-27T15:50:16.7830884Z Test results will be stored in test-reports/python-unittest/test_mps 2022-09-27T15:50:16.7961797Z 2022-09-27T15:50:16.7961901Z Running tests... 2022-09-27T15:50:16.7962342Z ---------------------------------------------------------------------- 2022-09-27T15:50:16.8014732Z test_output_match_H_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:16.8058160Z test_output_match_H_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8100966Z test_output_match_H_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8143868Z test_output_match_H_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8186818Z test_output_match_H_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8229692Z test_output_match_H_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8272395Z test_output_match_H_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8315271Z test_output_match_T_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8357884Z test_output_match_T_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8400679Z test_output_match_T_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8443695Z test_output_match_T_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8486314Z test_output_match_T_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8529317Z test_output_match_T_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8571698Z test_output_match_T_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8614182Z test_output_match___getitem___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8656906Z test_output_match___getitem___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8699746Z test_output_match___getitem___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8742314Z test_output_match___getitem___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8785036Z test_output_match___getitem___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8827786Z test_output_match___getitem___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8870437Z test_output_match___getitem___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8912806Z test_output_match___radd___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8955475Z test_output_match___radd___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.8997919Z test_output_match___radd___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9040534Z test_output_match___radd___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9083131Z test_output_match___radd___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9125718Z test_output_match___radd___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9168383Z test_output_match___radd___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9211132Z test_output_match___rand___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9253851Z test_output_match___rand___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9296524Z test_output_match___rand___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9339105Z test_output_match___rand___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9381830Z test_output_match___rand___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9424532Z test_output_match___rdiv___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9467002Z test_output_match___rdiv___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9509755Z test_output_match___rdiv___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9552749Z test_output_match___rdiv___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9595425Z test_output_match___rdiv___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9638543Z test_output_match___rdiv___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9681248Z test_output_match___rdiv___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9724156Z test_output_match___rmatmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9766748Z test_output_match___rmatmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9809817Z test_output_match___rmatmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9852339Z test_output_match___rmatmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9894951Z test_output_match___rmatmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9938297Z test_output_match___rmod___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:16.9980453Z test_output_match___rmod___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0023433Z test_output_match___rmul___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0066475Z test_output_match___rmul___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0109355Z test_output_match___rmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0151831Z test_output_match___rmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0194670Z test_output_match___rmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0237420Z test_output_match___rmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0280190Z test_output_match___rmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0322793Z test_output_match___ror___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0365631Z test_output_match___ror___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0409016Z test_output_match___ror___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0451460Z test_output_match___ror___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0494318Z test_output_match___ror___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0537266Z test_output_match___rpow___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0579914Z test_output_match___rpow___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0622577Z test_output_match___rpow___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0665381Z test_output_match___rpow___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0707959Z test_output_match___rpow___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0750379Z test_output_match___rpow___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0793148Z test_output_match___rsub___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0835760Z test_output_match___rsub___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0878359Z test_output_match___rsub___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0921064Z test_output_match___rsub___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.0963948Z test_output_match___rsub___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1006441Z test_output_match___rsub___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1049317Z test_output_match___rxor___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1092189Z test_output_match___rxor___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1135080Z test_output_match___rxor___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1177767Z test_output_match___rxor___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1220605Z test_output_match___rxor___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1263527Z test_output_match__masked_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1306444Z test_output_match__masked_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1349407Z test_output_match__masked_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1392433Z test_output_match__masked_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1435344Z test_output_match__masked_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1478219Z test_output_match__masked_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1521058Z test_output_match__masked_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1563689Z test_output_match__masked_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1606655Z test_output_match__masked_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1649543Z test_output_match__masked_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1692136Z test_output_match__masked_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1734909Z test_output_match__masked_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1777557Z test_output_match__masked_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1820008Z test_output_match__masked_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1862587Z test_output_match__masked_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1907936Z test_output_match__masked_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1950550Z test_output_match__masked_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.1993198Z test_output_match__masked_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2035678Z test_output_match__masked_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2078184Z test_output_match__masked_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2120911Z test_output_match__masked_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2166402Z test_output_match__masked_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2209009Z test_output_match__masked_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2250986Z test_output_match__masked_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2293030Z test_output_match__masked_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2335033Z test_output_match__masked_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2377742Z test_output_match__masked_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2423281Z test_output_match__masked_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2465860Z test_output_match__masked_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2508190Z test_output_match__masked_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2550315Z test_output_match__masked_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2592900Z test_output_match__masked_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2635426Z test_output_match__masked_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2680680Z test_output_match__masked_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2723068Z test_output_match__masked_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2765227Z test_output_match__masked_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2807550Z test_output_match__masked_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2849811Z test_output_match__masked_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2892415Z test_output_match__masked_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2938088Z test_output_match__masked_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.2980420Z test_output_match__masked_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3022529Z test_output_match__masked_mean_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3064737Z test_output_match__masked_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3106609Z test_output_match__masked_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3149054Z test_output_match__masked_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3194792Z test_output_match__masked_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:17.3237092Z test_output_match__masked_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3279445Z test_output_match__masked_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3321573Z test_output_match__masked_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3363591Z test_output_match__masked_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3406254Z test_output_match__masked_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3451755Z test_output_match__masked_normalize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3494240Z test_output_match__masked_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3536425Z test_output_match__masked_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3578608Z test_output_match__masked_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3620820Z test_output_match__masked_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3663676Z test_output_match__masked_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3708721Z test_output_match__masked_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3750968Z test_output_match__masked_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3793201Z test_output_match__masked_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3835777Z test_output_match__masked_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3877905Z test_output_match__masked_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3920630Z test_output_match__masked_std_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.3962804Z test_output_match__masked_std_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4005360Z test_output_match__masked_std_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4047506Z test_output_match__masked_std_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4090128Z test_output_match__masked_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4132446Z test_output_match__masked_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4174851Z test_output_match__masked_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4217446Z test_output_match__masked_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4259713Z test_output_match__masked_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4302023Z test_output_match__masked_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4344591Z test_output_match__masked_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4387014Z test_output_match__masked_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4429343Z test_output_match__masked_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4471917Z test_output_match__masked_var_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4514478Z test_output_match__masked_var_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4556844Z test_output_match__masked_var_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4599161Z test_output_match__masked_var_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4641198Z test_output_match_abs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4683648Z test_output_match_abs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4725976Z test_output_match_abs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4768298Z test_output_match_abs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4810631Z test_output_match_abs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4852963Z test_output_match_abs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4895218Z test_output_match_acos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4937771Z test_output_match_acos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.4980057Z test_output_match_acos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5022315Z test_output_match_acos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5064570Z test_output_match_acos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5106769Z test_output_match_acos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5149099Z test_output_match_acosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5191770Z test_output_match_acosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5234036Z test_output_match_acosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5276217Z test_output_match_acosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5318426Z test_output_match_acosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5361004Z test_output_match_acosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5403581Z test_output_match_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5446161Z test_output_match_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5488279Z test_output_match_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5530766Z test_output_match_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5573041Z test_output_match_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5615510Z test_output_match_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5657869Z test_output_match_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5700642Z test_output_match_addbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5742789Z test_output_match_addbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5785201Z test_output_match_addbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5827486Z test_output_match_addbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5869815Z test_output_match_addbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5912167Z test_output_match_addcdiv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5955137Z test_output_match_addcmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.5997236Z test_output_match_addcmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6039511Z test_output_match_addcmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6081651Z test_output_match_addcmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6123920Z test_output_match_addcmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6166256Z test_output_match_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6208855Z test_output_match_addmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6251033Z test_output_match_addmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6293447Z test_output_match_addmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6335875Z test_output_match_addmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6378158Z test_output_match_addmm_decomposed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6420541Z test_output_match_addmm_decomposed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6462933Z test_output_match_addmm_decomposed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6505045Z test_output_match_addmm_decomposed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6547366Z test_output_match_addmm_decomposed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6589616Z test_output_match_addmv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6632320Z test_output_match_addmv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6675238Z test_output_match_addmv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6718009Z test_output_match_addmv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6760453Z test_output_match_addmv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6803146Z test_output_match_addr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6845709Z test_output_match_addr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6888289Z test_output_match_addr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6931107Z test_output_match_addr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.6973789Z test_output_match_addr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7016219Z test_output_match_addr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7058725Z test_output_match_addr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7101139Z test_output_match_all_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7143818Z test_output_match_all_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7186420Z test_output_match_all_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7229097Z test_output_match_all_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7271749Z test_output_match_all_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7314359Z test_output_match_all_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7356928Z test_output_match_all_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7399541Z test_output_match_allclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7442128Z test_output_match_allclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7484817Z test_output_match_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7527496Z test_output_match_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7570299Z test_output_match_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7613586Z test_output_match_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7656330Z test_output_match_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7698380Z test_output_match_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7741142Z test_output_match_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7783836Z test_output_match_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7826631Z test_output_match_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7869602Z test_output_match_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7912331Z test_output_match_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7954875Z test_output_match_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.7997907Z test_output_match_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8040948Z test_output_match_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8084142Z test_output_match_aminmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8127456Z test_output_match_aminmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8170770Z test_output_match_aminmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8214307Z test_output_match_aminmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8257726Z test_output_match_aminmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8300913Z test_output_match_aminmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8344096Z test_output_match_angle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8387225Z test_output_match_angle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8430383Z test_output_match_angle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8473803Z test_output_match_angle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8517307Z test_output_match_angle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8560527Z test_output_match_angle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8604170Z test_output_match_angle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8647529Z test_output_match_any_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8690815Z test_output_match_any_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8734067Z test_output_match_any_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8777769Z test_output_match_any_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8820350Z test_output_match_any_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8863519Z test_output_match_any_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8906498Z test_output_match_any_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8950015Z test_output_match_arange_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.8993192Z test_output_match_arange_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9036951Z test_output_match_arange_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9079921Z test_output_match_arange_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9123288Z test_output_match_arange_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9166568Z test_output_match_arange_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9209873Z test_output_match_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9253279Z test_output_match_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9296404Z test_output_match_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9342893Z test_output_match_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:17.9386027Z test_output_match_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9429180Z test_output_match_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9472201Z test_output_match_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9515390Z test_output_match_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9557896Z test_output_match_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9600290Z test_output_match_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9642682Z test_output_match_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9685088Z test_output_match_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9727364Z test_output_match_argsort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9769914Z test_output_match_argsort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9812259Z test_output_match_argsort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9854407Z test_output_match_argsort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9896608Z test_output_match_argsort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9939049Z test_output_match_argsort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:17.9981450Z test_output_match_argsort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0024049Z test_output_match_argwhere_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0066637Z test_output_match_argwhere_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0109068Z test_output_match_argwhere_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0151652Z test_output_match_argwhere_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0194008Z test_output_match_argwhere_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0236453Z test_output_match_argwhere_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0278708Z test_output_match_argwhere_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0320995Z test_output_match_as_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0363517Z test_output_match_as_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0405902Z test_output_match_as_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0448504Z test_output_match_as_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0490917Z test_output_match_as_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0533213Z test_output_match_as_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0575686Z test_output_match_as_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0617911Z test_output_match_as_strided_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0660715Z test_output_match_as_strided_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0703173Z test_output_match_as_strided_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0745652Z test_output_match_as_strided_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0788031Z test_output_match_as_strided_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0830769Z test_output_match_as_strided_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0872969Z test_output_match_as_strided_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0915455Z test_output_match_asin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.0958235Z test_output_match_asin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1000745Z test_output_match_asin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1043051Z test_output_match_asin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1085538Z test_output_match_asin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1127910Z test_output_match_asin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1170301Z test_output_match_asinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1212709Z test_output_match_asinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1254946Z test_output_match_asinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1297351Z test_output_match_asinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1340101Z test_output_match_asinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1382444Z test_output_match_asinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1425018Z test_output_match_atan2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1467526Z test_output_match_atan2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1509970Z test_output_match_atan2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1552541Z test_output_match_atan2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1595106Z test_output_match_atan2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1636966Z test_output_match_atan2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1679215Z test_output_match_atan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1721485Z test_output_match_atan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1763506Z test_output_match_atan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1806024Z test_output_match_atan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1848490Z test_output_match_atan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1890853Z test_output_match_atan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1933407Z test_output_match_atanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.1975784Z test_output_match_atanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2018132Z test_output_match_atanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2060763Z test_output_match_atanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2103063Z test_output_match_atanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2145480Z test_output_match_atanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2187732Z test_output_match_atleast_1d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2229944Z test_output_match_atleast_1d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2272216Z test_output_match_atleast_1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2314521Z test_output_match_atleast_1d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2356839Z test_output_match_atleast_1d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2399375Z test_output_match_atleast_1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2441401Z test_output_match_atleast_1d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2483849Z test_output_match_atleast_2d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2526462Z test_output_match_atleast_2d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2568853Z test_output_match_atleast_2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2611377Z test_output_match_atleast_2d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2653329Z test_output_match_atleast_2d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2695519Z test_output_match_atleast_2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2737817Z test_output_match_atleast_2d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2779966Z test_output_match_atleast_3d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2822809Z test_output_match_atleast_3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2865438Z test_output_match_atleast_3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2907680Z test_output_match_atleast_3d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2949982Z test_output_match_atleast_3d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.2992501Z test_output_match_atleast_3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3034785Z test_output_match_atleast_3d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3076985Z test_output_match_baddbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3119495Z test_output_match_baddbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3161958Z test_output_match_baddbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3204172Z test_output_match_baddbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3246378Z test_output_match_baddbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3288520Z test_output_match_bernoulli_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3330856Z test_output_match_bfloat16_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3373245Z test_output_match_bfloat16_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3415579Z test_output_match_bfloat16_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3458092Z test_output_match_bfloat16_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3500474Z test_output_match_bfloat16_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3542860Z test_output_match_bfloat16_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3585255Z test_output_match_bfloat16_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3627707Z test_output_match_bincount_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3669977Z test_output_match_bincount_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3712260Z test_output_match_bincount_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3754577Z test_output_match_bincount_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3796999Z test_output_match_bitwise_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3839104Z test_output_match_bitwise_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3881854Z test_output_match_bitwise_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3924477Z test_output_match_bitwise_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.3967050Z test_output_match_bitwise_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4009560Z test_output_match_bitwise_left_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4052129Z test_output_match_bitwise_left_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4094553Z test_output_match_bitwise_left_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4137338Z test_output_match_bitwise_left_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4179969Z test_output_match_bitwise_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4222728Z test_output_match_bitwise_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4265310Z test_output_match_bitwise_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4307592Z test_output_match_bitwise_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4349845Z test_output_match_bitwise_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4392294Z test_output_match_bitwise_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4434386Z test_output_match_bitwise_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4476680Z test_output_match_bitwise_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4519045Z test_output_match_bitwise_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4561573Z test_output_match_bitwise_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4603701Z test_output_match_bitwise_right_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4646212Z test_output_match_bitwise_right_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4688481Z test_output_match_bitwise_right_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4730533Z test_output_match_bitwise_right_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4772907Z test_output_match_bitwise_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4814980Z test_output_match_bitwise_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4857148Z test_output_match_bitwise_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4899935Z test_output_match_bitwise_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4942089Z test_output_match_bitwise_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.4984485Z test_output_match_block_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5026810Z test_output_match_block_diag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5069309Z test_output_match_block_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5111835Z test_output_match_block_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5154650Z test_output_match_block_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5197205Z test_output_match_block_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5239499Z test_output_match_block_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5282007Z test_output_match_bmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5324699Z test_output_match_bmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5367175Z test_output_match_bmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5409968Z test_output_match_bmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5452296Z test_output_match_bmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5494667Z test_output_match_bool_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5537379Z test_output_match_bool_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5579963Z test_output_match_bool_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5622814Z test_output_match_bool_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5665612Z test_output_match_bool_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5708071Z test_output_match_bool_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5750793Z test_output_match_bool_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5793694Z test_output_match_broadcast_shapes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5836422Z test_output_match_broadcast_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5879176Z test_output_match_broadcast_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5922064Z test_output_match_broadcast_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.5964515Z test_output_match_broadcast_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6007314Z test_output_match_broadcast_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6050400Z test_output_match_broadcast_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6093169Z test_output_match_broadcast_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6135804Z test_output_match_broadcast_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6178344Z test_output_match_broadcast_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6220734Z test_output_match_broadcast_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6263082Z test_output_match_broadcast_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6305827Z test_output_match_broadcast_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6348633Z test_output_match_broadcast_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6391362Z test_output_match_broadcast_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6434465Z test_output_match_bucketize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6476959Z test_output_match_bucketize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6519784Z test_output_match_bucketize_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6562317Z test_output_match_bucketize_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6605116Z test_output_match_bucketize_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6647656Z test_output_match_bucketize_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6690351Z test_output_match_byte_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6733167Z test_output_match_byte_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6775968Z test_output_match_byte_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6818891Z test_output_match_byte_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6861802Z test_output_match_byte_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6904325Z test_output_match_byte_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6947014Z test_output_match_byte_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.6989779Z test_output_match_cartesian_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7032674Z test_output_match_cartesian_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7075277Z test_output_match_cartesian_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7117839Z test_output_match_cartesian_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7160503Z test_output_match_cartesian_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7203123Z test_output_match_cartesian_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7245611Z test_output_match_cartesian_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7288366Z test_output_match_cat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7331719Z test_output_match_cat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7374909Z test_output_match_cat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7418294Z test_output_match_cat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7461790Z test_output_match_cat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7504718Z test_output_match_cat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7547409Z test_output_match_cat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7590135Z test_output_match_cdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7632982Z test_output_match_ceil_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7676273Z test_output_match_ceil_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7719030Z test_output_match_ceil_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7761305Z test_output_match_ceil_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7803763Z test_output_match_ceil_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7846222Z test_output_match_chalf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7888868Z test_output_match_chalf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7931446Z test_output_match_chalf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.7974072Z test_output_match_chalf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8016737Z test_output_match_chalf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8059291Z test_output_match_chalf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8105175Z test_output_match_chalf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:18.8147957Z test_output_match_char_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8190745Z test_output_match_char_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8233859Z test_output_match_char_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8276259Z test_output_match_char_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8319041Z test_output_match_char_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8361236Z test_output_match_char_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8403596Z test_output_match_char_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8446343Z test_output_match_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8489551Z test_output_match_cholesky_inverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8532532Z test_output_match_cholesky_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8575348Z test_output_match_chunk_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8617684Z test_output_match_chunk_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8660955Z test_output_match_chunk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8703362Z test_output_match_chunk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8745696Z test_output_match_chunk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8788115Z test_output_match_chunk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8830899Z test_output_match_chunk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8874034Z test_output_match_clamp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8916267Z test_output_match_clamp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.8958972Z test_output_match_clamp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9001777Z test_output_match_clamp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9044253Z test_output_match_clamp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9086752Z test_output_match_clamp_max_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9129676Z test_output_match_clamp_max_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9172097Z test_output_match_clamp_max_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9214929Z test_output_match_clamp_max_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9257545Z test_output_match_clamp_max_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9300081Z test_output_match_clamp_max_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9342660Z test_output_match_clamp_max_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9385124Z test_output_match_clamp_min_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9427490Z test_output_match_clamp_min_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9469631Z test_output_match_clamp_min_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9512086Z test_output_match_clamp_min_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9554669Z test_output_match_clamp_min_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9597433Z test_output_match_clamp_min_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9642895Z test_output_match_clamp_min_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9685413Z test_output_match_clone_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9727868Z test_output_match_clone_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9770639Z test_output_match_clone_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9813110Z test_output_match_clone_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9855993Z test_output_match_clone_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9898792Z test_output_match_clone_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9941496Z test_output_match_clone_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:18.9984020Z test_output_match_column_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0026555Z test_output_match_column_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0069123Z test_output_match_column_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0111704Z test_output_match_column_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0154099Z test_output_match_column_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0196432Z test_output_match_column_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0239023Z test_output_match_column_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0281294Z test_output_match_combinations_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0323688Z test_output_match_combinations_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0366180Z test_output_match_combinations_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0409039Z test_output_match_combinations_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0451465Z test_output_match_combinations_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0493733Z test_output_match_combinations_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0536477Z test_output_match_combinations_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0578934Z test_output_match_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0621442Z test_output_match_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0663967Z test_output_match_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0706538Z test_output_match_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0748897Z test_output_match_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0791609Z test_output_match_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0834436Z test_output_match_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0878109Z test_output_match_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0920379Z test_output_match_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.0963234Z test_output_match_conj_physical_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1005773Z test_output_match_conj_physical_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1048468Z test_output_match_conj_physical_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1090728Z test_output_match_conj_physical_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1133327Z test_output_match_conj_physical_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1175596Z test_output_match_conj_physical_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1218057Z test_output_match_conj_physical_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1260339Z test_output_match_constant_pad_nd_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1302647Z test_output_match_constant_pad_nd_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1344963Z test_output_match_constant_pad_nd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1388001Z test_output_match_constant_pad_nd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1430304Z test_output_match_constant_pad_nd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1472869Z test_output_match_constant_pad_nd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1515041Z test_output_match_constant_pad_nd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1557179Z test_output_match_contiguous_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1599452Z test_output_match_contiguous_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1641913Z test_output_match_contiguous_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1684395Z test_output_match_contiguous_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1726761Z test_output_match_contiguous_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1769491Z test_output_match_contiguous_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1812014Z test_output_match_contiguous_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1854610Z test_output_match_copysign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1897094Z test_output_match_copysign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1939693Z test_output_match_copysign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.1981982Z test_output_match_copysign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2024454Z test_output_match_copysign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2066979Z test_output_match_copysign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2109141Z test_output_match_copysign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2151511Z test_output_match_corrcoef_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2193989Z test_output_match_corrcoef_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2236233Z test_output_match_corrcoef_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2278711Z test_output_match_corrcoef_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2321142Z test_output_match_corrcoef_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2363360Z test_output_match_cos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2405818Z test_output_match_cos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2448493Z test_output_match_cos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2491114Z test_output_match_cos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2533673Z test_output_match_cos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2575977Z test_output_match_cos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2618557Z test_output_match_cosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2660756Z test_output_match_cosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2703283Z test_output_match_cosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2746003Z test_output_match_cosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2788166Z test_output_match_cosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2831124Z test_output_match_cosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2873462Z test_output_match_count_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2916131Z test_output_match_count_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.2958924Z test_output_match_count_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3001049Z test_output_match_count_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3043493Z test_output_match_count_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3085763Z test_output_match_count_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3128377Z test_output_match_count_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3171058Z test_output_match_cov_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3213292Z test_output_match_cov_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3255660Z test_output_match_cov_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3298301Z test_output_match_cov_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3340820Z test_output_match_cov_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3383057Z test_output_match_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3425433Z test_output_match_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3467797Z test_output_match_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3510265Z test_output_match_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3552856Z test_output_match_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3595465Z test_output_match_cummax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3638156Z test_output_match_cummax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3680504Z test_output_match_cummax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3722855Z test_output_match_cummax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3765219Z test_output_match_cummax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3807833Z test_output_match_cummax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3850306Z test_output_match_cummin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3892711Z test_output_match_cummin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3935604Z test_output_match_cummin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.3978144Z test_output_match_cummin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4020535Z test_output_match_cummin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4062775Z test_output_match_cummin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4105207Z test_output_match_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4147499Z test_output_match_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4189845Z test_output_match_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4232401Z test_output_match_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4274953Z test_output_match_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4317531Z test_output_match_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4359800Z test_output_match_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4402343Z test_output_match_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4444859Z test_output_match_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4487235Z test_output_match_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4529738Z test_output_match_cumulative_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4572225Z test_output_match_cumulative_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4614432Z test_output_match_cumulative_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4656793Z test_output_match_cumulative_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4698900Z test_output_match_cumulative_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4741099Z test_output_match_deg2rad_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4783460Z test_output_match_deg2rad_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4825811Z test_output_match_deg2rad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4867977Z test_output_match_deg2rad_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4910640Z test_output_match_deg2rad_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4953664Z test_output_match_deg2rad_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.4996001Z test_output_match_deg2rad_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5038343Z test_output_match_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5080789Z test_output_match_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5123238Z test_output_match_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5165654Z test_output_match_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5208014Z test_output_match_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5250956Z test_output_match_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5293498Z test_output_match_diag_embed_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5335875Z test_output_match_diag_embed_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5378689Z test_output_match_diag_embed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5420989Z test_output_match_diag_embed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5463398Z test_output_match_diag_embed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5505887Z test_output_match_diag_embed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5548406Z test_output_match_diag_embed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5591127Z test_output_match_diagflat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5633919Z test_output_match_diagflat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5676633Z test_output_match_diagflat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5719366Z test_output_match_diagflat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5762037Z test_output_match_diagflat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5804499Z test_output_match_diagflat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5847119Z test_output_match_diagonal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5890224Z test_output_match_diagonal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5932874Z test_output_match_diagonal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.5975330Z test_output_match_diagonal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6020602Z test_output_match_diagonal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6063033Z test_output_match_diagonal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6105247Z test_output_match_diagonal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6147667Z test_output_match_diagonal_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6189987Z test_output_match_diagonal_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6232860Z test_output_match_diagonal_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6278195Z test_output_match_diagonal_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6320704Z test_output_match_diagonal_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6363028Z test_output_match_diagonal_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6405316Z test_output_match_diagonal_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6447324Z test_output_match_diff_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6490013Z test_output_match_diff_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6535806Z test_output_match_diff_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:19.6578188Z test_output_match_diff_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6620352Z test_output_match_diff_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6662913Z test_output_match_diff_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6705016Z test_output_match_diff_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6747818Z test_output_match_digamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6790598Z test_output_match_digamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6835919Z test_output_match_digamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6878456Z test_output_match_digamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6920432Z test_output_match_digamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.6962713Z test_output_match_digamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7004925Z test_output_match_dist_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7047626Z test_output_match_dist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7093207Z test_output_match_div_floor_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7135557Z test_output_match_div_floor_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7178145Z test_output_match_div_floor_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7220447Z test_output_match_div_floor_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7263125Z test_output_match_div_floor_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7305715Z test_output_match_div_floor_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7350657Z test_output_match_div_no_rounding_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7393159Z test_output_match_div_no_rounding_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7435638Z test_output_match_div_no_rounding_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7477758Z test_output_match_div_no_rounding_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7520198Z test_output_match_div_no_rounding_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7562876Z test_output_match_div_no_rounding_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7604790Z test_output_match_div_no_rounding_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7647312Z test_output_match_div_trunc_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7689877Z test_output_match_div_trunc_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7732295Z test_output_match_div_trunc_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7774731Z test_output_match_div_trunc_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7817321Z test_output_match_div_trunc_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7859554Z test_output_match_div_trunc_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7902048Z test_output_match_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7945315Z test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.7987495Z test_output_match_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8029899Z test_output_match_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8072499Z test_output_match_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8115088Z test_output_match_double_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8157308Z test_output_match_double_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8199644Z test_output_match_double_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8242018Z test_output_match_double_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8284541Z test_output_match_double_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8326984Z test_output_match_double_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8369472Z test_output_match_double_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8411790Z test_output_match_dsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8454269Z test_output_match_dsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8496831Z test_output_match_dsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8540098Z test_output_match_dsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8582425Z test_output_match_dsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8625256Z test_output_match_dsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8667497Z test_output_match_dsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8709929Z test_output_match_dstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8752383Z test_output_match_dstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8794782Z test_output_match_dstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8837197Z test_output_match_dstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8879431Z test_output_match_dstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8921963Z test_output_match_dstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.8964551Z test_output_match_dstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9007362Z test_output_match_einsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9050336Z test_output_match_einsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9092142Z test_output_match_einsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9134685Z test_output_match_einsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9177000Z test_output_match_einsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9219424Z test_output_match_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9261993Z test_output_match_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9304642Z test_output_match_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9347380Z test_output_match_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9390342Z test_output_match_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9432706Z test_output_match_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9475139Z test_output_match_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9517414Z test_output_match_empty_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9559847Z test_output_match_empty_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9602341Z test_output_match_empty_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9644984Z test_output_match_empty_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9687834Z test_output_match_empty_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9730324Z test_output_match_empty_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9772855Z test_output_match_empty_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9815109Z test_output_match_eq_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9858178Z test_output_match_eq_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9903214Z test_output_match_eq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:19.9946253Z test_output_match_eq_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:19.9988760Z test_output_match_eq_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0031481Z test_output_match_eq_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0074229Z test_output_match_eq_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0117143Z test_output_match_equal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0162959Z test_output_match_equal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:20.0205578Z test_output_match_equal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0248122Z test_output_match_equal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0290969Z test_output_match_equal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0333421Z test_output_match_equal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0375945Z test_output_match_equal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0418434Z test_output_match_erf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0460980Z test_output_match_erf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0503988Z test_output_match_erf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0546607Z test_output_match_erf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0589148Z test_output_match_erf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0631899Z test_output_match_erf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0674275Z test_output_match_erfc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0716860Z test_output_match_erfc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0759071Z test_output_match_erfc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0801559Z test_output_match_erfc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0843831Z test_output_match_erfc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0886309Z test_output_match_erfc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0928831Z test_output_match_erfinv_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.0971434Z test_output_match_erfinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1013961Z test_output_match_erfinv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1056372Z test_output_match_erfinv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1098520Z test_output_match_erfinv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1141568Z test_output_match_erfinv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1186259Z test_output_match_exp2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1228565Z test_output_match_exp2_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1271318Z test_output_match_exp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1314006Z test_output_match_exp2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1356873Z test_output_match_exp2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1399478Z test_output_match_exp2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1442309Z test_output_match_exp2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1485124Z test_output_match_exp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1527825Z test_output_match_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1570493Z test_output_match_exp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1613521Z test_output_match_exp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1656190Z test_output_match_exp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1699132Z test_output_match_exp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1742171Z test_output_match_expand_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1784843Z test_output_match_expand_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1827462Z test_output_match_expand_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1870212Z test_output_match_expand_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1913651Z test_output_match_expand_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1956305Z test_output_match_expand_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.1998947Z test_output_match_expand_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2042035Z test_output_match_expand_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2084690Z test_output_match_expand_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2127408Z test_output_match_expand_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2170444Z test_output_match_expand_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2212949Z test_output_match_expand_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2255578Z test_output_match_expand_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2298380Z test_output_match_expand_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2340973Z test_output_match_expm1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2383825Z test_output_match_expm1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2426529Z test_output_match_expm1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2469201Z test_output_match_expm1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2512963Z test_output_match_expm1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2556263Z test_output_match_expm1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2599368Z test_output_match_eye_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2642442Z test_output_match_eye_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2685751Z test_output_match_eye_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2729383Z test_output_match_eye_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2772574Z test_output_match_eye_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2816343Z test_output_match_eye_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2859617Z test_output_match_eye_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2902785Z test_output_match_fft_fft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2945953Z test_output_match_fft_fft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.2989183Z test_output_match_fft_fft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3032412Z test_output_match_fft_fft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3075430Z test_output_match_fft_fft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3118612Z test_output_match_fft_fft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3161771Z test_output_match_fft_fft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3205026Z test_output_match_fft_fft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3248223Z test_output_match_fft_fft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3291784Z test_output_match_fft_fft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3334935Z test_output_match_fft_fft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3378240Z test_output_match_fft_fft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3421699Z test_output_match_fft_fftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3465133Z test_output_match_fft_fftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3508302Z test_output_match_fft_fftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3551434Z test_output_match_fft_fftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3594698Z test_output_match_fft_fftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3640298Z test_output_match_fft_fftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3683563Z test_output_match_fft_fftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3726676Z test_output_match_fft_fftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3769869Z test_output_match_fft_fftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3813070Z test_output_match_fft_fftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3856122Z test_output_match_fft_fftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3899103Z test_output_match_fft_fftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3942455Z test_output_match_fft_fftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.3985689Z test_output_match_fft_hfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4029083Z test_output_match_fft_hfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4072193Z test_output_match_fft_hfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4115338Z test_output_match_fft_hfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4158621Z test_output_match_fft_hfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4201591Z test_output_match_fft_hfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4244711Z test_output_match_fft_hfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4287992Z test_output_match_fft_hfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4331271Z test_output_match_fft_hfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4374553Z test_output_match_fft_hfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4417653Z test_output_match_fft_hfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4460820Z test_output_match_fft_hfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4503910Z test_output_match_fft_hfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4547007Z test_output_match_fft_hfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4590343Z test_output_match_fft_hfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4633476Z test_output_match_fft_hfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4676596Z test_output_match_fft_hfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4719682Z test_output_match_fft_hfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4762903Z test_output_match_fft_ifft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4806457Z test_output_match_fft_ifft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4849666Z test_output_match_fft_ifft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4893094Z test_output_match_fft_ifft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4936564Z test_output_match_fft_ifft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.4979747Z test_output_match_fft_ifft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5022803Z test_output_match_fft_ifft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5065951Z test_output_match_fft_ifft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5111017Z test_output_match_fft_ifft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5154193Z test_output_match_fft_ifft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5197450Z test_output_match_fft_ifft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5240601Z test_output_match_fft_ifft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5284070Z test_output_match_fft_ifftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5327450Z test_output_match_fft_ifftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5370627Z test_output_match_fft_ifftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5413765Z test_output_match_fft_ifftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5457256Z test_output_match_fft_ifftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5500469Z test_output_match_fft_ifftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5543626Z test_output_match_fft_ifftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5586847Z test_output_match_fft_ifftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5630021Z test_output_match_fft_ifftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5673300Z test_output_match_fft_ifftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5716504Z test_output_match_fft_ifftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5759568Z test_output_match_fft_ifftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5802625Z test_output_match_fft_ifftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5845752Z test_output_match_fft_ihfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5889617Z test_output_match_fft_ihfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5932986Z test_output_match_fft_ihfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.5976122Z test_output_match_fft_ihfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6019486Z test_output_match_fft_ihfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6062691Z test_output_match_fft_ihfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6105653Z test_output_match_fft_ihfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6149506Z test_output_match_fft_ihfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6192743Z test_output_match_fft_ihfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6235871Z test_output_match_fft_ihfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6278907Z test_output_match_fft_ihfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6322013Z test_output_match_fft_ihfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6365293Z test_output_match_fft_ihfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6408578Z test_output_match_fft_ihfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6452110Z test_output_match_fft_ihfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6495351Z test_output_match_fft_ihfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6538734Z test_output_match_fft_ihfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6581744Z test_output_match_fft_ihfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6624575Z test_output_match_fft_irfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6667138Z test_output_match_fft_irfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6709890Z test_output_match_fft_irfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6752484Z test_output_match_fft_irfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6795148Z test_output_match_fft_irfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6837898Z test_output_match_fft_irfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6880104Z test_output_match_fft_irfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6922785Z test_output_match_fft_irfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.6965475Z test_output_match_fft_irfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7008160Z test_output_match_fft_irfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7050905Z test_output_match_fft_irfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7093718Z test_output_match_fft_irfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7136523Z test_output_match_fft_irfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7178953Z test_output_match_fft_irfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7221526Z test_output_match_fft_irfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7264052Z test_output_match_fft_irfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7306789Z test_output_match_fft_irfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7349473Z test_output_match_fft_irfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7395343Z test_output_match_fft_rfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:20.7438339Z test_output_match_fft_rfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7480943Z test_output_match_fft_rfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7523649Z test_output_match_fft_rfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7566395Z test_output_match_fft_rfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7609146Z test_output_match_fft_rfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7651664Z test_output_match_fft_rfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7694206Z test_output_match_fft_rfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7736753Z test_output_match_fft_rfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7779449Z test_output_match_fft_rfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7822643Z test_output_match_fft_rfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7865126Z test_output_match_fft_rfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7907599Z test_output_match_fft_rfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7950362Z test_output_match_fft_rfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.7992764Z test_output_match_fft_rfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8035322Z test_output_match_fft_rfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8078068Z test_output_match_fft_rfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8120843Z test_output_match_fft_rfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8163131Z test_output_match_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8205699Z test_output_match_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8248041Z test_output_match_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8290654Z test_output_match_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8333055Z test_output_match_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8375565Z test_output_match_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8418216Z test_output_match_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8460725Z test_output_match_flatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8503213Z test_output_match_flatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8545749Z test_output_match_flatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8588249Z test_output_match_flatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8630933Z test_output_match_flatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8673578Z test_output_match_flatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8716031Z test_output_match_flatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8758291Z test_output_match_flip_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8800759Z test_output_match_flip_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8843508Z test_output_match_flip_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8885889Z test_output_match_flip_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8928481Z test_output_match_flip_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.8970434Z test_output_match_flip_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9012723Z test_output_match_flip_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9055252Z test_output_match_fliplr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9097632Z test_output_match_fliplr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9140259Z test_output_match_fliplr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9182882Z test_output_match_fliplr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9225151Z test_output_match_fliplr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9267668Z test_output_match_fliplr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9310127Z test_output_match_fliplr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9352791Z test_output_match_flipud_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9395856Z test_output_match_flipud_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9438066Z test_output_match_flipud_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9480535Z test_output_match_flipud_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9522887Z test_output_match_flipud_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9565620Z test_output_match_flipud_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9608102Z test_output_match_flipud_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9650722Z test_output_match_float_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9693318Z test_output_match_float_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9735756Z test_output_match_float_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9778303Z test_output_match_float_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9820792Z test_output_match_float_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9863174Z test_output_match_float_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9905891Z test_output_match_float_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9948245Z test_output_match_float_power_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:20.9990505Z test_output_match_float_power_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0032802Z test_output_match_float_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0075459Z test_output_match_float_power_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0118064Z test_output_match_float_power_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0160641Z test_output_match_float_power_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0203376Z test_output_match_float_power_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0245805Z test_output_match_floor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0288811Z test_output_match_floor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0331213Z test_output_match_floor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0373579Z test_output_match_floor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0415828Z test_output_match_floor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0458909Z test_output_match_floor_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0504164Z test_output_match_floor_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0546416Z test_output_match_floor_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0588664Z test_output_match_floor_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0631292Z test_output_match_floor_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0674028Z test_output_match_floor_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0716617Z test_output_match_fmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0759310Z test_output_match_fmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0801709Z test_output_match_fmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0844076Z test_output_match_fmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0886370Z test_output_match_fmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0928814Z test_output_match_fmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.0970901Z test_output_match_fmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1013137Z test_output_match_fmin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1055636Z test_output_match_fmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1097723Z test_output_match_fmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1140141Z test_output_match_fmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1182705Z test_output_match_fmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1225081Z test_output_match_fmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1267381Z test_output_match_fmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1309790Z test_output_match_fmod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1352103Z test_output_match_fmod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1394637Z test_output_match_fmod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1437546Z test_output_match_fmod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1480384Z test_output_match_fmod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1522456Z test_output_match_fmod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1564884Z test_output_match_frac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1607308Z test_output_match_frac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1649717Z test_output_match_frexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1692032Z test_output_match_frexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1734389Z test_output_match_full_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1776759Z test_output_match_full_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1818960Z test_output_match_full_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1861197Z test_output_match_full_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1903263Z test_output_match_full_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1945822Z test_output_match_full_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.1988001Z test_output_match_full_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2030492Z test_output_match_gather_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2072670Z test_output_match_gather_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2114951Z test_output_match_gather_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2157235Z test_output_match_gather_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2199523Z test_output_match_gather_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2241543Z test_output_match_gather_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2284275Z test_output_match_gather_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2326892Z test_output_match_gcd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2369237Z test_output_match_gcd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2411697Z test_output_match_gcd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2454291Z test_output_match_gcd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2496808Z test_output_match_ge_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2539525Z test_output_match_ge_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2581894Z test_output_match_ge_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2624100Z test_output_match_ge_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2666524Z test_output_match_ge_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2709068Z test_output_match_ge_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2752326Z test_output_match_ge_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2794887Z test_output_match_geqrf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2837326Z test_output_match_gradient_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2879874Z test_output_match_gradient_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2922382Z test_output_match_gradient_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.2964655Z test_output_match_gradient_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3006768Z test_output_match_gradient_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3049230Z test_output_match_gt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3091439Z test_output_match_gt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3133452Z test_output_match_gt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3175760Z test_output_match_gt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3217993Z test_output_match_gt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3260342Z test_output_match_gt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3302905Z test_output_match_gt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3345080Z test_output_match_half_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3387718Z test_output_match_half_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3430239Z test_output_match_half_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3472770Z test_output_match_half_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3514999Z test_output_match_half_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3557360Z test_output_match_half_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3599570Z test_output_match_half_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3642077Z test_output_match_heaviside_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3684504Z test_output_match_heaviside_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3726716Z test_output_match_heaviside_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3769460Z test_output_match_heaviside_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3811664Z test_output_match_heaviside_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3854033Z test_output_match_heaviside_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3896509Z test_output_match_heaviside_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3939299Z test_output_match_histc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.3981539Z test_output_match_histogram_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4024015Z test_output_match_histogramdd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4066358Z test_output_match_hsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4109044Z test_output_match_hsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4151361Z test_output_match_hsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4193828Z test_output_match_hsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4236214Z test_output_match_hsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4278643Z test_output_match_hsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4321220Z test_output_match_hsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4363956Z test_output_match_hstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4406237Z test_output_match_hstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4449290Z test_output_match_hstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4491794Z test_output_match_hstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4534307Z test_output_match_hstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4576914Z test_output_match_hstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4619238Z test_output_match_hstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4661761Z test_output_match_hypot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4704443Z test_output_match_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4747216Z test_output_match_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4789503Z test_output_match_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4831948Z test_output_match_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4874613Z test_output_match_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4916933Z test_output_match_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.4959601Z test_output_match_igamma_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5002321Z test_output_match_igamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5044881Z test_output_match_igammac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5087903Z test_output_match_igammac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5130566Z test_output_match_index_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5173125Z test_output_match_index_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5215775Z test_output_match_index_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5258190Z test_output_match_index_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5300903Z test_output_match_index_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5343377Z test_output_match_index_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5386301Z test_output_match_index_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5428791Z test_output_match_index_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5471647Z test_output_match_index_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5514318Z test_output_match_index_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5556811Z test_output_match_index_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5599629Z test_output_match_index_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5641981Z test_output_match_index_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5684839Z test_output_match_index_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5727611Z test_output_match_index_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5770189Z test_output_match_index_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5812755Z test_output_match_index_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5855388Z test_output_match_index_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5898041Z test_output_match_index_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5941182Z test_output_match_index_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.5984116Z test_output_match_index_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6026696Z test_output_match_index_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6069620Z test_output_match_index_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6112698Z test_output_match_index_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6155362Z test_output_match_index_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6197847Z test_output_match_index_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6240268Z test_output_match_index_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6282839Z test_output_match_index_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6325448Z test_output_match_index_reduce_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6367984Z test_output_match_index_reduce_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6410584Z test_output_match_index_reduce_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6453109Z test_output_match_index_reduce_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6495626Z test_output_match_index_reduce_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6538300Z test_output_match_index_reduce_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6580855Z test_output_match_index_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6623842Z test_output_match_index_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6666554Z test_output_match_index_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6708894Z test_output_match_index_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6751638Z test_output_match_index_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6794080Z test_output_match_index_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6836526Z test_output_match_index_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6879035Z test_output_match_inner_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6921629Z test_output_match_inner_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.6963941Z test_output_match_inner_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7006740Z test_output_match_inner_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7049095Z test_output_match_inner_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7091450Z test_output_match_int_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7134117Z test_output_match_int_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7179520Z test_output_match_int_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:21.7222119Z test_output_match_int_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7264953Z test_output_match_int_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7307487Z test_output_match_int_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7349985Z test_output_match_int_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7392776Z test_output_match_isclose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7435420Z test_output_match_isclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7477802Z test_output_match_isclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7520523Z test_output_match_isclose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7562867Z test_output_match_isclose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7605254Z test_output_match_isclose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7647756Z test_output_match_isclose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7690724Z test_output_match_isfinite_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7733212Z test_output_match_isfinite_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7775842Z test_output_match_isfinite_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7818057Z test_output_match_isfinite_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7860503Z test_output_match_isfinite_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7903156Z test_output_match_isfinite_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7945356Z test_output_match_isfinite_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.7987787Z test_output_match_isin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8030402Z test_output_match_isin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8073069Z test_output_match_isin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8115477Z test_output_match_isin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8158075Z test_output_match_isin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8200325Z test_output_match_isinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8242848Z test_output_match_isinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8285288Z test_output_match_isinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8327583Z test_output_match_isinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8370129Z test_output_match_isinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8412792Z test_output_match_isinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8455481Z test_output_match_isinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8497869Z test_output_match_isnan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8540280Z test_output_match_isnan_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8583146Z test_output_match_isnan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8625525Z test_output_match_isnan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8668163Z test_output_match_isnan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8710681Z test_output_match_isnan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8752899Z test_output_match_isnan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8795401Z test_output_match_isneginf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8837715Z test_output_match_isneginf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8880195Z test_output_match_isneginf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8922700Z test_output_match_isneginf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.8965411Z test_output_match_isneginf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9007491Z test_output_match_isneginf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9049970Z test_output_match_isneginf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9092414Z test_output_match_isposinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9134969Z test_output_match_isposinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9177423Z test_output_match_isposinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9220077Z test_output_match_isposinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9262474Z test_output_match_isposinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9304821Z test_output_match_isposinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9347276Z test_output_match_isposinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9389927Z test_output_match_isreal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9432416Z test_output_match_isreal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9474780Z test_output_match_isreal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9517107Z test_output_match_isreal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9559754Z test_output_match_isreal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9602349Z test_output_match_isreal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9644709Z test_output_match_isreal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9687334Z test_output_match_istft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:21.9729467Z test_output_match_jiterator_2inputs_2outputs_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:21.9771383Z test_output_match_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:21.9813285Z test_output_match_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:21.9855056Z test_output_match_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:21.9896879Z test_output_match_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:21.9938704Z test_output_match_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:21.9980494Z test_output_match_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0022167Z test_output_match_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0063889Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0105585Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0147453Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0189630Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0231699Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0273500Z test_output_match_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0315621Z test_output_match_jiterator_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0357523Z test_output_match_jiterator_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0399151Z test_output_match_jiterator_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0440884Z test_output_match_jiterator_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0483112Z test_output_match_jiterator_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0524449Z test_output_match_jiterator_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0566268Z test_output_match_jiterator_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0607790Z test_output_match_jiterator_binary_return_by_ref_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0649806Z test_output_match_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0691640Z test_output_match_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0733602Z test_output_match_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0775732Z test_output_match_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0817467Z test_output_match_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0859557Z test_output_match_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0901479Z test_output_match_jiterator_unary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0944041Z test_output_match_jiterator_unary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.0986084Z test_output_match_jiterator_unary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.1027522Z test_output_match_jiterator_unary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.1071935Z test_output_match_jiterator_unary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.1113730Z test_output_match_jiterator_unary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.1155322Z test_output_match_jiterator_unary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:50:22.1197906Z test_output_match_kron_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1240633Z test_output_match_kron_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1282592Z test_output_match_kron_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1324953Z test_output_match_kron_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1367468Z test_output_match_kron_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1409950Z test_output_match_kron_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1452483Z test_output_match_kron_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1494775Z test_output_match_kthvalue_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1537087Z test_output_match_kthvalue_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1579604Z test_output_match_kthvalue_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1622775Z test_output_match_kthvalue_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1664786Z test_output_match_kthvalue_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1707113Z test_output_match_lcm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1750117Z test_output_match_lcm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1793253Z test_output_match_lcm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1835793Z test_output_match_lcm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1878467Z test_output_match_ldexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1920828Z test_output_match_ldexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.1963467Z test_output_match_ldexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2006252Z test_output_match_ldexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2048576Z test_output_match_ldexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2090788Z test_output_match_ldexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2133146Z test_output_match_ldexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2175344Z test_output_match_le_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2218051Z test_output_match_le_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2259984Z test_output_match_le_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2302421Z test_output_match_le_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2344605Z test_output_match_le_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2386968Z test_output_match_le_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2429298Z test_output_match_le_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2471668Z test_output_match_lerp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2514411Z test_output_match_lgamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2556783Z test_output_match_lgamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2599009Z test_output_match_lgamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2641263Z test_output_match_lgamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2683614Z test_output_match_lgamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2725981Z test_output_match_lgamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2768476Z test_output_match_linalg_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2811252Z test_output_match_linalg_cholesky_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2854139Z test_output_match_linalg_cond_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2896589Z test_output_match_linalg_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2939313Z test_output_match_linalg_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.2981923Z test_output_match_linalg_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3024892Z test_output_match_linalg_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3067646Z test_output_match_linalg_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3110334Z test_output_match_linalg_det_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3152968Z test_output_match_linalg_det_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3196248Z test_output_match_linalg_eig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3239535Z test_output_match_linalg_eigh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3282263Z test_output_match_linalg_eigvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3324978Z test_output_match_linalg_eigvalsh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3367939Z test_output_match_linalg_householder_product_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3410714Z test_output_match_linalg_inv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3453261Z test_output_match_linalg_inv_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3496037Z test_output_match_linalg_ldl_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3538860Z test_output_match_linalg_ldl_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3581914Z test_output_match_linalg_ldl_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3624337Z test_output_match_linalg_lstsq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3667213Z test_output_match_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3709533Z test_output_match_linalg_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3752346Z test_output_match_linalg_lu_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3795055Z test_output_match_linalg_lu_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3837637Z test_output_match_linalg_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3880474Z test_output_match_linalg_matrix_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3923552Z test_output_match_linalg_matrix_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.3966482Z test_output_match_linalg_matrix_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4009717Z test_output_match_linalg_matrix_rank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4052588Z test_output_match_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4095496Z test_output_match_linalg_multi_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4138236Z test_output_match_linalg_multi_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4181181Z test_output_match_linalg_multi_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4223785Z test_output_match_linalg_multi_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4266758Z test_output_match_linalg_multi_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4309641Z test_output_match_linalg_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4352943Z test_output_match_linalg_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4396023Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4439569Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4482466Z test_output_match_linalg_pinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4526030Z test_output_match_linalg_pinv_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4568418Z test_output_match_linalg_pinv_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:50:22.4610914Z test_output_match_linalg_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4653401Z test_output_match_linalg_slogdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4696169Z test_output_match_linalg_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4738987Z test_output_match_linalg_solve_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4782186Z test_output_match_linalg_solve_triangular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4825183Z test_output_match_linalg_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4868270Z test_output_match_linalg_svdvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4910733Z test_output_match_linalg_tensorinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4953806Z test_output_match_linalg_tensorsolve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.4996140Z test_output_match_linalg_vander_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5038803Z test_output_match_linalg_vander_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5081704Z test_output_match_linalg_vander_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5124827Z test_output_match_linalg_vander_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5167592Z test_output_match_linalg_vander_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5210880Z test_output_match_linalg_vecdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5253878Z test_output_match_linalg_vector_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5296910Z test_output_match_linalg_vector_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5339807Z test_output_match_linspace_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5382966Z test_output_match_linspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5425863Z test_output_match_linspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5468696Z test_output_match_linspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5511344Z test_output_match_linspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5554580Z test_output_match_linspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5597339Z test_output_match_log10_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5640130Z test_output_match_log10_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5682794Z test_output_match_log10_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5725566Z test_output_match_log10_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5768255Z test_output_match_log10_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5811154Z test_output_match_log10_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5853870Z test_output_match_log1p_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5896751Z test_output_match_log1p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5939605Z test_output_match_log1p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.5982159Z test_output_match_log1p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6024742Z test_output_match_log1p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6067796Z test_output_match_log1p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6110568Z test_output_match_log2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6153593Z test_output_match_log2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6196442Z test_output_match_log2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6239300Z test_output_match_log2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6281890Z test_output_match_log2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6324531Z test_output_match_log2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6367383Z test_output_match_log_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6410374Z test_output_match_log_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6453140Z test_output_match_log_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6495812Z test_output_match_log_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6538411Z test_output_match_log_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6581481Z test_output_match_log_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6624329Z test_output_match_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6667165Z test_output_match_log_softmax_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6709932Z test_output_match_log_softmax_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6752814Z test_output_match_log_softmax_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6795533Z test_output_match_log_softmax_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6838145Z test_output_match_log_softmax_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6880967Z test_output_match_log_softmax_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6923821Z test_output_match_log_softmax_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.6966664Z test_output_match_logaddexp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7009549Z test_output_match_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7052443Z test_output_match_logcumsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7095703Z test_output_match_logdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7138648Z test_output_match_logical_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7181364Z test_output_match_logical_and_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7224321Z test_output_match_logical_and_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7267054Z test_output_match_logical_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7309808Z test_output_match_logical_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7352942Z test_output_match_logical_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7395728Z test_output_match_logical_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7438489Z test_output_match_logical_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7481378Z test_output_match_logical_not_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7523839Z test_output_match_logical_not_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7566865Z test_output_match_logical_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7610038Z test_output_match_logical_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7652770Z test_output_match_logical_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7695569Z test_output_match_logical_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7738538Z test_output_match_logical_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7781273Z test_output_match_logical_or_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7824032Z test_output_match_logical_or_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7866873Z test_output_match_logical_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7909940Z test_output_match_logical_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7953010Z test_output_match_logical_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.7995862Z test_output_match_logical_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8038483Z test_output_match_logical_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8081120Z test_output_match_logical_xor_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8124259Z test_output_match_logical_xor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8166875Z test_output_match_logical_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8209855Z test_output_match_logical_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8252686Z test_output_match_logical_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8295249Z test_output_match_logical_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8338316Z test_output_match_logit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8381520Z test_output_match_logit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8424247Z test_output_match_logit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8467197Z test_output_match_logit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8509883Z test_output_match_logit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8552427Z test_output_match_logit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8595168Z test_output_match_logspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8637922Z test_output_match_logspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8680380Z test_output_match_logspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8722988Z test_output_match_logspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8765663Z test_output_match_logspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8808264Z test_output_match_logsumexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8851128Z test_output_match_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8894110Z test_output_match_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8936647Z test_output_match_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.8979100Z test_output_match_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9021824Z test_output_match_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9064512Z test_output_match_long_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9107192Z test_output_match_long_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9149924Z test_output_match_long_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9192830Z test_output_match_long_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9235521Z test_output_match_long_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9278319Z test_output_match_long_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9320941Z test_output_match_long_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9363865Z test_output_match_lt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9406721Z test_output_match_lt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9449636Z test_output_match_lt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9492557Z test_output_match_lt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9535608Z test_output_match_lt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9578449Z test_output_match_lt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9621486Z test_output_match_lt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9664491Z test_output_match_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9707569Z test_output_match_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9750366Z test_output_match_lu_unpack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9793140Z test_output_match_mH_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9835843Z test_output_match_mH_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9878884Z test_output_match_mH_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9922122Z test_output_match_mH_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:22.9964680Z test_output_match_mH_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0007262Z test_output_match_mH_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0049990Z test_output_match_mH_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0092771Z test_output_match_mT_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0135274Z test_output_match_mT_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0177874Z test_output_match_mT_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0220400Z test_output_match_mT_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0263251Z test_output_match_mT_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0305727Z test_output_match_mT_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0348342Z test_output_match_mT_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0390905Z test_output_match_masked_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0433771Z test_output_match_masked_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0479806Z test_output_match_masked_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:23.0522771Z test_output_match_masked_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0565249Z test_output_match_masked_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0608036Z test_output_match_masked_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0650901Z test_output_match_masked_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0693848Z test_output_match_masked_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0736133Z test_output_match_masked_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0778849Z test_output_match_masked_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0821261Z test_output_match_masked_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0863724Z test_output_match_masked_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0906273Z test_output_match_masked_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0948992Z test_output_match_masked_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.0991357Z test_output_match_masked_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1034134Z test_output_match_masked_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1076494Z test_output_match_masked_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1118884Z test_output_match_masked_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1161374Z test_output_match_masked_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1203826Z test_output_match_masked_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1246128Z test_output_match_masked_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1288828Z test_output_match_matmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1331517Z test_output_match_matmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1374011Z test_output_match_matmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1416566Z test_output_match_matmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1458911Z test_output_match_matmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1501355Z test_output_match_matrix_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1543736Z test_output_match_max_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1586144Z test_output_match_max_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1628741Z test_output_match_max_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1671157Z test_output_match_max_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1713855Z test_output_match_max_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1759429Z test_output_match_max_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1802087Z test_output_match_max_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1844392Z test_output_match_max_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1887460Z test_output_match_max_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1930540Z test_output_match_max_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.1973586Z test_output_match_max_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2016057Z test_output_match_max_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2058687Z test_output_match_max_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2101509Z test_output_match_max_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2143700Z test_output_match_max_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2186292Z test_output_match_max_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2229010Z test_output_match_max_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2271596Z test_output_match_max_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2313909Z test_output_match_max_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2356226Z test_output_match_max_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2398720Z test_output_match_max_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2441038Z test_output_match_maximum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2483529Z test_output_match_maximum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2526310Z test_output_match_maximum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2568800Z test_output_match_maximum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2611438Z test_output_match_maximum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2654130Z test_output_match_maximum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2696625Z test_output_match_maximum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2739284Z test_output_match_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2782095Z test_output_match_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2824307Z test_output_match_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2866808Z test_output_match_median_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2909412Z test_output_match_median_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2951890Z test_output_match_median_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.2994374Z test_output_match_median_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3037080Z test_output_match_meshgrid_list_of_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3079441Z test_output_match_meshgrid_list_of_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3121955Z test_output_match_meshgrid_list_of_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3164555Z test_output_match_meshgrid_list_of_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3207015Z test_output_match_meshgrid_list_of_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3249585Z test_output_match_meshgrid_list_of_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3292233Z test_output_match_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3334948Z test_output_match_meshgrid_variadic_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3377572Z test_output_match_meshgrid_variadic_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3419971Z test_output_match_meshgrid_variadic_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3462388Z test_output_match_meshgrid_variadic_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3504661Z test_output_match_meshgrid_variadic_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3547249Z test_output_match_meshgrid_variadic_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3589706Z test_output_match_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3632161Z test_output_match_min_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3675035Z test_output_match_min_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3717582Z test_output_match_min_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3760119Z test_output_match_min_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3802605Z test_output_match_min_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3845177Z test_output_match_min_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3887649Z test_output_match_min_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3930301Z test_output_match_min_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.3972900Z test_output_match_min_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4015274Z test_output_match_min_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4057755Z test_output_match_min_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4100179Z test_output_match_min_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4142748Z test_output_match_min_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4185182Z test_output_match_min_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4227493Z test_output_match_min_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4270010Z test_output_match_min_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4312906Z test_output_match_min_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4355346Z test_output_match_min_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4397662Z test_output_match_min_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4439993Z test_output_match_min_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4482405Z test_output_match_min_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4524875Z test_output_match_minimum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4567601Z test_output_match_minimum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4609991Z test_output_match_minimum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4652491Z test_output_match_minimum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4694908Z test_output_match_minimum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4737502Z test_output_match_minimum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4780168Z test_output_match_minimum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4823341Z test_output_match_mm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4865584Z test_output_match_mm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4907886Z test_output_match_mm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4950270Z test_output_match_mm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.4992861Z test_output_match_mm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5035656Z test_output_match_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5078145Z test_output_match_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5121012Z test_output_match_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5163865Z test_output_match_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5207009Z test_output_match_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5249896Z test_output_match_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5292719Z test_output_match_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5335579Z test_output_match_movedim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5378180Z test_output_match_movedim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5421267Z test_output_match_movedim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5464214Z test_output_match_movedim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5506975Z test_output_match_movedim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5549860Z test_output_match_movedim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5592711Z test_output_match_movedim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5635552Z test_output_match_msort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5678376Z test_output_match_msort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5720900Z test_output_match_msort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5763525Z test_output_match_msort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5806104Z test_output_match_msort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5849151Z test_output_match_msort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5891822Z test_output_match_msort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5934802Z test_output_match_mul_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.5977797Z test_output_match_mul_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6020566Z test_output_match_mul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6063215Z test_output_match_mul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6106661Z test_output_match_mul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6149151Z test_output_match_mul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6192533Z test_output_match_mul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6235241Z test_output_match_multinomial_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6277632Z test_output_match_mv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6320215Z test_output_match_mv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6362956Z test_output_match_mv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6405575Z test_output_match_mv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6448056Z test_output_match_mv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6490994Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6533524Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6576055Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6618789Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6661340Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6703698Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6746299Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6788724Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6831154Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6874452Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6916717Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.6959440Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7002085Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7044731Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7087225Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7130041Z test_output_match_nan_to_num_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7172769Z test_output_match_nan_to_num_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7214703Z test_output_match_nan_to_num_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7257141Z test_output_match_nan_to_num_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7299678Z test_output_match_nan_to_num_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7342452Z test_output_match_nan_to_num_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7385549Z test_output_match_nan_to_num_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7428075Z test_output_match_nanmean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7470519Z test_output_match_nanmean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7513042Z test_output_match_nanmedian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7555729Z test_output_match_nanmedian_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7598038Z test_output_match_nanmedian_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7640668Z test_output_match_nanmedian_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7683013Z test_output_match_nanmedian_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7725596Z test_output_match_nanquantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7768172Z test_output_match_nansum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7810952Z test_output_match_nansum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7853774Z test_output_match_nansum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7896326Z test_output_match_nansum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7939014Z test_output_match_nansum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.7981669Z test_output_match_nansum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8024556Z test_output_match_nansum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8067429Z test_output_match_narrow_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8110111Z test_output_match_narrow_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8153080Z test_output_match_narrow_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8195536Z test_output_match_narrow_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8238162Z test_output_match_narrow_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8280810Z test_output_match_narrow_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8323486Z test_output_match_narrow_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8366369Z test_output_match_narrow_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8409609Z test_output_match_narrow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8452224Z test_output_match_narrow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8494911Z test_output_match_narrow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8537444Z test_output_match_narrow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8580157Z test_output_match_narrow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8623021Z test_output_match_narrow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8666082Z test_output_match_native_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8708708Z test_output_match_ne_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8752094Z test_output_match_ne_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8794820Z test_output_match_ne_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8837585Z test_output_match_ne_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8880472Z test_output_match_ne_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8923266Z test_output_match_ne_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.8968955Z test_output_match_ne_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9011768Z test_output_match_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9054159Z test_output_match_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9097035Z test_output_match_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9139314Z test_output_match_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9181999Z test_output_match_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9224320Z test_output_match_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9267034Z test_output_match_new_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9309852Z test_output_match_new_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9352385Z test_output_match_new_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9395530Z test_output_match_new_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9438348Z test_output_match_new_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9480925Z test_output_match_new_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9523760Z test_output_match_new_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9566522Z test_output_match_new_empty_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9609153Z test_output_match_new_empty_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9652029Z test_output_match_new_empty_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9694576Z test_output_match_new_empty_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9737659Z test_output_match_new_empty_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9780034Z test_output_match_new_empty_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9822732Z test_output_match_new_empty_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9865099Z test_output_match_new_full_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9907965Z test_output_match_new_full_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9951479Z test_output_match_new_full_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:23.9993920Z test_output_match_new_full_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0036442Z test_output_match_new_full_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0079074Z test_output_match_new_full_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0121636Z test_output_match_new_full_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0164276Z test_output_match_new_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0206698Z test_output_match_new_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0249423Z test_output_match_new_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0292157Z test_output_match_new_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0334632Z test_output_match_new_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0377154Z test_output_match_new_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0419491Z test_output_match_new_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0462297Z test_output_match_new_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0504666Z test_output_match_new_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0546817Z test_output_match_new_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0589598Z test_output_match_new_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0631908Z test_output_match_new_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0674442Z test_output_match_new_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0716950Z test_output_match_new_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0763018Z test_output_match_nextafter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:24.0805770Z test_output_match_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0848356Z test_output_match_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0891061Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0933810Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.0976422Z test_output_match_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1021863Z test_output_match_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:24.1064802Z test_output_match_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1107415Z test_output_match_nn_functional_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1149977Z test_output_match_nn_functional_avg_pool1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1192476Z test_output_match_nn_functional_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1235500Z test_output_match_nn_functional_avg_pool2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1280831Z test_output_match_nn_functional_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1323509Z test_output_match_nn_functional_avg_pool3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1366084Z test_output_match_nn_functional_batch_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1408835Z test_output_match_nn_functional_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1451283Z test_output_match_nn_functional_bilinear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1493819Z test_output_match_nn_functional_bilinear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1539365Z test_output_match_nn_functional_bilinear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1581778Z test_output_match_nn_functional_bilinear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1624120Z test_output_match_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1666276Z test_output_match_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1708636Z test_output_match_nn_functional_celu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1751127Z test_output_match_nn_functional_conv1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1793686Z test_output_match_nn_functional_conv1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1836050Z test_output_match_nn_functional_conv2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1878287Z test_output_match_nn_functional_conv2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1920777Z test_output_match_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.1963131Z test_output_match_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2005373Z test_output_match_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2047627Z test_output_match_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2089969Z test_output_match_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2132881Z test_output_match_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2174852Z test_output_match_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2217312Z test_output_match_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2259687Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2302356Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2344908Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2387104Z test_output_match_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2429256Z test_output_match_nn_functional_cosine_similarity_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2471561Z test_output_match_nn_functional_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2514078Z test_output_match_nn_functional_ctc_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2556554Z test_output_match_nn_functional_dropout2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2598616Z test_output_match_nn_functional_dropout3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2641069Z test_output_match_nn_functional_dropout_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2683726Z test_output_match_nn_functional_elu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2726229Z test_output_match_nn_functional_embedding_bag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2768585Z test_output_match_nn_functional_embedding_bag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2810979Z test_output_match_nn_functional_embedding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2853803Z test_output_match_nn_functional_embedding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2896048Z test_output_match_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2938621Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.2981271Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3023719Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3066196Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3108623Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3150917Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3193332Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3235777Z test_output_match_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3278120Z test_output_match_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3320536Z test_output_match_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3362958Z test_output_match_nn_functional_gelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3405302Z test_output_match_nn_functional_glu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3447895Z test_output_match_nn_functional_grid_sample_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3490152Z test_output_match_nn_functional_group_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3532991Z test_output_match_nn_functional_hardshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3575896Z test_output_match_nn_functional_hardsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3618519Z test_output_match_nn_functional_hardswish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3660861Z test_output_match_nn_functional_hardtanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3703383Z test_output_match_nn_functional_hardtanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3745583Z test_output_match_nn_functional_hardtanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3787865Z test_output_match_nn_functional_hardtanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3830512Z test_output_match_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3875590Z test_output_match_nn_functional_huber_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3918620Z test_output_match_nn_functional_huber_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.3961143Z test_output_match_nn_functional_instance_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4003658Z test_output_match_nn_functional_interpolate_area_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4046102Z test_output_match_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4088964Z test_output_match_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4131777Z test_output_match_nn_functional_interpolate_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4176861Z test_output_match_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4219233Z test_output_match_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4261781Z test_output_match_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4304227Z test_output_match_nn_functional_kl_div_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4346639Z test_output_match_nn_functional_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4389522Z test_output_match_nn_functional_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4431867Z test_output_match_nn_functional_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4474418Z test_output_match_nn_functional_leaky_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4516660Z test_output_match_nn_functional_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4559307Z test_output_match_nn_functional_linear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4601582Z test_output_match_nn_functional_linear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4644043Z test_output_match_nn_functional_linear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4686208Z test_output_match_nn_functional_linear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4728357Z test_output_match_nn_functional_local_response_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4770884Z test_output_match_nn_functional_local_response_norm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4813266Z test_output_match_nn_functional_logsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4855562Z test_output_match_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4897993Z test_output_match_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4940734Z test_output_match_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.4983000Z test_output_match_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5025608Z test_output_match_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5068024Z test_output_match_nn_functional_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5110256Z test_output_match_nn_functional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5152655Z test_output_match_nn_functional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5194999Z test_output_match_nn_functional_max_unpool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5237630Z test_output_match_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5280167Z test_output_match_nn_functional_max_unpool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5322415Z test_output_match_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5364943Z test_output_match_nn_functional_max_unpool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5407433Z test_output_match_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5449701Z test_output_match_nn_functional_mish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5492370Z test_output_match_nn_functional_mse_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5534668Z test_output_match_nn_functional_mse_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5577197Z test_output_match_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5619417Z test_output_match_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5661850Z test_output_match_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5704414Z test_output_match_nn_functional_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5746757Z test_output_match_nn_functional_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5789223Z test_output_match_nn_functional_one_hot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5831640Z test_output_match_nn_functional_pad_circular_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5874249Z test_output_match_nn_functional_pad_circular_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5916832Z test_output_match_nn_functional_pad_circular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.5959194Z test_output_match_nn_functional_pad_circular_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6001523Z test_output_match_nn_functional_pad_circular_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6043898Z test_output_match_nn_functional_pad_circular_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6086554Z test_output_match_nn_functional_pad_circular_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6128613Z test_output_match_nn_functional_pad_constant_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6171107Z test_output_match_nn_functional_pad_constant_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6213187Z test_output_match_nn_functional_pad_constant_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6255345Z test_output_match_nn_functional_pad_constant_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6297639Z test_output_match_nn_functional_pad_constant_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6339957Z test_output_match_nn_functional_pad_constant_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6382353Z test_output_match_nn_functional_pad_constant_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6424962Z test_output_match_nn_functional_pad_reflect_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6467286Z test_output_match_nn_functional_pad_replicate_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6509767Z test_output_match_nn_functional_pairwise_distance_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6552356Z test_output_match_nn_functional_pairwise_distance_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6594716Z test_output_match_nn_functional_pairwise_distance_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6637300Z test_output_match_nn_functional_pairwise_distance_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6679942Z test_output_match_nn_functional_pairwise_distance_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6722372Z test_output_match_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6764616Z test_output_match_nn_functional_pdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6807255Z test_output_match_nn_functional_pixel_shuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6849990Z test_output_match_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6892762Z test_output_match_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6935886Z test_output_match_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.6978551Z test_output_match_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7021252Z test_output_match_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7064187Z test_output_match_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7107494Z test_output_match_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7150452Z test_output_match_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7193258Z test_output_match_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7236190Z test_output_match_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7278936Z test_output_match_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7321538Z test_output_match_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7364584Z test_output_match_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7407323Z test_output_match_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7450513Z test_output_match_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7493367Z test_output_match_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7536006Z test_output_match_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7578833Z test_output_match_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7621817Z test_output_match_nn_functional_prelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7664704Z test_output_match_nn_functional_relu6_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7707651Z test_output_match_nn_functional_relu6_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7750783Z test_output_match_nn_functional_relu6_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7793508Z test_output_match_nn_functional_relu6_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7836844Z test_output_match_nn_functional_relu6_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7879622Z test_output_match_nn_functional_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7922408Z test_output_match_nn_functional_relu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.7965740Z test_output_match_nn_functional_relu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8008469Z test_output_match_nn_functional_relu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8051418Z test_output_match_nn_functional_relu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8094298Z test_output_match_nn_functional_rrelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8137171Z test_output_match_nn_functional_selu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8179998Z test_output_match_nn_functional_silu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8223376Z test_output_match_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8265879Z test_output_match_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8308814Z test_output_match_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8351588Z test_output_match_nn_functional_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8394892Z test_output_match_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8437725Z test_output_match_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8480807Z test_output_match_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8523816Z test_output_match_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8566737Z test_output_match_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8609589Z test_output_match_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8652195Z test_output_match_nn_functional_softplus_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8695249Z test_output_match_nn_functional_softshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8737955Z test_output_match_nn_functional_softsign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8780832Z test_output_match_nn_functional_softsign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8823593Z test_output_match_nn_functional_softsign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8866268Z test_output_match_nn_functional_softsign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8908875Z test_output_match_nn_functional_softsign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8951740Z test_output_match_nn_functional_softsign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.8994470Z test_output_match_nn_functional_tanhshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9037362Z test_output_match_nn_functional_tanhshrink_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9079938Z test_output_match_nn_functional_tanhshrink_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9122540Z test_output_match_nn_functional_tanhshrink_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9165088Z test_output_match_nn_functional_tanhshrink_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9207661Z test_output_match_nn_functional_threshold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9250563Z test_output_match_nn_functional_threshold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9293171Z test_output_match_nn_functional_threshold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9335978Z test_output_match_nn_functional_threshold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9378616Z test_output_match_nn_functional_threshold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9421493Z test_output_match_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9463959Z test_output_match_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9506452Z test_output_match_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9549084Z test_output_match_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9591612Z test_output_match_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9634817Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9677528Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9720043Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9762917Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9805306Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9847709Z test_output_match_nn_functional_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9890844Z test_output_match_nn_functional_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9933659Z test_output_match_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:24.9976168Z test_output_match_nn_functional_upsample_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0018845Z test_output_match_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0064449Z test_output_match_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:25.0107144Z test_output_match_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0149904Z test_output_match_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0192641Z test_output_match_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0235218Z test_output_match_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0277870Z test_output_match_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0320454Z test_output_match_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0363254Z test_output_match_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0405889Z test_output_match_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0448392Z test_output_match_norm_fro_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0491475Z test_output_match_norm_inf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0534013Z test_output_match_norm_inf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0576671Z test_output_match_norm_nuc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0619080Z test_output_match_normal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0661619Z test_output_match_normal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0704245Z test_output_match_normal_number_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0746943Z test_output_match_normal_number_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0789713Z test_output_match_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0832409Z test_output_match_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0875811Z test_output_match_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.0923495Z test_output_match_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:25.0966689Z test_output_match_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1009253Z test_output_match_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1051594Z test_output_match_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1093652Z test_output_match_ones_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1136388Z test_output_match_ones_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1178979Z test_output_match_ones_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1221507Z test_output_match_ones_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1263787Z test_output_match_ones_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1306452Z test_output_match_ones_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1348719Z test_output_match_ones_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1391249Z test_output_match_ormqr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1433626Z test_output_match_outer_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1476596Z test_output_match_outer_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1519402Z test_output_match_outer_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1562452Z test_output_match_outer_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1604907Z test_output_match_outer_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1647614Z test_output_match_outer_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1690069Z test_output_match_outer_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1733349Z test_output_match_pca_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1775623Z test_output_match_permute_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1818563Z test_output_match_permute_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1861009Z test_output_match_permute_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1903951Z test_output_match_permute_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1946829Z test_output_match_permute_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.1989414Z test_output_match_permute_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2032207Z test_output_match_permute_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2075101Z test_output_match_pinverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2117729Z test_output_match_polar_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2160297Z test_output_match_polygamma_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2202815Z test_output_match_polygamma_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2245644Z test_output_match_polygamma_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2288288Z test_output_match_polygamma_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2331349Z test_output_match_polygamma_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2373928Z test_output_match_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2417043Z test_output_match_polygamma_polygamma_n_1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2459772Z test_output_match_polygamma_polygamma_n_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2503914Z test_output_match_polygamma_polygamma_n_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2547252Z test_output_match_polygamma_polygamma_n_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2590581Z test_output_match_polygamma_polygamma_n_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2633040Z test_output_match_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2675588Z test_output_match_polygamma_polygamma_n_2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2718340Z test_output_match_polygamma_polygamma_n_2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2760926Z test_output_match_polygamma_polygamma_n_2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2803982Z test_output_match_polygamma_polygamma_n_2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2846927Z test_output_match_polygamma_polygamma_n_2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2889586Z test_output_match_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2932266Z test_output_match_polygamma_polygamma_n_3_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.2975032Z test_output_match_polygamma_polygamma_n_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3017665Z test_output_match_polygamma_polygamma_n_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3060501Z test_output_match_polygamma_polygamma_n_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3103342Z test_output_match_polygamma_polygamma_n_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3146003Z test_output_match_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3188644Z test_output_match_polygamma_polygamma_n_4_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3231063Z test_output_match_polygamma_polygamma_n_4_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3273582Z test_output_match_polygamma_polygamma_n_4_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3316170Z test_output_match_polygamma_polygamma_n_4_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3358739Z test_output_match_polygamma_polygamma_n_4_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3401285Z test_output_match_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3443766Z test_output_match_positive_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3486490Z test_output_match_positive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3529327Z test_output_match_positive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3572243Z test_output_match_positive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3615152Z test_output_match_positive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3657953Z test_output_match_positive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3700605Z test_output_match_pow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3742977Z test_output_match_pow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3785561Z test_output_match_pow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3828185Z test_output_match_pow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3870437Z test_output_match_pow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3913002Z test_output_match_pow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3955481Z test_output_match_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.3998493Z test_output_match_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4040922Z test_output_match_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4083367Z test_output_match_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4125552Z test_output_match_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4168061Z test_output_match_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4210670Z test_output_match_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4252847Z test_output_match_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4295231Z test_output_match_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4337466Z test_output_match_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4380130Z test_output_match_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4422409Z test_output_match_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4464762Z test_output_match_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4507021Z test_output_match_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4549652Z test_output_match_quantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4592077Z test_output_match_rad2deg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4634699Z test_output_match_rad2deg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4677081Z test_output_match_rad2deg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4719481Z test_output_match_rad2deg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4761837Z test_output_match_rad2deg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4804146Z test_output_match_rad2deg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4846467Z test_output_match_rad2deg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4889021Z test_output_match_rand_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4931480Z test_output_match_rand_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.4973909Z test_output_match_randint_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5016438Z test_output_match_randint_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5059151Z test_output_match_randint_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5101621Z test_output_match_randint_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5144599Z test_output_match_randint_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5187010Z test_output_match_randint_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5229225Z test_output_match_randn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5271832Z test_output_match_randn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5314413Z test_output_match_randn_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5356745Z test_output_match_randn_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5399616Z test_output_match_ravel_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5441790Z test_output_match_ravel_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5484466Z test_output_match_ravel_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5527176Z test_output_match_ravel_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5569707Z test_output_match_ravel_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5611910Z test_output_match_ravel_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5654612Z test_output_match_ravel_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5696991Z test_output_match_real_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5739138Z test_output_match_real_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5782015Z test_output_match_real_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5824329Z test_output_match_real_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5866844Z test_output_match_real_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5909571Z test_output_match_real_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5952327Z test_output_match_real_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.5994703Z test_output_match_reciprocal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6037337Z test_output_match_reciprocal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6080136Z test_output_match_reciprocal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6122464Z test_output_match_reciprocal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6165246Z test_output_match_reciprocal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6208009Z test_output_match_reciprocal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6250835Z test_output_match_reciprocal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6293917Z test_output_match_remainder_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6336592Z test_output_match_remainder_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6379406Z test_output_match_remainder_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6422201Z test_output_match_remainder_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6465009Z test_output_match_remainder_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6507666Z test_output_match_remainder_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6550272Z test_output_match_renorm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6593080Z test_output_match_renorm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6635779Z test_output_match_repeat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6678418Z test_output_match_repeat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6721218Z test_output_match_repeat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6763918Z test_output_match_repeat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6806431Z test_output_match_repeat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6849201Z test_output_match_repeat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6891854Z test_output_match_repeat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6934553Z test_output_match_repeat_interleave_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.6977319Z test_output_match_repeat_interleave_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7019860Z test_output_match_repeat_interleave_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7062426Z test_output_match_repeat_interleave_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7105139Z test_output_match_repeat_interleave_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7147731Z test_output_match_repeat_interleave_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7190194Z test_output_match_repeat_interleave_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7233016Z test_output_match_reshape_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7275573Z test_output_match_reshape_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7318403Z test_output_match_reshape_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7361080Z test_output_match_reshape_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7403833Z test_output_match_reshape_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7446248Z test_output_match_reshape_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7488810Z test_output_match_reshape_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7531835Z test_output_match_reshape_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7574461Z test_output_match_reshape_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7617182Z test_output_match_reshape_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7659923Z test_output_match_reshape_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7702717Z test_output_match_reshape_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7745204Z test_output_match_reshape_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7787758Z test_output_match_reshape_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7830925Z test_output_match_resize__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7873520Z test_output_match_resize__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7916453Z test_output_match_resize__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.7959177Z test_output_match_resize__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8001813Z test_output_match_resize__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8044372Z test_output_match_resize__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8087015Z test_output_match_resize__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8130353Z test_output_match_resize_as__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8173240Z test_output_match_resize_as__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8216813Z test_output_match_resize_as__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8260006Z test_output_match_resize_as__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8303081Z test_output_match_resize_as__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8346508Z test_output_match_resize_as__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8389977Z test_output_match_resize_as__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8433309Z test_output_match_resolve_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8476403Z test_output_match_resolve_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8519477Z test_output_match_resolve_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8562687Z test_output_match_resolve_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8605939Z test_output_match_resolve_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8649115Z test_output_match_resolve_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8691851Z test_output_match_resolve_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8735288Z test_output_match_resolve_neg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8778250Z test_output_match_resolve_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8821429Z test_output_match_resolve_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8864440Z test_output_match_resolve_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8907815Z test_output_match_resolve_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8950881Z test_output_match_resolve_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.8994263Z test_output_match_resolve_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9037276Z test_output_match_roll_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9080154Z test_output_match_roll_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9123164Z test_output_match_roll_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9165846Z test_output_match_roll_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9208585Z test_output_match_roll_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9251458Z test_output_match_roll_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9294376Z test_output_match_roll_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9337506Z test_output_match_rot90_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9380273Z test_output_match_rot90_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9423165Z test_output_match_rot90_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9466124Z test_output_match_rot90_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9509040Z test_output_match_rot90_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9551808Z test_output_match_rot90_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9594571Z test_output_match_rot90_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9637534Z test_output_match_round_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9680039Z test_output_match_round_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9722783Z test_output_match_round_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9765707Z test_output_match_round_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9808969Z test_output_match_round_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9851700Z test_output_match_round_decimals_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9894711Z test_output_match_round_decimals_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9937530Z test_output_match_round_decimals_neg_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:25.9980347Z test_output_match_rsqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0023317Z test_output_match_rsqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0066481Z test_output_match_rsqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0109192Z test_output_match_rsqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0152237Z test_output_match_rsqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0195017Z test_output_match_rsqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0237969Z test_output_match_rsub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0280673Z test_output_match_rsub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0323371Z test_output_match_rsub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0366241Z test_output_match_rsub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0409602Z test_output_match_rsub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0452187Z test_output_match_rsub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0495157Z test_output_match_scatter_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0537941Z test_output_match_scatter_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0581088Z test_output_match_scatter_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0624039Z test_output_match_scatter_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0666913Z test_output_match_scatter_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0710041Z test_output_match_scatter_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0752898Z test_output_match_scatter_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0795618Z test_output_match_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0838416Z test_output_match_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0881116Z test_output_match_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0924075Z test_output_match_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.0966930Z test_output_match_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1009995Z test_output_match_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1052931Z test_output_match_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1095986Z test_output_match_scatter_reduce_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1138614Z test_output_match_scatter_reduce_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1181547Z test_output_match_scatter_reduce_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1224467Z test_output_match_scatter_reduce_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1267290Z test_output_match_scatter_reduce_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1310120Z test_output_match_scatter_reduce_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1352894Z test_output_match_scatter_reduce_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1395618Z test_output_match_scatter_reduce_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1438376Z test_output_match_scatter_reduce_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1481061Z test_output_match_scatter_reduce_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1523960Z test_output_match_scatter_reduce_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1566548Z test_output_match_scatter_reduce_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1609433Z test_output_match_scatter_reduce_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1652173Z test_output_match_scatter_reduce_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1694766Z test_output_match_scatter_reduce_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1737508Z test_output_match_scatter_reduce_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1780148Z test_output_match_scatter_reduce_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1822606Z test_output_match_scatter_reduce_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1865732Z test_output_match_scatter_reduce_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1908419Z test_output_match_scatter_reduce_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1951424Z test_output_match_scatter_reduce_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.1994351Z test_output_match_scatter_reduce_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2037078Z test_output_match_scatter_reduce_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2079941Z test_output_match_scatter_reduce_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2122781Z test_output_match_scatter_reduce_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2165384Z test_output_match_scatter_reduce_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2208048Z test_output_match_scatter_reduce_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2251111Z test_output_match_scatter_reduce_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2293828Z test_output_match_scatter_reduce_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2336532Z test_output_match_scatter_reduce_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2379322Z test_output_match_scatter_reduce_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2422308Z test_output_match_scatter_reduce_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2465346Z test_output_match_scatter_reduce_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2508198Z test_output_match_scatter_reduce_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2551136Z test_output_match_searchsorted_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2593933Z test_output_match_searchsorted_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2637120Z test_output_match_searchsorted_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2679466Z test_output_match_searchsorted_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2722514Z test_output_match_searchsorted_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2765405Z test_output_match_searchsorted_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2808278Z test_output_match_segment_reduce_lengths_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2851085Z test_output_match_segment_reduce_lengths_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2893877Z test_output_match_segment_reduce_offsets_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2936774Z test_output_match_segment_reduce_offsets_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.2979367Z test_output_match_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3021984Z test_output_match_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3064915Z test_output_match_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3107901Z test_output_match_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3150529Z test_output_match_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3193492Z test_output_match_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3236317Z test_output_match_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3279098Z test_output_match_select_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3321869Z test_output_match_select_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3364626Z test_output_match_select_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3407382Z test_output_match_select_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3450337Z test_output_match_select_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3493319Z test_output_match_select_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3535987Z test_output_match_select_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3578523Z test_output_match_sgn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3621707Z test_output_match_sgn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3664648Z test_output_match_sgn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3707763Z test_output_match_sgn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3750407Z test_output_match_sgn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3793069Z test_output_match_sgn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3835944Z test_output_match_sgn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3878827Z test_output_match_short_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3921994Z test_output_match_short_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.3966116Z test_output_match_short_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4013751Z test_output_match_short_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:26.4056487Z test_output_match_short_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4099070Z test_output_match_short_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4141662Z test_output_match_short_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4184469Z test_output_match_sigmoid_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4227231Z test_output_match_sigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4269982Z test_output_match_sigmoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4313511Z test_output_match_sigmoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4356483Z test_output_match_sigmoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4399475Z test_output_match_sigmoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4442256Z test_output_match_sign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4485020Z test_output_match_sign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4528083Z test_output_match_sign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4571141Z test_output_match_sign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4613965Z test_output_match_sign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4656610Z test_output_match_sign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4699533Z test_output_match_sign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4742734Z test_output_match_signbit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4785412Z test_output_match_signbit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4828470Z test_output_match_signbit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4871166Z test_output_match_signbit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4914447Z test_output_match_signbit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.4957331Z test_output_match_signbit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5000097Z test_output_match_signbit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5042961Z test_output_match_sin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5085538Z test_output_match_sin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5128208Z test_output_match_sin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5171412Z test_output_match_sin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5214078Z test_output_match_sin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5257077Z test_output_match_sin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5299809Z test_output_match_sinc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5342947Z test_output_match_sinc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5385844Z test_output_match_sinc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5428507Z test_output_match_sinc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5474408Z test_output_match_sinc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:26.5517006Z test_output_match_sinc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5559806Z test_output_match_sinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5602558Z test_output_match_sinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5644928Z test_output_match_sinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5687717Z test_output_match_sinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5733551Z test_output_match_sinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:26.5776170Z test_output_match_sinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5818952Z test_output_match_slice_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5861431Z test_output_match_slice_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5903607Z test_output_match_slice_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5946620Z test_output_match_slice_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.5992108Z test_output_match_slice_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:26.6034495Z test_output_match_slice_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6076658Z test_output_match_slice_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6118960Z test_output_match_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6161118Z test_output_match_softmax_with_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6203926Z test_output_match_softmax_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6250196Z test_output_match_softmax_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:26.6292875Z test_output_match_softmax_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6335229Z test_output_match_softmax_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6377775Z test_output_match_softmax_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6419996Z test_output_match_softmax_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6465091Z test_output_match_sort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6510943Z test_output_match_sort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:50:26.6553273Z test_output_match_sort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6595664Z test_output_match_sort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6638467Z test_output_match_sort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6681006Z test_output_match_sort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6723467Z test_output_match_sort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6766427Z test_output_match_sparse_sampled_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6809212Z test_output_match_special_airy_ai_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6851639Z test_output_match_special_airy_ai_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6894185Z test_output_match_special_airy_ai_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6936811Z test_output_match_special_airy_ai_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.6979376Z test_output_match_special_airy_ai_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7021826Z test_output_match_special_airy_ai_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7064633Z test_output_match_special_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7107043Z test_output_match_special_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7149627Z test_output_match_special_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7192086Z test_output_match_special_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7234612Z test_output_match_special_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7277234Z test_output_match_special_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7319587Z test_output_match_special_bessel_j1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7362264Z test_output_match_special_bessel_j1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7405098Z test_output_match_special_bessel_j1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7447680Z test_output_match_special_bessel_j1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7490626Z test_output_match_special_bessel_j1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7533750Z test_output_match_special_bessel_j1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7576758Z test_output_match_special_bessel_y0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7619469Z test_output_match_special_bessel_y0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7662150Z test_output_match_special_bessel_y0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7705109Z test_output_match_special_bessel_y0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7747659Z test_output_match_special_bessel_y0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7790822Z test_output_match_special_bessel_y0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7834189Z test_output_match_special_bessel_y1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7876846Z test_output_match_special_bessel_y1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7919988Z test_output_match_special_bessel_y1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.7963071Z test_output_match_special_bessel_y1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8006127Z test_output_match_special_bessel_y1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8049031Z test_output_match_special_bessel_y1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8091958Z test_output_match_special_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8134797Z test_output_match_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8177597Z test_output_match_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8220423Z test_output_match_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8263513Z test_output_match_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8306380Z test_output_match_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8349382Z test_output_match_special_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8392245Z test_output_match_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8434986Z test_output_match_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8477733Z test_output_match_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8520628Z test_output_match_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8563346Z test_output_match_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.8601922Z test_output_match_special_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8639840Z test_output_match_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8678012Z test_output_match_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8716033Z test_output_match_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8754094Z test_output_match_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8792448Z test_output_match_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8830399Z test_output_match_special_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8868223Z test_output_match_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8906761Z test_output_match_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8945006Z test_output_match_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.8982723Z test_output_match_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.9020997Z test_output_match_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:26.9062963Z test_output_match_special_entr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9106060Z test_output_match_special_entr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9148251Z test_output_match_special_entr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9191022Z test_output_match_special_entr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9233337Z test_output_match_special_entr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9275684Z test_output_match_special_entr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9318159Z test_output_match_special_erfcx_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9360756Z test_output_match_special_erfcx_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9403290Z test_output_match_special_erfcx_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9445635Z test_output_match_special_erfcx_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9488129Z test_output_match_special_erfcx_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9530730Z test_output_match_special_erfcx_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9573513Z test_output_match_special_hermite_polynomial_h_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9615842Z test_output_match_special_hermite_polynomial_h_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9658321Z test_output_match_special_hermite_polynomial_h_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9700840Z test_output_match_special_hermite_polynomial_h_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9743141Z test_output_match_special_hermite_polynomial_h_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9785549Z test_output_match_special_hermite_polynomial_h_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9828022Z test_output_match_special_hermite_polynomial_he_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9870692Z test_output_match_special_hermite_polynomial_he_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9913196Z test_output_match_special_hermite_polynomial_he_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9955747Z test_output_match_special_hermite_polynomial_he_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:26.9998582Z test_output_match_special_hermite_polynomial_he_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0041111Z test_output_match_special_hermite_polynomial_he_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0083608Z test_output_match_special_i0e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0126366Z test_output_match_special_i0e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0169151Z test_output_match_special_i0e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0211930Z test_output_match_special_i0e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0254347Z test_output_match_special_i0e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0296969Z test_output_match_special_i0e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0339514Z test_output_match_special_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0382272Z test_output_match_special_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0425004Z test_output_match_special_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0467617Z test_output_match_special_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0510736Z test_output_match_special_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0553357Z test_output_match_special_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0595725Z test_output_match_special_i1e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0638360Z test_output_match_special_i1e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0680836Z test_output_match_special_i1e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0723428Z test_output_match_special_i1e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0766214Z test_output_match_special_i1e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0808550Z test_output_match_special_i1e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0851124Z test_output_match_special_laguerre_polynomial_l_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0893709Z test_output_match_special_laguerre_polynomial_l_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0936785Z test_output_match_special_laguerre_polynomial_l_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.0979086Z test_output_match_special_laguerre_polynomial_l_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1021711Z test_output_match_special_laguerre_polynomial_l_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1064272Z test_output_match_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1102896Z test_output_match_special_legendre_polynomial_p_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.1140742Z test_output_match_special_legendre_polynomial_p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.1178689Z test_output_match_special_legendre_polynomial_p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.1217045Z test_output_match_special_legendre_polynomial_p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.1254925Z test_output_match_special_legendre_polynomial_p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.1292952Z test_output_match_special_legendre_polynomial_p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.1335053Z test_output_match_special_log_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1377680Z test_output_match_special_log_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1420443Z test_output_match_special_log_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1462935Z test_output_match_special_log_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1505387Z test_output_match_special_log_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1548038Z test_output_match_special_log_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1590662Z test_output_match_special_modified_bessel_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1633700Z test_output_match_special_modified_bessel_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1676626Z test_output_match_special_modified_bessel_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1719106Z test_output_match_special_modified_bessel_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1761954Z test_output_match_special_modified_bessel_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1804569Z test_output_match_special_modified_bessel_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1847072Z test_output_match_special_modified_bessel_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1890016Z test_output_match_special_modified_bessel_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1932892Z test_output_match_special_modified_bessel_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.1975708Z test_output_match_special_modified_bessel_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2018727Z test_output_match_special_modified_bessel_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2061242Z test_output_match_special_modified_bessel_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2104317Z test_output_match_special_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2147315Z test_output_match_special_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2189878Z test_output_match_special_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2232612Z test_output_match_special_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2275347Z test_output_match_special_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2318104Z test_output_match_special_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2360750Z test_output_match_special_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2403628Z test_output_match_special_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2446550Z test_output_match_special_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2489040Z test_output_match_special_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2531532Z test_output_match_special_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2573952Z test_output_match_special_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2616208Z test_output_match_special_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2658815Z test_output_match_special_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2701078Z test_output_match_special_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2743106Z test_output_match_special_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2785180Z test_output_match_special_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2827326Z test_output_match_special_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2869669Z test_output_match_special_ndtri_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2911610Z test_output_match_special_ndtri_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2953846Z test_output_match_special_ndtri_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.2996215Z test_output_match_special_ndtri_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3038617Z test_output_match_special_ndtri_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3081115Z test_output_match_special_ndtri_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3123650Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3165772Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3208495Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3251177Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3293706Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3336044Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3378660Z test_output_match_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3421173Z test_output_match_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3463699Z test_output_match_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3506292Z test_output_match_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3549050Z test_output_match_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3591506Z test_output_match_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3634112Z test_output_match_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3677066Z test_output_match_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3720370Z test_output_match_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3762558Z test_output_match_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3805171Z test_output_match_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3847676Z test_output_match_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.3886399Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.3925844Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.3963486Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4001778Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4039680Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4077800Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4116438Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4154311Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4192665Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4230600Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4268841Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4307132Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4344847Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4383000Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4421253Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4459228Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4497191Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4536675Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4574237Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4612142Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4650265Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4688135Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4726340Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4764497Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:50:27.4807430Z test_output_match_special_spherical_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.4849993Z test_output_match_special_spherical_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.4892977Z test_output_match_special_spherical_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.4935511Z test_output_match_special_spherical_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.4977962Z test_output_match_special_spherical_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5020614Z test_output_match_special_spherical_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5063076Z test_output_match_special_xlog1py_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5105630Z test_output_match_special_xlog1py_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5148320Z test_output_match_special_xlog1py_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5191008Z test_output_match_special_xlog1py_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5233638Z test_output_match_special_xlog1py_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5276563Z test_output_match_special_xlog1py_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5319156Z test_output_match_special_xlog1py_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5361799Z test_output_match_special_zeta_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5404623Z test_output_match_special_zeta_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5447249Z test_output_match_special_zeta_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5490020Z test_output_match_special_zeta_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5532639Z test_output_match_special_zeta_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5575039Z test_output_match_special_zeta_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5617704Z test_output_match_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5660462Z test_output_match_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5703098Z test_output_match_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5745656Z test_output_match_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5788195Z test_output_match_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5830776Z test_output_match_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5873269Z test_output_match_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5916090Z test_output_match_split_list_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.5958535Z test_output_match_split_list_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6000782Z test_output_match_split_list_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6043422Z test_output_match_split_list_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6085860Z test_output_match_split_list_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6128923Z test_output_match_split_list_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6171658Z test_output_match_split_list_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6213857Z test_output_match_split_with_sizes_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6256340Z test_output_match_split_with_sizes_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6299151Z test_output_match_split_with_sizes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6341202Z test_output_match_split_with_sizes_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6383714Z test_output_match_split_with_sizes_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6426082Z test_output_match_split_with_sizes_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6468320Z test_output_match_split_with_sizes_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6510657Z test_output_match_sqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6553347Z test_output_match_sqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6596195Z test_output_match_sqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6638648Z test_output_match_sqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6681239Z test_output_match_sqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6724054Z test_output_match_sqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6766429Z test_output_match_square_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6809117Z test_output_match_square_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6851623Z test_output_match_square_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6894620Z test_output_match_square_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6937241Z test_output_match_square_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.6979740Z test_output_match_square_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7022146Z test_output_match_square_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7064578Z test_output_match_squeeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7107063Z test_output_match_squeeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7149676Z test_output_match_squeeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7192063Z test_output_match_squeeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7234824Z test_output_match_squeeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7277335Z test_output_match_squeeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7320432Z test_output_match_squeeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7363010Z test_output_match_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7405410Z test_output_match_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7447730Z test_output_match_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7490149Z test_output_match_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7532697Z test_output_match_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7575169Z test_output_match_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7617690Z test_output_match_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7660282Z test_output_match_std_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7702846Z test_output_match_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7745610Z test_output_match_std_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7787981Z test_output_match_std_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7830834Z test_output_match_stft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7873432Z test_output_match_sub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7916103Z test_output_match_sub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.7961628Z test_output_match_sub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8004860Z test_output_match_sub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8047835Z test_output_match_sub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8090934Z test_output_match_sub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8133597Z test_output_match_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8176418Z test_output_match_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8219037Z test_output_match_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8261458Z test_output_match_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8303800Z test_output_match_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8346257Z test_output_match_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8388965Z test_output_match_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8431542Z test_output_match_sum_to_size_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8474648Z test_output_match_sum_to_size_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8517131Z test_output_match_sum_to_size_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8559301Z test_output_match_sum_to_size_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8601771Z test_output_match_sum_to_size_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8644248Z test_output_match_sum_to_size_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8687050Z test_output_match_sum_to_size_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8729933Z test_output_match_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8772868Z test_output_match_svd_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8815552Z test_output_match_symeig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8857876Z test_output_match_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8899893Z test_output_match_t_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8942129Z test_output_match_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.8984298Z test_output_match_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9027004Z test_output_match_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9069393Z test_output_match_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9112091Z test_output_match_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9155114Z test_output_match_take_along_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9198154Z test_output_match_take_along_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9241457Z test_output_match_take_along_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9284467Z test_output_match_take_along_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9327299Z test_output_match_take_along_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9370587Z test_output_match_take_along_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9413525Z test_output_match_take_along_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9456403Z test_output_match_take_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9499038Z test_output_match_take_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9541679Z test_output_match_take_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9584209Z test_output_match_take_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9626723Z test_output_match_take_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9669325Z test_output_match_take_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9712163Z test_output_match_take_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9755026Z test_output_match_tan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9797535Z test_output_match_tan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9839949Z test_output_match_tan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9882659Z test_output_match_tan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9925118Z test_output_match_tan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:27.9967537Z test_output_match_tan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0010055Z test_output_match_tanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0052664Z test_output_match_tanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0095519Z test_output_match_tanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0138093Z test_output_match_tanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0180505Z test_output_match_tanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0223186Z test_output_match_tanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0265917Z test_output_match_tensor_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0308898Z test_output_match_tensor_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0351576Z test_output_match_tensor_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0394473Z test_output_match_tensor_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0437363Z test_output_match_tensor_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0480176Z test_output_match_tensor_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0523253Z test_output_match_tensor_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0565820Z test_output_match_tensordot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0608323Z test_output_match_tensordot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0651432Z test_output_match_tensordot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0694084Z test_output_match_tensordot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0736882Z test_output_match_tensordot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0779753Z test_output_match_tile_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0822570Z test_output_match_tile_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0865194Z test_output_match_tile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0907955Z test_output_match_tile_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0950875Z test_output_match_tile_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.0993547Z test_output_match_tile_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1036305Z test_output_match_tile_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1079249Z test_output_match_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1121343Z test_output_match_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1164257Z test_output_match_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1206966Z test_output_match_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1249554Z test_output_match_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1292206Z test_output_match_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1335136Z test_output_match_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1377813Z test_output_match_to_sparse_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1420620Z test_output_match_to_sparse_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1463408Z test_output_match_to_sparse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1506295Z test_output_match_to_sparse_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1549022Z test_output_match_to_sparse_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1591747Z test_output_match_to_sparse_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1634525Z test_output_match_to_sparse_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1677373Z test_output_match_topk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1720310Z test_output_match_topk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1763266Z test_output_match_topk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1805995Z test_output_match_topk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1848472Z test_output_match_topk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1891269Z test_output_match_trace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1934473Z test_output_match_trace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.1977007Z test_output_match_trace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2019569Z test_output_match_trace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2062699Z test_output_match_trace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2105180Z test_output_match_transpose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2148105Z test_output_match_transpose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2190652Z test_output_match_transpose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2233329Z test_output_match_transpose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2276225Z test_output_match_transpose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2318833Z test_output_match_transpose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2361683Z test_output_match_transpose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2404418Z test_output_match_trapezoid_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2447230Z test_output_match_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2490079Z test_output_match_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2532825Z test_output_match_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2575453Z test_output_match_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2618424Z test_output_match_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2661230Z test_output_match_trapz_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2703946Z test_output_match_trapz_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2746404Z test_output_match_trapz_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2789168Z test_output_match_trapz_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2831922Z test_output_match_trapz_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2874745Z test_output_match_trapz_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2917525Z test_output_match_triangular_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.2960343Z test_output_match_tril_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3002887Z test_output_match_tril_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3045565Z test_output_match_tril_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3088261Z test_output_match_tril_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3131052Z test_output_match_tril_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3173873Z test_output_match_tril_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3216590Z test_output_match_tril_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3259379Z test_output_match_tril_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3302084Z test_output_match_tril_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3345027Z test_output_match_triu_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3387312Z test_output_match_triu_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3429376Z test_output_match_triu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3472115Z test_output_match_triu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3514300Z test_output_match_triu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3556811Z test_output_match_triu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3599185Z test_output_match_triu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3641743Z test_output_match_triu_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3684276Z test_output_match_triu_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3726628Z test_output_match_true_divide_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3769124Z test_output_match_true_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3811470Z test_output_match_true_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3854794Z test_output_match_true_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3896431Z test_output_match_true_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3939086Z test_output_match_true_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.3981383Z test_output_match_true_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4023721Z test_output_match_trunc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4066143Z test_output_match_trunc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4108629Z test_output_match_trunc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4150762Z test_output_match_trunc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4193233Z test_output_match_trunc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4235458Z test_output_match_unbind_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4277696Z test_output_match_unbind_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4319957Z test_output_match_unbind_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4362202Z test_output_match_unbind_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4404466Z test_output_match_unbind_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4446742Z test_output_match_unbind_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4489394Z test_output_match_unbind_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4531364Z test_output_match_unflatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4573903Z test_output_match_unflatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4616289Z test_output_match_unflatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4658719Z test_output_match_unflatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4700859Z test_output_match_unflatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4743338Z test_output_match_unflatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4785622Z test_output_match_unflatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4827924Z test_output_match_unfold_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4870325Z test_output_match_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4912849Z test_output_match_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4955180Z test_output_match_unfold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.4997479Z test_output_match_unfold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5039556Z test_output_match_unfold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5081892Z test_output_match_unfold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5124139Z test_output_match_uniform_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5167040Z test_output_match_uniform_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5209708Z test_output_match_unique_consecutive_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5252204Z test_output_match_unique_consecutive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5294546Z test_output_match_unique_consecutive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5336950Z test_output_match_unique_consecutive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5379512Z test_output_match_unique_consecutive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5421790Z test_output_match_unique_consecutive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5463892Z test_output_match_unique_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5506627Z test_output_match_unique_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5549069Z test_output_match_unique_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5591750Z test_output_match_unique_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5634155Z test_output_match_unique_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5676569Z test_output_match_unique_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5718992Z test_output_match_unsqueeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5761687Z test_output_match_unsqueeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5804182Z test_output_match_unsqueeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5846774Z test_output_match_unsqueeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5889888Z test_output_match_unsqueeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5933060Z test_output_match_unsqueeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.5975546Z test_output_match_unsqueeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6017942Z test_output_match_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6060333Z test_output_match_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6103042Z test_output_match_var_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6145658Z test_output_match_var_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6188421Z test_output_match_vdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6230910Z test_output_match_vdot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6273442Z test_output_match_vdot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6315880Z test_output_match_vdot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6358280Z test_output_match_vdot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6400782Z test_output_match_view_as_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6443361Z test_output_match_view_as_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6485404Z test_output_match_view_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6527980Z test_output_match_view_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6570372Z test_output_match_view_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6612917Z test_output_match_view_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6655758Z test_output_match_view_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6698560Z test_output_match_view_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6741378Z test_output_match_view_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6783942Z test_output_match_view_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6826385Z test_output_match_view_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6868894Z test_output_match_view_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6911345Z test_output_match_view_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6953659Z test_output_match_view_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.6996231Z test_output_match_view_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7038790Z test_output_match_view_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7081260Z test_output_match_vsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7123844Z test_output_match_vsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7166362Z test_output_match_vsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7209322Z test_output_match_vsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7251663Z test_output_match_vsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7294188Z test_output_match_vsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7336577Z test_output_match_vsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7378926Z test_output_match_vstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7421336Z test_output_match_vstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7463730Z test_output_match_vstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7505780Z test_output_match_vstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7548632Z test_output_match_vstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7591235Z test_output_match_vstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7633923Z test_output_match_vstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7676348Z test_output_match_where_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7718861Z test_output_match_where_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7761012Z test_output_match_where_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7803423Z test_output_match_where_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7845600Z test_output_match_where_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7887995Z test_output_match_where_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7930948Z test_output_match_where_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.7973140Z test_output_match_xlogy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8015405Z test_output_match_xlogy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8057935Z test_output_match_xlogy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8100166Z test_output_match_xlogy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8142690Z test_output_match_xlogy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8185017Z test_output_match_xlogy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8227261Z test_output_match_xlogy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8269513Z test_output_match_zero__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8311978Z test_output_match_zero__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8354517Z test_output_match_zero__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8396829Z test_output_match_zero__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8439390Z test_output_match_zero__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8482048Z test_output_match_zero__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8524755Z test_output_match_zero__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8567115Z test_output_match_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8609350Z test_output_match_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8651939Z test_output_match_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8694518Z test_output_match_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8736900Z test_output_match_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8779200Z test_output_match_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8821497Z test_output_match_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8863924Z test_output_match_zeros_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8906392Z test_output_match_zeros_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8948911Z test_output_match_zeros_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.8991213Z test_output_match_zeros_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.9033621Z test_output_match_zeros_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.9075943Z test_output_match_zeros_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.9118136Z test_output_match_zeros_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:50:28.9119495Z 2022-09-27T15:50:28.9119931Z ---------------------------------------------------------------------- 2022-09-27T15:50:28.9120357Z Ran 2843 tests in 12.116s 2022-09-27T15:50:28.9120572Z 2022-09-27T15:50:28.9120710Z OK (skipped=2843) 2022-09-27T15:50:28.9120874Z 2022-09-27T15:50:28.9120958Z Generating XML reports... 2022-09-27T15:50:29.2561486Z Generated XML report: test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927155016.xml 2022-09-27T15:50:29.6502112Z Running test_ops_gradients ... [2022-09-27 15:50:29.649819] 2022-09-27T15:50:29.6502645Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:29.649902] 2022-09-27T15:50:32.0687056Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml 2022-09-27T15:50:32.1415015Z ============================= test session starts ============================== 2022-09-27T15:50:32.1415779Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:50:32.1479438Z cachedir: .pytest_cache 2022-09-27T15:50:32.1480251Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:50:32.1480836Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:50:32.1481462Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:50:32.1481725Z 2022-09-27T15:50:32.1893105Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:50:32.1893609Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:50:32.1893884Z 2022-09-27T15:50:32.2315345Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:50:32.2315665Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:50:32.2315834Z 2022-09-27T15:50:32.2885967Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:50:32.2886331Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:50:32.2886490Z 2022-09-27T15:50:32.3418084Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:50:32.3418563Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:50:32.3418821Z 2022-09-27T15:50:32.5429813Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:50:32.5430531Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:50:32.5430797Z 2022-09-27T15:50:32.5480346Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-09-27T15:50:32.5481025Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:50:32.5481278Z 2022-09-27T15:50:32.6090111Z gw0 ok / gw1 ok / gw2 C / gw3 C 2022-09-27T15:50:32.6090870Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:50:32.6091124Z 2022-09-27T15:50:32.6472419Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:50:32.6473390Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:50:32.6473659Z 2022-09-27T15:50:35.9050557Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:50:35.9065638Z gw0 ok / gw1 [7528] / gw2 ok / gw3 ok 2022-09-27T15:50:35.9484784Z gw0 [7528] / gw1 [7528] / gw2 ok / gw3 ok 2022-09-27T15:50:36.0081360Z gw0 [7528] / gw1 [7528] / gw2 ok / gw3 [7528] 2022-09-27T15:50:36.0087894Z gw0 [7528] / gw1 [7528] / gw2 [7528] / gw3 [7528] 2022-09-27T15:50:36.0088143Z scheduling tests via LoadScheduling 2022-09-27T15:50:36.0594630Z 2022-09-27T15:50:36.0596175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T15:50:36.0597773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T15:50:36.0598368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T15:50:36.0601742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T15:50:36.0654162Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T15:50:36.0661873Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T15:50:36.0664709Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T15:50:36.0667065Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T15:50:36.0667992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T15:50:36.0668771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T15:50:36.0670683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T15:50:36.0673411Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T15:50:36.0676127Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T15:50:36.0678391Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T15:50:36.0680060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T15:50:36.0978424Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T15:50:36.0981016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:50:36.0985603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T15:50:36.1018767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T15:50:36.1021646Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T15:50:36.1024175Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T15:50:36.1030421Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:50:36.1047404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T15:50:36.1418082Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T15:50:36.1423938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T15:50:36.1425175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T15:50:36.1435109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T15:50:36.1448474Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T15:50:36.1451400Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T15:50:36.1457646Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T15:50:36.1475761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T15:50:36.1860083Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T15:50:36.1862146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T15:50:36.1862719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T15:50:36.1877799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T15:50:36.1890394Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T15:50:36.1893684Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T15:50:36.1897855Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T15:50:36.1908823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T15:50:36.2297959Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T15:50:36.2302504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:50:36.2303601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:50:36.2329013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:50:36.2331035Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:50:36.2333313Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:50:36.2375071Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:50:36.2393766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T15:50:36.2739615Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T15:50:36.2740478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:50:36.2741502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:50:36.2756732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:50:36.2768279Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:50:36.2773538Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:50:36.2814756Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:50:36.2832463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:50:36.3178453Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:50:36.3180940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T15:50:36.3182209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:50:36.3201641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:50:36.3211715Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T15:50:36.3214921Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:50:36.3255143Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:50:36.3271607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:50:36.3617463Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:50:36.3621470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:50:36.3622265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T15:50:36.3637472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:50:36.3647704Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:50:36.3652182Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:50:36.3695251Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T15:50:36.3711980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T15:50:36.4059387Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T15:50:36.4060250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:50:36.4061024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T15:50:36.4075887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:50:36.4088098Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:50:36.4092154Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:50:36.4134878Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T15:50:36.4152188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:50:36.4499432Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:50:36.4502448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T15:50:36.4504888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:50:36.4525087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T15:50:36.4532519Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T15:50:36.4534947Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T15:50:36.4574843Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:50:36.4592137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T15:50:36.4939538Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T15:50:36.4942691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T15:50:36.4946008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T15:50:36.4964543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T15:50:36.4969738Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T15:50:36.4977066Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T15:50:36.5014550Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T15:50:36.5030919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T15:50:36.5378048Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T15:50:36.5382523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T15:50:36.5385212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T15:50:36.5395343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T15:50:36.5410341Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T15:50:36.5412659Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T15:50:36.5454471Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T15:50:36.5471881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T15:50:36.5819179Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T15:50:36.5821913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T15:50:36.5824786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T15:50:36.5841458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T15:50:36.5852100Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T15:50:36.5855549Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T15:50:36.5894212Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T15:50:36.5911432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T15:50:36.6257848Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T15:50:36.6261266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T15:50:36.6264155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T15:50:36.6277850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T15:50:36.6285869Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T15:50:36.6292489Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T15:50:36.6335097Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T15:50:36.6351666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:50:36.6698545Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:50:36.6700876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T15:50:36.6701947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:50:36.6716717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:50:36.6731868Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T15:50:36.6733314Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:50:36.6774799Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:50:36.6793412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T15:50:36.7140594Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T15:50:36.7142601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T15:50:36.7144535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T15:50:36.7165984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T15:50:36.7171761Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T15:50:36.7175054Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T15:50:36.7215230Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T15:50:36.7232643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T15:50:36.7580558Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T15:50:36.7584903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T15:50:36.7585978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T15:50:36.7602543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T15:50:36.7614514Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T15:50:36.7617739Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T15:50:36.7655525Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T15:50:36.7675266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T15:50:36.8017619Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T15:50:36.8022552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T15:50:36.8027774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T15:50:36.8042920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T15:50:36.8050142Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T15:50:36.8054572Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T15:50:36.8094889Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T15:50:36.8112345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T15:50:36.8458588Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T15:50:36.8462584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T15:50:36.8465923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T15:50:36.8485841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T15:50:36.8488828Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T15:50:36.8495522Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T15:50:36.8535186Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T15:50:36.8553701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T15:50:36.8899115Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T15:50:36.8904579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T15:50:36.8905448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T15:50:36.8928447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T15:50:36.8931322Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T15:50:36.8933437Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T15:50:36.8974759Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T15:50:36.8991526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T15:50:36.9338660Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T15:50:36.9342883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:50:36.9344343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T15:50:36.9356758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T15:50:36.9363161Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T15:50:36.9370255Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T15:50:36.9414424Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:50:36.9430558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T15:50:36.9780258Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T15:50:36.9783365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T15:50:36.9785206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T15:50:36.9804154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T15:50:36.9811059Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T15:50:36.9813931Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T15:50:36.9854416Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T15:50:36.9871780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:50:37.0217309Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:50:37.0218117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T15:50:37.0222339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T15:50:37.0234485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T15:50:37.0243758Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T15:50:37.0251861Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T15:50:37.0294678Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T15:50:37.0310480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T15:50:37.0661286Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T15:50:37.0663710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:50:37.0665212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:50:37.0682670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T15:50:37.0692083Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:50:37.0695006Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:50:37.0735011Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T15:50:37.0752271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T15:50:37.1099852Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T15:50:37.1104955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:50:37.1107249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:50:37.1120027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:50:37.1130690Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:50:37.1133041Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:50:37.1174420Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:50:37.1194299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:50:37.1538837Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:50:37.1544029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:50:37.1545813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T15:50:37.1566255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T15:50:37.1566777Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T15:50:37.1571629Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:50:37.1614918Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T15:50:37.1631224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:50:37.1980499Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:50:37.1982564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T15:50:37.1983551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T15:50:37.2006950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T15:50:37.2009382Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T15:50:37.2011679Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T15:50:37.2054421Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T15:50:37.2071854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T15:50:37.2420582Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T15:50:37.2422844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T15:50:37.2423800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:50:37.2439160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T15:50:37.2449992Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T15:50:37.2453439Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T15:50:37.2494588Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:50:37.2511323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T15:50:37.2857090Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T15:50:37.2860063Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:50:37.2864064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:50:37.2875573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T15:50:37.2883864Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:50:37.2892388Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T15:50:37.2934991Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:50:37.2950818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:50:37.3299773Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:50:37.3300642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T15:50:37.3302911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:50:37.3315711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:50:37.3322800Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:50:37.3333402Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T15:50:37.3374470Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:50:37.3390793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T15:50:37.3738982Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T15:50:37.3742358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T15:50:37.3749369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T15:50:37.3757977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T15:50:37.3770278Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T15:50:37.3814536Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T15:50:37.3830407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T15:50:37.4176630Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T15:50:37.4177810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T15:50:37.4195283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T15:50:37.4202256Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T15:50:37.4255068Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T15:50:37.4272174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T15:50:37.4498729Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T15:50:37.4507145Z [gw2] [ 1%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T15:50:37.4524732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T15:50:37.4616631Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T15:50:37.4617350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:50:37.4635150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T15:50:37.4641039Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T15:50:37.4694519Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:50:37.4713015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T15:50:37.4934550Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T15:50:37.4950530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:50:37.5056019Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:50:37.5057730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:50:37.5076223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T15:50:37.5082317Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:50:37.5134443Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T15:50:37.5150523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:50:37.5374665Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:50:37.5390573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T15:50:37.5496352Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T15:50:37.5497083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T15:50:37.5517024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T15:50:37.5519329Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T15:50:37.5574827Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T15:50:37.5592751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T15:50:37.5814650Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T15:50:37.5830329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T15:50:37.5936058Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T15:50:37.5938164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T15:50:37.5971008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T15:50:37.5972473Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T15:50:37.6014787Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T15:50:37.6034794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T15:50:37.6255248Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T15:50:37.6271847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T15:50:37.6376422Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T15:50:37.6377095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T15:50:37.6398077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T15:50:37.6400295Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T15:50:37.6454396Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T15:50:37.6470368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T15:50:37.6694758Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T15:50:37.6711135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T15:50:37.6816073Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T15:50:37.6816522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:50:37.6834076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T15:50:37.6840330Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:50:37.6894429Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T15:50:37.6910082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:50:37.7134692Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:50:37.7150400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:50:37.7255996Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:50:37.7256917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:50:37.7277165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T15:50:37.7279701Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:50:37.7334296Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T15:50:37.7350676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T15:50:37.7575238Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T15:50:37.7595105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T15:50:37.7696111Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T15:50:37.7697500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T15:50:37.7717268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T15:50:37.7720373Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T15:50:37.7775015Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T15:50:37.7791216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T15:50:37.8017665Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T15:50:37.8040838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T15:50:37.8138068Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T15:50:37.8138466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:50:37.8159486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T15:50:37.8165469Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T15:50:37.8215433Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:50:37.8234818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T15:50:37.8454885Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T15:50:37.8475653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:50:37.8576651Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:50:37.8577144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T15:50:37.8595735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T15:50:37.8602118Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T15:50:37.8655153Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T15:50:37.8672225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T15:50:37.8894879Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T15:50:37.8911365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T15:50:37.9016221Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T15:50:37.9016621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T15:50:37.9035881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T15:50:37.9039614Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T15:50:37.9094928Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T15:50:37.9111816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T15:50:37.9334689Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T15:50:37.9351118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T15:50:37.9456305Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T15:50:37.9456967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T15:50:37.9475197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:50:37.9480826Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T15:50:37.9534495Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:50:37.9551041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T15:50:37.9774378Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T15:50:37.9790751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:50:37.9896298Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:50:37.9897022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T15:50:37.9915173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T15:50:37.9920343Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T15:50:37.9974490Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T15:50:37.9992063Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T15:50:38.0215430Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T15:50:38.0232388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:50:38.0337101Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:50:38.0338699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T15:50:38.0362008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T15:50:38.0362649Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T15:50:38.0415365Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T15:50:38.0437981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T15:50:38.0654771Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T15:50:38.0672221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T15:50:38.0775689Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T15:50:38.0777568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T15:50:38.0796197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T15:50:38.0800434Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T15:50:38.0854912Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T15:50:38.0871872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:50:38.1094599Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:50:38.1111431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T15:50:38.1215793Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T15:50:38.1216477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:50:38.1235491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T15:50:38.1239245Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:50:38.1294666Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T15:50:38.1310935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T15:50:38.1534727Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T15:50:38.1551615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:50:38.1655935Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:50:38.1656415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:50:38.1673545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T15:50:38.1678038Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:50:38.1734919Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T15:50:38.1752173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:50:38.1975389Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:50:38.1991768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T15:50:38.2096718Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T15:50:38.2097106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T15:50:38.2117617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T15:50:38.2123585Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T15:50:38.2175498Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T15:50:38.2191577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T15:50:38.2415030Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T15:50:38.2431206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T15:50:38.2536644Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T15:50:38.2537364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T15:50:38.2557606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T15:50:38.2563423Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T15:50:38.2614624Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T15:50:38.2630695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T15:50:38.2854683Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T15:50:38.2870773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T15:50:38.2976987Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T15:50:38.2977674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T15:50:38.3000856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T15:50:38.3002800Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T15:50:38.3054374Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T15:50:38.3072230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T15:50:38.3295096Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T15:50:38.3315000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T15:50:38.3417241Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T15:50:38.3417892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T15:50:38.3438376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T15:50:38.3443990Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T15:50:38.3494870Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T15:50:38.3511650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T15:50:38.3735148Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T15:50:38.3752095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T15:50:38.3856930Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T15:50:38.3857828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T15:50:38.3877959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T15:50:38.3879329Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T15:50:38.3934919Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T15:50:38.3953195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T15:50:38.4175544Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T15:50:38.4190220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T15:50:38.4296342Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T15:50:38.4297022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T15:50:38.4316682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T15:50:38.4319075Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T15:50:38.4374544Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T15:50:38.4389890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T15:50:38.4614905Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T15:50:38.4630593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T15:50:38.4736390Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T15:50:38.4737309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T15:50:38.4757412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T15:50:38.4759618Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T15:50:38.4814715Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T15:50:38.4831380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T15:50:38.5055171Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T15:50:38.5071080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T15:50:38.5176865Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T15:50:38.5177696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:50:38.5199813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:50:38.5202029Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:50:38.5254167Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:50:38.5272174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T15:50:38.5494889Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T15:50:38.5510693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:50:38.5616369Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:50:38.5618065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:50:38.5638021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:50:38.5640139Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:50:38.5694772Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:50:38.5711929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T15:50:38.5935018Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T15:50:38.5952117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:50:38.6056269Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:50:38.6058175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:50:38.6075509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:50:38.6081734Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:50:38.6134829Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:50:38.6152933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:50:38.6374919Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:50:38.6391024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:50:38.6496224Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:50:38.6496623Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:50:38.6516914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:50:38.6519507Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:50:38.6574453Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:50:38.6590322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:50:38.6814733Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:50:38.6830002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:50:38.6936341Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:50:38.6937035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:50:38.6957936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:50:38.6959500Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:50:38.7014560Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:50:38.7030215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:50:38.7254664Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:50:38.7270547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:50:38.7375594Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:50:38.7378654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:50:38.7397906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:50:38.7400231Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:50:38.7455262Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:50:38.7471779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:50:38.7695024Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:50:38.7712529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:50:38.7816529Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:50:38.7817701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:50:38.7837740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:50:38.7839960Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:50:38.7894907Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:50:38.7911408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:50:38.8135454Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:50:38.8151601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:50:38.8257266Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:50:38.8257971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:50:38.8273532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:50:38.8283312Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:50:38.8336392Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:50:38.8359618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:50:38.8576699Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:50:38.8596055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:50:38.8697778Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:50:38.8698172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T15:50:38.8717282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:50:38.8727021Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T15:50:38.8775690Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:50:38.8796563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:50:38.9015597Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:50:38.9033602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:50:38.9136054Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:50:38.9137885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T15:50:38.9155688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T15:50:38.9161549Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T15:50:38.9214907Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T15:50:38.9232070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T15:50:38.9455019Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T15:50:38.9472998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T15:50:38.9576394Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T15:50:38.9578442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T15:50:38.9598201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T15:50:38.9604274Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T15:50:38.9654825Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T15:50:38.9674384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T15:50:38.9895069Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T15:50:38.9910715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T15:50:39.0015976Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T15:50:39.0017258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T15:50:39.0034207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T15:50:39.0040196Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T15:50:39.0094479Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T15:50:39.0110510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T15:50:39.0335321Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T15:50:39.0352391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T15:50:39.0456063Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T15:50:39.0457239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T15:50:39.0477661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T15:50:39.0480246Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T15:50:39.0534906Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T15:50:39.0552567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T15:50:39.0775477Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T15:50:39.0793529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T15:50:39.0897169Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T15:50:39.0897810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T15:50:39.0919123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T15:50:39.0922696Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T15:50:39.0974890Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T15:50:39.0992409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T15:50:39.1215935Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T15:50:39.1235801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T15:50:39.1336785Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T15:50:39.1337203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T15:50:39.1354204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T15:50:39.1358991Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T15:50:39.1414480Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T15:50:39.1431756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T15:50:39.1655312Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T15:50:39.1673538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T15:50:39.1776297Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T15:50:39.1776826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T15:50:39.1793016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T15:50:39.1800729Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T15:50:39.1854727Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T15:50:39.1871512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T15:50:39.2094982Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T15:50:39.2112225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T15:50:39.2216371Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T15:50:39.2218295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T15:50:39.2235261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T15:50:39.2241016Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T15:50:39.2295175Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T15:50:39.2311878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T15:50:39.2535205Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T15:50:39.2554958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T15:50:39.2656519Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T15:50:39.2658284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T15:50:39.2678128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T15:50:39.2680625Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T15:50:39.2736913Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T15:50:39.2753704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T15:50:39.2975271Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T15:50:39.2990590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T15:50:39.3096629Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T15:50:39.3097318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T15:50:39.3117525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T15:50:39.3120034Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T15:50:39.3175249Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T15:50:39.3191728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T15:50:39.3415692Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T15:50:39.3433001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T15:50:39.3535773Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T15:50:39.3536995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T15:50:39.3557629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T15:50:39.3559880Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T15:50:39.3614600Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T15:50:39.3630672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T15:50:39.3854927Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T15:50:39.3872424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T15:50:39.3977163Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T15:50:39.3978046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T15:50:39.3993662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T15:50:39.4000714Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T15:50:39.4055002Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T15:50:39.4071239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T15:50:39.4294756Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T15:50:39.4312248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T15:50:39.4416082Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T15:50:39.4418198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T15:50:39.4437122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T15:50:39.4444858Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T15:50:39.4494467Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T15:50:39.4512939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T15:50:39.4734912Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T15:50:39.4751772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T15:50:39.4857020Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T15:50:39.4857685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T15:50:39.4875206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T15:50:39.4881120Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T15:50:39.4934599Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T15:50:39.4950203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T15:50:39.5174899Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T15:50:39.5190280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T15:50:39.5297204Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T15:50:39.5297861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T15:50:39.5318859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T15:50:39.5321086Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T15:50:39.5374888Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T15:50:39.5392535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T15:50:39.5615009Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T15:50:39.5630663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T15:50:39.5736382Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T15:50:39.5738247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T15:50:39.5755573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T15:50:39.5761393Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T15:50:39.5814569Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T15:50:39.5830323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T15:50:39.6054912Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T15:50:39.6070380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T15:50:39.6176922Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T15:50:39.6177342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T15:50:39.6194863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T15:50:39.6200969Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T15:50:39.6254844Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T15:50:39.6271794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T15:50:39.6495383Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T15:50:39.6511791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T15:50:39.6616752Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T15:50:39.6617776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T15:50:39.6635391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T15:50:39.6641566Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T15:50:39.6695211Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T15:50:39.6709766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T15:50:39.6934811Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T15:50:39.6949974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T15:50:39.7056408Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T15:50:39.7057106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:50:39.7077127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T15:50:39.7079099Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T15:50:39.7135162Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:50:39.7150442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T15:50:39.7374603Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T15:50:39.7394222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T15:50:39.7496461Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T15:50:39.7496853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:50:39.7516537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:50:39.7518823Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:50:39.7574588Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:50:39.7590385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:50:39.7815241Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:50:39.7832376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:50:39.7935778Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:50:39.7938063Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:50:39.7956953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:50:39.7959594Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:50:39.8014553Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:50:39.8030250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:50:39.8255386Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:50:39.8271023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:50:39.8376457Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:50:39.8376959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T15:50:39.8397498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T15:50:39.8400063Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T15:50:39.8454540Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T15:50:39.8470683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:50:39.8695011Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:50:39.8710583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T15:50:39.8816580Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T15:50:39.8817032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T15:50:39.8837612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T15:50:39.8844087Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T15:50:39.8894683Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T15:50:39.8918423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T15:50:39.9136747Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T15:50:39.9155340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T15:50:39.9256749Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T15:50:39.9259399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:50:39.9277842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T15:50:39.9288011Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:50:39.9335663Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T15:50:39.9355641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T15:50:39.9575587Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T15:50:39.9596002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:50:39.9696115Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:50:39.9698452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:50:39.9718548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:50:39.9724392Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:50:39.9775018Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:50:39.9793738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:50:40.0015090Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:50:40.0033061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:50:40.0136162Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:50:40.0138163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:50:40.0159153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T15:50:40.0161362Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:50:40.0214769Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T15:50:40.0232624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:50:40.0455570Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:50:40.0473256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:50:40.0577270Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:50:40.0577666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:50:40.0601371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:50:40.0603220Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:50:40.0655194Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:50:40.0674082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:50:40.0895436Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:50:40.0915271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:50:40.1016972Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:50:40.1017698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:50:40.1037305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:50:40.1043023Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:50:40.1095446Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:50:40.1113776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:50:40.1335400Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:50:40.1353318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:50:40.1457193Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:50:40.1457925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:50:40.1479931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:50:40.1482102Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:50:40.1535398Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:50:40.1552597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:50:40.1775197Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:50:40.1791752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:50:40.1896520Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:50:40.1897238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:50:40.1918655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:50:40.1920789Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:50:40.1974723Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:50:40.1991946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:50:40.2215274Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:50:40.2233764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:50:40.2336583Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:50:40.2337274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:50:40.2355341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:50:40.2360912Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:50:40.2414625Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:50:40.2432600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:50:40.2656336Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:50:40.2672507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:50:40.2776064Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:50:40.2778548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:50:40.2788332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:50:40.2797592Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:50:40.2854924Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:50:40.2872688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:50:40.3094655Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:50:40.3107870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:50:40.3216247Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:50:40.3217122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:50:40.3235430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:50:40.3240949Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:50:40.3295413Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:50:40.3312395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:50:40.3535488Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:50:40.3552682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:50:40.3656211Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:50:40.3658587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:50:40.3678509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:50:40.3684573Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:50:40.3741911Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:50:40.3759007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:50:40.3975074Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:50:40.3992350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:50:40.4096640Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:50:40.4097069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:50:40.4114904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:50:40.4120676Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:50:40.4174811Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:50:40.4191313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:50:40.4415183Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:50:40.4431429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:50:40.4536646Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:50:40.4537588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:50:40.4554883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:50:40.4560210Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:50:40.4614591Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:50:40.4631431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:50:40.4854837Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:50:40.4872379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:50:40.4976362Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:50:40.4977081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:50:40.4995700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:50:40.4997189Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:50:40.5054787Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:50:40.5071216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:50:40.5294854Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:50:40.5310473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:50:40.5416293Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:50:40.5416799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:50:40.5434754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:50:40.5440389Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:50:40.5495762Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:50:40.5512029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:50:40.5734894Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:50:40.5753007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:50:40.5856288Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:50:40.5858303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:50:40.5878423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:50:40.5880107Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:50:40.5934501Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:50:40.5950536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:50:40.6175451Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:50:40.6192297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:50:40.6296151Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:50:40.6297419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:50:40.6315789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:50:40.6319466Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:50:40.6375091Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:50:40.6391517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:50:40.6615002Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:50:40.6630525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:50:40.6736809Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:50:40.6737511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:50:40.6754558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:50:40.6760019Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:50:40.6814554Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:50:40.6832656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:50:40.7054390Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:50:40.7074346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:50:40.7176521Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:50:40.7177282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:50:40.7195556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:50:40.7199471Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:50:40.7255427Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:50:40.7272114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:50:40.7495123Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:50:40.7510944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:50:40.7616144Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:50:40.7616820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T15:50:40.7637519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T15:50:40.7640291Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T15:50:40.7694612Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T15:50:40.7711078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T15:50:40.7935263Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T15:50:40.7952366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:50:40.8056527Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:50:40.8057272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:50:40.8081129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:50:40.8083309Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:50:40.8135158Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:50:40.8155804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:50:40.8375841Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:50:40.8393817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:50:40.8497563Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:50:40.8498299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T15:50:40.8519034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T15:50:40.8522326Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T15:50:40.8575147Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T15:50:40.8592629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T15:50:40.8815236Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T15:50:40.8831507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:50:40.8936527Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:50:40.8937222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T15:50:40.8956236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:50:40.8959981Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T15:50:40.9014854Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:50:40.9033534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:50:40.9255354Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:50:40.9270580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T15:50:40.9377276Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T15:50:40.9378118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T15:50:40.9398834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T15:50:40.9401261Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T15:50:40.9455350Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T15:50:40.9476479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T15:50:40.9698139Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T15:50:40.9721106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T15:50:40.9818210Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T15:50:40.9820204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T15:50:40.9840856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T15:50:40.9849169Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T15:50:40.9896261Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T15:50:40.9923583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T15:50:41.0136442Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T15:50:41.0157550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T15:50:41.0257702Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T15:50:41.0258637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T15:50:41.0280134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:50:41.0285827Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:50:41.0335001Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T15:50:41.0355628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:50:41.0583399Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:50:41.0592678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T15:50:41.0697393Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T15:50:41.0698302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T15:50:41.0721054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T15:50:41.0723401Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T15:50:41.0774627Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T15:50:41.0792533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T15:50:41.1014972Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T15:50:41.1031433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T15:50:41.1136810Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T15:50:41.1137797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T15:50:41.1155811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T15:50:41.1160115Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T15:50:41.1214551Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T15:50:41.1231272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T15:50:41.1455586Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T15:50:41.1472031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T15:50:41.1576773Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T15:50:41.1577597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T15:50:41.1596120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T15:50:41.1601686Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T15:50:41.1655063Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T15:50:41.1673407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T15:50:41.1896758Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T15:50:41.1917502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T15:50:41.2017664Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T15:50:41.2018056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T15:50:41.2041831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T15:50:41.2044731Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T15:50:41.2095642Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T15:50:41.2115535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T15:50:41.2335397Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T15:50:41.2353088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T15:50:41.2456641Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T15:50:41.2458489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T15:50:41.2478509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T15:50:41.2484686Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T15:50:41.2535006Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T15:50:41.2552972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T15:50:41.2775573Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T15:50:41.2793396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T15:50:41.2896830Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T15:50:41.2897552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T15:50:41.2920593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T15:50:41.2926810Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T15:50:41.2974710Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T15:50:41.2995851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T15:50:41.3215128Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T15:50:41.3233573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T15:50:41.3337140Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T15:50:41.3337794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T15:50:41.3356237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T15:50:41.3362438Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T15:50:41.3415078Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T15:50:41.3432122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T15:50:41.3655663Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T15:50:41.3673970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T15:50:41.3775936Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T15:50:41.3778339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T15:50:41.3799446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T15:50:41.3801669Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T15:50:41.3855019Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T15:50:41.3872110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T15:50:41.4095752Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T15:50:41.4112990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T15:50:41.4216713Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T15:50:41.4217123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T15:50:41.4237994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T15:50:41.4240493Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T15:50:41.4294855Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T15:50:41.4310676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T15:50:41.4535430Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T15:50:41.4552318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T15:50:41.4656057Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T15:50:41.4658323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:50:41.4676328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T15:50:41.4682014Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T15:50:41.4734631Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:50:41.4750981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T15:50:41.4974916Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T15:50:41.4991076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T15:50:41.5096322Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T15:50:41.5097784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T15:50:41.5115670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T15:50:41.5121770Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T15:50:41.5174837Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T15:50:41.5191064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:50:41.5414986Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:50:41.5431274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T15:50:41.5536613Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T15:50:41.5537027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:50:41.5557220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:50:41.5559556Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:50:41.5615445Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:50:41.5630845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T15:50:41.5855573Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T15:50:41.5871665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:50:41.5975531Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:50:41.5977757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T15:50:41.5997454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:50:41.5999013Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T15:50:41.6054597Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:50:41.6070821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:50:41.6294797Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:50:41.6310617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:50:41.6416465Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:50:41.6417348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T15:50:41.6436810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T15:50:41.6439690Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T15:50:41.6495218Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T15:50:41.6511266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T15:50:41.6734701Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T15:50:41.6754129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T15:50:41.6856081Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T15:50:41.6858003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T15:50:41.6875767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T15:50:41.6881852Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T15:50:41.6934587Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T15:50:41.6950220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T15:50:41.7175032Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T15:50:41.7190420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T15:50:41.7296244Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T15:50:41.7296917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T15:50:41.7319598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T15:50:41.7321786Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T15:50:41.7374731Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T15:50:41.7392383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T15:50:41.7615199Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T15:50:41.7631453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T15:50:41.7736316Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T15:50:41.7736989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T15:50:41.7756939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:50:41.7759837Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:50:41.7814603Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T15:50:41.7831209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:50:41.8055016Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:50:41.8070968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:50:41.8176556Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:50:41.8177248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T15:50:41.8197761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T15:50:41.8200967Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T15:50:41.8254585Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T15:50:41.8270681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T15:50:41.8495350Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T15:50:41.8512210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T15:50:41.8616406Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T15:50:41.8618216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T15:50:41.8639255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T15:50:41.8640993Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T15:50:41.8695151Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T15:50:41.8711497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T15:50:41.8935196Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T15:50:41.8951193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T15:50:41.9056555Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T15:50:41.9057023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T15:50:41.9077895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T15:50:41.9080352Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T15:50:41.9134849Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T15:50:41.9151491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T15:50:41.9374999Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T15:50:41.9391747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T15:50:41.9496594Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T15:50:41.9497484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T15:50:41.9517976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T15:50:41.9519566Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T15:50:41.9575023Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T15:50:41.9591230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T15:50:41.9814959Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T15:50:41.9830512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T15:50:41.9936590Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T15:50:41.9936976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T15:50:41.9957628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T15:50:41.9959866Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T15:50:42.0015630Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T15:50:42.0040680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T15:50:42.0256392Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T15:50:42.0276910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T15:50:42.0377884Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T15:50:42.0380699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T15:50:42.0403382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T15:50:42.0405336Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T15:50:42.0456663Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T15:50:42.0484370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T15:50:42.0697047Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T15:50:42.0717715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T15:50:42.0817823Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T15:50:42.0818431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:50:42.0839251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:50:42.0844502Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:50:42.0896278Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:50:42.0916917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:50:42.1135141Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:50:42.1155137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:50:42.1256561Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:50:42.1257077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:50:42.1276992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:50:42.1278602Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:50:42.1335574Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:50:42.1356742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:50:42.1574684Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:50:42.1597985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:50:42.1696565Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:50:42.1697088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:50:42.1716441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:50:42.1720304Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:50:42.1775927Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:50:42.1792969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:50:42.2015242Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:50:42.2034046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:50:42.2136567Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:50:42.2137257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:50:42.2157964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T15:50:42.2163721Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:50:42.2215067Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T15:50:42.2237249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:50:42.2454931Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:50:42.2473548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:50:42.2577001Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:50:42.2577642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:50:42.2595098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:50:42.2600918Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:50:42.2654953Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:50:42.2673723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:50:42.2894946Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:50:42.2913718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:50:42.3017143Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:50:42.3017861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:50:42.3035068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:50:42.3041341Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:50:42.3094731Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:50:42.3111852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:50:42.3335174Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:50:42.3353554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:50:42.3456300Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:50:42.3458064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:50:42.3477854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:50:42.3480219Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:50:42.3534831Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:50:42.3551547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:50:42.3775202Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:50:42.3792332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:50:42.3896745Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:50:42.3897200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:50:42.3915003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T15:50:42.3921769Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:50:42.3974755Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T15:50:42.3990618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:50:42.4214867Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:50:42.4283364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:50:42.4335877Z [gw2] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:50:42.4337550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:50:42.4357284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:50:42.4359658Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:50:42.4414910Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:50:42.4433935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:50:42.4654462Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:50:42.4670370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:50:42.4776501Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:50:42.4777161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:50:42.4794374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T15:50:42.4800091Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T15:50:42.4855145Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:50:42.4872631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:50:42.5094826Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:50:42.5110563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:50:42.5217039Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:50:42.5217740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:50:42.5234265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:50:42.5295294Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:50:42.5428487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:50:42.5453271Z [gw0] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:50:42.5534373Z [gw3] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:50:42.5550791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:50:42.5656924Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:50:42.5657636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:50:42.5677958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:50:42.5680353Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:50:42.5734753Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:50:42.5752382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:50:42.5975476Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:50:42.5992326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:50:42.6096894Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:50:42.6097662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:50:42.6114952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:50:42.6120860Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:50:42.6175066Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:50:42.6192126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:50:42.6415155Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:50:42.6433915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:50:42.6536526Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:50:42.6537128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:50:42.6557749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:50:42.6560205Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:50:42.6615249Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:50:42.6632028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:50:42.6854719Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:50:42.6870256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:50:42.6975851Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:50:42.6978245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:50:42.6994012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:50:42.7001647Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:50:42.7054592Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:50:42.7070335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:50:42.7295299Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:50:42.7311314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:50:42.7416285Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:50:42.7416701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:50:42.7434179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T15:50:42.7439720Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T15:50:42.7494730Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:50:42.7510052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:50:42.7735183Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:50:42.7751545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:50:42.7856174Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:50:42.7857325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:50:42.7877563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:50:42.7879626Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:50:42.7935071Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:50:42.7950816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:50:42.8175042Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:50:42.8190967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:50:42.8296778Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:50:42.8297236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:50:42.8315489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:50:42.8321470Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:50:42.8375379Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:50:42.8391423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:50:42.8615389Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:50:42.8632710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:50:42.8736695Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:50:42.8738721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:50:42.8755342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:50:42.8762830Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:50:42.8816067Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:50:42.8834004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:50:42.9055749Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:50:42.9073774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:50:42.9176302Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:50:42.9178367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:50:42.9194309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:50:42.9236044Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:50:42.9255375Z [gw1] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:50:42.9301132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:50:42.9495107Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:50:42.9512341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:50:42.9615860Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:50:42.9617885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:50:42.9640292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:50:42.9643077Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:50:42.9695654Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:50:42.9715721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:50:42.9935206Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:50:42.9952489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:50:43.0057010Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:50:43.0057466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:50:43.0081379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:50:43.0083426Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:50:43.0135559Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:50:43.0154286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:50:43.0375328Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:50:43.0391285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:50:43.0497475Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:50:43.0498260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:50:43.0522750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:50:43.0525281Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:50:43.0575844Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:50:43.0601993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:50:43.0816862Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:50:43.0838092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:50:43.0937166Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:50:43.0939450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:50:43.0958875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:50:43.0965262Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:50:43.1016434Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:50:43.1133822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:50:43.1255966Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:50:43.1275939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:50:43.1378293Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:50:43.1379137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:50:43.1405770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:50:43.1408162Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:50:43.1455495Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:50:43.1476442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:50:43.1695684Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:50:43.1714225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:50:43.1816780Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:50:43.1818656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:50:43.1842539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:50:43.1844949Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:50:43.1894573Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:50:43.1914040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:50:43.2134957Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:50:43.2152182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:50:43.2257187Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:50:43.2258051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:50:43.2281796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:50:43.2283153Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:50:43.2334731Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:50:43.2351202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:50:43.2574779Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:50:43.2590632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:50:43.2697165Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:50:43.2697878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:50:43.2718347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:50:43.2724278Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:50:43.2774942Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:50:43.2792130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:50:43.3015448Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:50:43.3030846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:50:43.3137364Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:50:43.3138105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:50:43.3159426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:50:43.3165331Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:50:43.3215056Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:50:43.3233452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:50:43.3454744Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:50:43.3470927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:50:43.3576832Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:50:43.3577459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:50:43.3598583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:50:43.3604202Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:50:43.3654612Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:50:43.3673786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:50:43.3895308Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:50:43.3911179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:50:43.4016061Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:50:43.4018231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:50:43.4041059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:50:43.4044329Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:50:43.4094701Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:50:43.4113239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:50:43.4335032Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:50:43.4351153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:50:43.4457019Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:50:43.4457716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T15:50:43.4480482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T15:50:43.4483004Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T15:50:43.4534969Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T15:50:43.4552253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:50:43.4774767Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:50:43.4790640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T15:50:43.4896706Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T15:50:43.4897129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:50:43.4917693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:50:43.4924171Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:50:43.4974756Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:50:43.4990799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T15:50:43.5214852Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T15:50:43.5230169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T15:50:43.5336887Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T15:50:43.5337303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:50:43.5350997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T15:50:43.5360063Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T15:50:43.5415100Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:50:43.5431803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T15:50:43.5655428Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T15:50:43.5674105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:50:43.5775978Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:50:43.5777229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T15:50:43.5795132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T15:50:43.5800918Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T15:50:43.5854709Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T15:50:43.5867179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:50:43.6095222Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:50:43.6110251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T15:50:43.6216393Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T15:50:43.6217742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T15:50:43.6234265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T15:50:43.6241465Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T15:50:43.6294527Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T15:50:43.6311322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T15:50:43.6535116Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T15:50:43.6552597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T15:50:43.6656493Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T15:50:43.6656942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:50:43.6674850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T15:50:43.6678898Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:50:43.6734685Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T15:50:43.6751400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T15:50:43.6974585Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T15:50:43.6990394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T15:50:43.7096217Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T15:50:43.7096624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T15:50:43.7117048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:50:43.7118579Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:50:43.7174663Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T15:50:43.7190744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T15:50:43.7414621Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T15:50:43.7430055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T15:50:43.7536426Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T15:50:43.7536843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:50:43.7552607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:50:43.7554215Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:50:43.7615432Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:50:43.7625569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:50:43.7855194Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:50:43.7865615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:50:43.7976795Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:50:43.7977457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T15:50:43.7997573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T15:50:43.7999555Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T15:50:43.8054880Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T15:50:43.8070797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T15:50:43.8294691Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T15:50:43.8310274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T15:50:43.8416374Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T15:50:43.8416864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T15:50:43.8436950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T15:50:43.8439663Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T15:50:43.8494785Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T15:50:43.8512803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T15:50:43.8735095Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T15:50:43.8751121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T15:50:43.8855985Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T15:50:43.8858465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T15:50:43.8876386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T15:50:43.8882495Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T15:50:43.8934632Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T15:50:43.8951544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T15:50:43.9174982Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T15:50:43.9190611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T15:50:43.9296933Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T15:50:43.9297606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T15:50:43.9317665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T15:50:43.9319913Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T15:50:43.9375675Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T15:50:43.9390988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T15:50:43.9614878Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T15:50:43.9632680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T15:50:43.9736122Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T15:50:43.9738365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T15:50:43.9758415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T15:50:43.9761078Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T15:50:43.9814543Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T15:50:43.9830352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T15:50:44.0054744Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T15:50:44.0072269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T15:50:44.0176249Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T15:50:44.0178073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T15:50:44.0196557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:50:44.0202029Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:50:44.0254663Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T15:50:44.0270645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T15:50:44.0494951Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T15:50:44.0510166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T15:50:44.0615638Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T15:50:44.0617424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T15:50:44.0634973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T15:50:44.0640878Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T15:50:44.0694809Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T15:50:44.0711060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T15:50:44.0935551Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T15:50:44.0952745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T15:50:44.1057370Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T15:50:44.1058009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:50:44.1080878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T15:50:44.1083159Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:50:44.1135723Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T15:50:44.1154410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T15:50:44.1376651Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T15:50:44.1396862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:50:44.1497154Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:50:44.1499024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T15:50:44.1520812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T15:50:44.1527384Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T15:50:44.1576060Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T15:50:44.1601706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:50:44.1816391Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:50:44.1836524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T15:50:44.1936972Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T15:50:44.1938635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T15:50:44.1958438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T15:50:44.1964381Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T15:50:44.2015369Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T15:50:44.2033979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T15:50:44.2254760Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T15:50:44.2272171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T15:50:44.2376662Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T15:50:44.2377349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:50:44.2396402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:50:44.2400401Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:50:44.2455435Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:50:44.2471902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:50:44.2694855Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:50:44.2710563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:50:44.2816242Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:50:44.2816944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T15:50:44.2836916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T15:50:44.2839301Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T15:50:44.2895407Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T15:50:44.2910881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T15:50:44.3135032Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T15:50:44.3150850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T15:50:44.3256389Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T15:50:44.3257900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:50:44.3269134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:50:44.3277931Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:50:44.3334800Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:50:44.3355378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T15:50:44.3575075Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T15:50:44.3587506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:50:44.3696330Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:50:44.3697906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T15:50:44.3714948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T15:50:44.3723675Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T15:50:44.3774867Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T15:50:44.3791783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:50:44.4014551Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:50:44.4031115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T15:50:44.4137269Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T15:50:44.4137989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T15:50:44.4160393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T15:50:44.4162574Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T15:50:44.4214657Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T15:50:44.4230854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:50:44.4454850Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:50:44.4470835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T15:50:44.4577135Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T15:50:44.4577971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:50:44.4601104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:50:44.4603487Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:50:44.4654743Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:50:44.4671436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:50:44.4894806Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:50:44.4912721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:50:44.5017385Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:50:44.5018021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:50:44.5036449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T15:50:44.5058138Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T15:50:44.5094662Z [gw3] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:50:44.5110975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:50:44.5334779Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:50:44.5376708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:50:44.5456176Z [gw2] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:50:44.5458342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T15:50:44.5477494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T15:50:44.5479859Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T15:50:44.5534877Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T15:50:44.5552224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T15:50:44.5774724Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T15:50:44.5790332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T15:50:44.5896511Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T15:50:44.5896913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T15:50:44.5916860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:50:44.5918900Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:50:44.5974899Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T15:50:44.5991808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T15:50:44.6214803Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T15:50:44.6230299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T15:50:44.6336354Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T15:50:44.6337517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T15:50:44.6354532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T15:50:44.6360390Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T15:50:44.6414460Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T15:50:44.6430606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T15:50:44.6654786Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T15:50:44.6669666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T15:50:44.6776358Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T15:50:44.6776822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T15:50:44.6795114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T15:50:44.6800419Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T15:50:44.6854206Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T15:50:44.6870491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T15:50:44.7094536Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T15:50:44.7111308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T15:50:44.7216172Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T15:50:44.7218153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:50:44.7235688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:50:44.7241377Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:50:44.7294623Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:50:44.7315261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T15:50:44.7535072Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T15:50:44.7550140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T15:50:44.7656205Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T15:50:44.7657986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:50:44.7677575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T15:50:44.7679750Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T15:50:44.7734971Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:50:44.7758210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:50:44.7974595Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:50:44.7989793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:50:44.8096812Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:50:44.8097494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:50:44.8117224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:50:44.8119532Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:50:44.8174826Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:50:44.8195733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:50:44.8414474Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:50:44.8430393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:50:44.8535989Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:50:44.8538022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:50:44.8548915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:50:44.8558068Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:50:44.8614623Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:50:44.8634835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:50:44.8854899Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:50:44.8871350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:50:44.8976321Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:50:44.8977883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T15:50:44.8995972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:50:44.9003322Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T15:50:44.9054856Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:50:44.9071018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:50:44.9294691Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:50:44.9312791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:50:44.9416427Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:50:44.9418049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T15:50:44.9439147Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T15:50:44.9441607Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T15:50:44.9495044Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T15:50:44.9517081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:50:44.9734855Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:50:44.9751152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T15:50:44.9856735Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T15:50:44.9857254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:50:44.9867437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:50:44.9877335Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:50:44.9935971Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:50:44.9955701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:50:45.0174646Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:50:45.0190421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:50:45.0296427Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:50:45.0298156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:50:45.0318324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:50:45.0320412Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:50:45.0374979Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:50:45.0396210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:50:45.0614983Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:50:45.0631101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:50:45.0735966Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:50:45.0738146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:50:45.0757481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:50:45.0760461Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:50:45.0814887Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:50:45.0835923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:50:45.1055092Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:50:45.1071842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:50:45.1176167Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:50:45.1178028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:50:45.1193394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:50:45.1199294Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:50:45.1254768Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:50:45.1270597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:50:45.1495055Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:50:45.1506886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:50:45.1615733Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:50:45.1617796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:50:45.1639776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T15:50:45.1641205Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T15:50:45.1695164Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:50:45.1715743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:50:45.1935617Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:50:45.1954514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T15:50:45.2057944Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T15:50:45.2058857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:50:45.2082176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:50:45.2085643Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:50:45.2135780Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:50:45.2160228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T15:50:45.2377003Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T15:50:45.2397781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T15:50:45.2498904Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T15:50:45.2499583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T15:50:45.2524029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T15:50:45.2526138Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T15:50:45.2576882Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T15:50:45.2598551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:50:45.2815678Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:50:45.2832859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T15:50:45.2936788Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T15:50:45.2937192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T15:50:45.2958332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T15:50:45.2964417Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T15:50:45.3014827Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T15:50:45.3033786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T15:50:45.3254953Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T15:50:45.3271275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T15:50:45.3376204Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T15:50:45.3378232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T15:50:45.3398793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T15:50:45.3404976Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T15:50:45.3454672Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T15:50:45.3470953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T15:50:45.3694919Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T15:50:45.3713619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T15:50:45.3817132Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T15:50:45.3819182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T15:50:45.3833058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T15:50:45.3842344Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T15:50:45.3894587Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T15:50:45.3911405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T15:50:45.4135133Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T15:50:45.4152174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T15:50:45.4256864Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T15:50:45.4257540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:50:45.4278405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T15:50:45.4284155Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T15:50:45.4334661Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:50:45.4353621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T15:50:45.4575271Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T15:50:45.4591927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T15:50:45.4695827Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T15:50:45.4698363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:50:45.4720502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T15:50:45.4722885Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:50:45.4775041Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T15:50:45.4792399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:50:45.5015175Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:50:45.5033501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T15:50:45.5136548Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T15:50:45.5137209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T15:50:45.5157373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T15:50:45.5159841Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T15:50:45.5214470Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T15:50:45.5231057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T15:50:45.5454898Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T15:50:45.5470823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T15:50:45.5576585Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T15:50:45.5577234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:50:45.5594906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T15:50:45.5601114Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:50:45.5654478Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T15:50:45.5670670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:50:45.5894651Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:50:45.5910646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T15:50:45.6015906Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T15:50:45.6017951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T15:50:45.6035647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T15:50:45.6041292Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T15:50:45.6094904Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T15:50:45.6111748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T15:50:45.6334852Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T15:50:45.6350505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T15:50:45.6456060Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T15:50:45.6458424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T15:50:45.6477826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T15:50:45.6479364Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T15:50:45.6535198Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T15:50:45.6551835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:50:45.6774623Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:50:45.6790168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T15:50:45.6896016Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T15:50:45.6897761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T15:50:45.6915296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T15:50:45.6922242Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T15:50:45.6974632Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T15:50:45.6996465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T15:50:45.7215304Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T15:50:45.7232973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T15:50:45.7337047Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T15:50:45.7337489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T15:50:45.7358932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T15:50:45.7361270Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T15:50:45.7414809Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T15:50:45.7432050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:50:45.7655478Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:50:45.7673461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T15:50:45.7776706Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T15:50:45.7777192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T15:50:45.7795604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:50:45.7801033Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T15:50:45.7854977Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:50:45.7873293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T15:50:45.8095555Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T15:50:45.8112931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T15:50:45.8216218Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T15:50:45.8218200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T15:50:45.8234944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:50:45.8244156Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T15:50:45.8295124Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:50:45.8314662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T15:50:45.8535566Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T15:50:45.8555759Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T15:50:45.8656815Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T15:50:45.8658637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T15:50:45.8678439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T15:50:45.8684246Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T15:50:45.8735468Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T15:50:45.8753048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:50:45.8975599Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:50:45.8994324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T15:50:45.9096870Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T15:50:45.9097258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T15:50:45.9118577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T15:50:45.9121136Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T15:50:45.9174788Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T15:50:45.9192201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T15:50:45.9414850Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T15:50:45.9431033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T15:50:45.9536385Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T15:50:45.9536780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T15:50:45.9557478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T15:50:45.9559773Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T15:50:45.9614343Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T15:50:45.9631060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T15:50:45.9855188Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T15:50:45.9870886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T15:50:45.9976748Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T15:50:45.9977245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T15:50:45.9997347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T15:50:45.9999901Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T15:50:46.0054821Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T15:50:46.0071477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T15:50:46.0295572Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T15:50:46.0311257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T15:50:46.0416687Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T15:50:46.0417403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:50:46.0437274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T15:50:46.0439512Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:50:46.0495021Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T15:50:46.0512266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:50:46.0735352Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:50:46.0753093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:50:46.0857293Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:50:46.0857881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T15:50:46.0877288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T15:50:46.0879799Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T15:50:46.0934525Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T15:50:46.0950618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T15:50:46.1175006Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T15:50:46.1191945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T15:50:46.1298059Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T15:50:46.1298844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T15:50:46.1321222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T15:50:46.1322945Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T15:50:46.1375337Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T15:50:46.1394045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T15:50:46.1615324Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T15:50:46.1634367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:50:46.1736732Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:50:46.1737689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T15:50:46.1759860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:50:46.1762628Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:50:46.1815385Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T15:50:46.1836942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T15:50:46.2055359Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T15:50:46.2072890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T15:50:46.2176881Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T15:50:46.2177332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T15:50:46.2195550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T15:50:46.2201735Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T15:50:46.2254460Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T15:50:46.2270785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T15:50:46.2495460Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T15:50:46.2514231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T15:50:46.2617712Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T15:50:46.2618250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T15:50:46.2636706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T15:50:46.2644247Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T15:50:46.2696083Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T15:50:46.2720010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T15:50:46.2937571Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T15:50:46.2960931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T15:50:46.3056543Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T15:50:46.3058695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T15:50:46.3077663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:50:46.3084341Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:50:46.3135416Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T15:50:46.3155912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T15:50:46.3375403Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T15:50:46.3395807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T15:50:46.3496125Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T15:50:46.3498103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T15:50:46.3575763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T15:50:46.3593722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T15:50:46.3980070Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T15:50:46.4092809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T15:50:46.4183930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T15:50:46.4256737Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T15:50:46.4273249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T15:50:46.4294262Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T15:50:46.4390423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T15:50:46.4432374Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T15:50:46.4496425Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T15:50:46.4549829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T15:50:46.6935228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T15:50:46.6967910Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T15:50:46.7159453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T15:50:46.7181359Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T15:50:46.9742438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T15:50:46.9754854Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T15:50:47.1923006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T15:50:47.1961769Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T15:50:47.2003446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T15:50:47.2434262Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T15:50:47.7022733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T15:50:47.7054005Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T15:50:48.0491317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T15:50:48.0513807Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T15:50:48.3256763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T15:50:48.3283600Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T15:50:49.1294266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T15:50:49.1336486Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T15:50:49.5090057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T15:50:49.5129917Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T15:50:49.6579608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T15:50:49.6615848Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T15:50:49.6687819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T15:50:49.7096244Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T15:50:49.7855174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T15:50:49.7890844Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T15:50:49.7929598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T15:50:49.8373578Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T15:50:50.1952038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T15:50:50.1983380Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T15:50:50.5156259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T15:50:50.5182906Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T15:50:51.1105519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T15:50:51.1156405Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T15:50:51.3192948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T15:50:51.3218697Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T15:50:51.4172886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T15:50:51.4199071Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T15:50:51.5140343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T15:50:51.5257982Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T15:50:51.5383550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T15:50:51.5414495Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T15:50:51.5465710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T15:50:51.5898793Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T15:50:51.7640626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T15:50:51.7652616Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T15:50:51.8860956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T15:50:51.8916588Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T15:50:52.3197001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T15:50:52.3223256Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T15:50:52.5456692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T15:50:52.5482435Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T15:50:52.6375724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T15:50:52.6402308Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T15:50:53.1883373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T15:50:53.1906060Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T15:50:53.3909284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T15:50:53.3921033Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T15:50:53.6291830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T15:50:53.6317333Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T15:50:54.8759753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T15:50:54.8781916Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T15:50:54.9000624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T15:50:54.9257989Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T15:50:54.9497212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T15:50:54.9696551Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T15:50:55.1769953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T15:50:55.1796169Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T15:50:55.5937154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T15:50:55.5956185Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T15:50:55.6705247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T15:50:55.6718228Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T15:50:55.7667269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T15:50:55.7680186Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T15:50:55.7699273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T15:50:55.8099483Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T15:50:55.8596326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T15:50:55.8610280Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T15:50:55.8628369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T15:50:55.9017648Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T15:50:55.9044110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T15:50:55.9457115Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T15:50:55.9474212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:50:55.9896107Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:50:56.0485137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T15:50:56.0498097Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T15:50:56.0639114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T15:50:56.0897220Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T15:50:56.3354583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T15:50:56.3395870Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T15:50:56.5651609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T15:50:56.5681390Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T15:50:56.5964467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T15:50:56.6096488Z [gw0] [ 13%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T15:50:56.8715693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T15:50:56.8773585Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T15:50:57.4282405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:50:57.4295179Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:50:57.4319188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T15:50:57.4799186Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T15:50:57.5978736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T15:50:57.6017246Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T15:50:57.6247070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T15:50:57.6487632Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T15:50:57.6492476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T15:50:57.6969360Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T15:50:58.0343754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T15:50:58.0385259Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T15:50:58.1259989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T15:50:58.1283809Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T15:50:58.2172410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T15:50:58.2196900Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T15:50:58.6470291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T15:50:58.6499401Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T15:50:59.5417690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T15:50:59.5442259Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T15:50:59.5722963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T15:50:59.5856986Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T15:50:59.9172835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T15:50:59.9186116Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T15:51:00.1197290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T15:51:00.1210625Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T15:51:00.1563206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T15:51:00.1579786Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T15:51:00.6925891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T15:51:00.6948494Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T15:51:00.8643038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T15:51:00.8667879Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T15:51:00.8696120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T15:51:00.9197347Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T15:51:00.9556427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T15:51:00.9588890Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T15:51:01.1744324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T15:51:01.1774095Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T15:51:01.1991363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T15:51:01.2274358Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T15:51:01.2944769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T15:51:01.2966192Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T15:51:01.4400090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T15:51:01.4464824Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T15:51:01.6107638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T15:51:01.6133614Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T15:51:01.6384539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T15:51:01.6536619Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T15:51:03.0478063Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:51:03.0525728Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T15:51:03.1566677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T15:51:03.1582280Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:51:03.1745198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T15:51:03.1977463Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T15:51:03.2564462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T15:51:03.2586006Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T15:51:03.3723664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T15:51:03.3749452Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T15:51:03.4950947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T15:51:03.4972227Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T15:51:03.5004355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T15:51:03.5378382Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T15:51:03.5408115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T15:51:03.5817698Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T15:51:03.5989505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T15:51:03.6256426Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T15:51:03.6492149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T15:51:03.6737450Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T15:51:03.6758940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T15:51:03.7212477Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T15:51:03.8803095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T15:51:03.8824185Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T15:51:04.2422921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T15:51:04.2452979Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T15:51:04.4588702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T15:51:04.4600721Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T15:51:05.1713268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T15:51:05.1752237Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T15:51:05.5660416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T15:51:05.5679848Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T15:51:05.9847188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T15:51:05.9869459Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T15:51:06.0908917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T15:51:06.0916640Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T15:51:06.1192526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T15:51:06.1415648Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T15:51:06.1885856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T15:51:06.1895403Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T15:51:06.2880928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T15:51:06.3041974Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T15:51:06.4075343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T15:51:06.4184189Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T15:51:06.4724675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T15:51:06.4743910Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T15:51:06.5935450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T15:51:06.5961215Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T15:51:06.8672889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T15:51:06.8705022Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T15:51:06.9525266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T15:51:06.9554837Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T15:51:07.1224117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T15:51:07.1239921Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T15:51:07.1954828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T15:51:07.1985176Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T15:51:07.2028658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T15:51:07.2045056Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T15:51:07.2068309Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T15:51:07.2535812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T15:51:07.5765514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T15:51:07.5788054Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T15:51:07.5838126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T15:51:07.6249126Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T15:51:07.6266333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T15:51:07.6688036Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T15:51:07.6693955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T15:51:07.7100305Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T15:51:07.8455660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T15:51:07.8480524Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T15:51:08.2852076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T15:51:08.2862174Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T15:51:08.3018607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T15:51:08.3376954Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T15:51:08.4334449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T15:51:08.4360659Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T15:51:08.5504529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T15:51:08.5570512Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T15:51:08.5966699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T15:51:08.5990581Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T15:51:08.6435002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T15:51:08.6583478Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T15:51:08.7247756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T15:51:08.7272104Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T15:51:08.7399670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T15:51:08.7418256Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T15:51:08.8252769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T15:51:08.8273399Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T15:51:08.9536750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T15:51:08.9561314Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T15:51:09.0934993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T15:51:09.0964483Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T15:51:09.1295213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T15:51:09.1319289Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T15:51:10.1286024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T15:51:10.1327381Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T15:51:10.1401647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T15:51:10.1857460Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T15:51:10.4372347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T15:51:10.4398058Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T15:51:10.4504397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T15:51:10.4850440Z [gw0] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T15:51:10.4858921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T15:51:10.5334677Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T15:51:10.6021865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T15:51:10.6044494Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T15:51:10.6166088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T15:51:10.6184886Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T15:51:10.6208923Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T15:51:10.6245295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T15:51:10.6457375Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T15:51:10.6694467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T15:51:10.8311062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T15:51:10.8344065Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T15:51:10.8605064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T15:51:10.8839320Z [gw2] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T15:51:10.8973804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T15:51:10.9318376Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T15:51:11.0683598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T15:51:11.0793051Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T15:51:11.5667957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T15:51:11.5707411Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T15:51:11.5827062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T15:51:11.5851526Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T15:51:11.6179888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T15:51:11.6257220Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T15:51:11.6291528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T15:51:11.6729274Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T15:51:11.6737862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T15:51:11.7209950Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T15:51:11.7218692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T15:51:11.7689851Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T15:51:11.7698126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T15:51:11.8127227Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T15:51:11.8135460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:51:11.8402855Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:51:11.8423639Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T15:51:11.8568457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T15:51:11.8573234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T15:51:11.9009902Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T15:51:11.9015200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T15:51:11.9454697Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T15:51:12.0746334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T15:51:12.0770255Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T15:51:12.1219521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T15:51:12.1290269Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T15:51:12.1871279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T15:51:12.1873737Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T15:51:12.5886732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T15:51:12.5901553Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T15:51:12.6056105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T15:51:12.6432414Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T15:51:12.6550474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T15:51:12.6934147Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T15:51:12.9552857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T15:51:12.9584807Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T15:51:12.9637912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T15:51:13.0024190Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T15:51:13.3452326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T15:51:13.3478296Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T15:51:14.5223220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T15:51:14.5248119Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T15:51:15.4601180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:51:15.4626311Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:51:15.8434604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T15:51:15.8457160Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T15:51:16.0910881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T15:51:16.0933492Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T15:51:16.0965871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T15:51:16.1060055Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T15:51:16.1080840Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T15:51:16.1368458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T15:51:16.1373245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T15:51:16.1517909Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T15:51:16.1537161Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T15:51:16.1807218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T15:51:16.1811909Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T15:51:16.2249420Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T15:51:16.2253812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T15:51:16.2683893Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T15:51:16.2686618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T15:51:16.2866410Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T15:51:16.2892149Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T15:51:16.3170001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T15:51:16.3348630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T15:51:16.3537350Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T15:51:16.4717717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T15:51:16.4752203Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T15:51:16.9211806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T15:51:16.9241602Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T15:51:17.1502993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T15:51:17.1525110Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T15:51:17.4743059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T15:51:17.4766107Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T15:51:17.5492701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:51:17.5512902Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:51:17.5545055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:51:17.5903279Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:51:17.5923529Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T15:51:17.5959753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T15:51:17.5964651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T15:51:17.6434789Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T15:51:18.2718346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T15:51:18.2730211Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T15:51:18.4329235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:51:18.4351638Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T15:51:18.4968343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T15:51:18.4988052Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T15:51:18.5787946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T15:51:18.5808870Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T15:51:18.5840519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T15:51:18.6144122Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T15:51:18.6164612Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:51:18.6295134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:51:18.7202244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T15:51:18.7222380Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T15:51:18.9667336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T15:51:18.9678813Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T15:51:19.0785989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T15:51:19.0810464Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T15:51:19.0860839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T15:51:19.1272186Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T15:51:19.5585164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:51:19.5611167Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:51:19.5647383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:51:19.6095311Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:51:19.8502122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:51:19.8527641Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T15:51:19.9718294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T15:51:19.9776947Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:51:19.9791830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:51:19.9815441Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T15:51:20.0023486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T15:51:20.0159491Z [gw0] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:51:20.2129415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:51:20.2260836Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:51:20.4535167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T15:51:20.4555552Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:51:21.0527633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T15:51:21.0566975Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T15:51:21.1851034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T15:51:21.1872741Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T15:51:21.1982160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T15:51:21.2016388Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T15:51:21.4149995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T15:51:21.4179372Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T15:51:21.5117754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T15:51:21.5162138Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T15:51:21.6569648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T15:51:21.6595378Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T15:51:21.6934759Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:51:21.6964844Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T15:51:23.7901209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:51:23.7927830Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T15:51:24.6932896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T15:51:24.6962392Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:51:24.8502349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T15:51:24.8528173Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T15:51:24.8802402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T15:51:24.8827119Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T15:51:24.9010386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T15:51:24.9040711Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T15:51:24.9092622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T15:51:24.9496170Z [gw3] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T15:51:25.0079110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T15:51:25.0165286Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T15:51:25.8055050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T15:51:25.8081762Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T15:51:25.8116434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T15:51:25.8574670Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T15:51:26.0668414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T15:51:26.0694020Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T15:51:26.0807057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T15:51:26.1170916Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T15:51:26.1179700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T15:51:26.1652427Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T15:51:26.1661538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T15:51:26.2083400Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T15:51:26.2092417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T15:51:26.2572609Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T15:51:26.2699619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T15:51:26.2978307Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T15:51:26.4673591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T15:51:26.4713484Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T15:51:27.3730545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T15:51:27.3747786Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T15:51:28.9856501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T15:51:28.9870405Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T15:51:28.9946461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T15:51:29.0339061Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T15:51:29.0542722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T15:51:29.0778918Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T15:51:29.0960758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T15:51:29.0968462Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:51:29.1291135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T15:51:29.1305261Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T15:51:29.1334655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T15:51:29.1736045Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T15:51:29.4808079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T15:51:29.4834321Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T15:51:29.5628249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:51:29.5653065Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:51:30.1477867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T15:51:30.1508965Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T15:51:30.1712989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T15:51:30.1939016Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T15:51:30.2188324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T15:51:30.2403989Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T15:51:30.2493370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T15:51:30.2518763Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T15:51:30.2556418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T15:51:30.3014037Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T15:51:30.4747480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T15:51:30.4759603Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T15:51:30.5156545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T15:51:30.5178925Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T15:51:30.5323846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T15:51:30.5618697Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T15:51:30.5646371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T15:51:30.6078150Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T15:51:30.6146355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T15:51:30.6564356Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T15:51:30.7275473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T15:51:30.7360145Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T15:51:30.7418334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T15:51:30.7895905Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T15:51:31.5500376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T15:51:31.5530836Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T15:51:31.7571465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T15:51:31.7597216Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T15:51:31.8063154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T15:51:31.8086988Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T15:51:31.8813088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T15:51:31.8837243Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T15:51:32.0759622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T15:51:32.0782864Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T15:51:32.1453699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T15:51:32.1481535Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T15:51:32.1675775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:51:32.1898246Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:51:32.2102208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T15:51:32.2124409Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T15:51:32.2330710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T15:51:32.2615630Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T15:51:32.4414996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T15:51:32.4441968Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T15:51:32.5644326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:51:32.5679898Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T15:51:32.6394796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T15:51:32.6429288Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T15:51:32.7490942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T15:51:32.7519704Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T15:51:32.8321345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T15:51:32.8349055Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T15:51:32.8694829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T15:51:32.8779121Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T15:51:32.8809815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T15:51:32.9295757Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T15:51:32.9769487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T15:51:32.9810594Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T15:51:33.0507033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T15:51:33.0531149Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T15:51:33.7175535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T15:51:33.7200192Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T15:51:33.9885631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T15:51:33.9906357Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T15:51:34.1943649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T15:51:34.1956872Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T15:51:34.2569595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T15:51:34.2582354Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:51:34.2907680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:51:34.2977763Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:51:34.3581073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T15:51:34.3596235Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T15:51:34.4422197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T15:51:34.4436259Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T15:51:34.6091296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:51:34.6118305Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:51:35.3373262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T15:51:35.3397365Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T15:51:35.3747504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T15:51:35.3817992Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T15:51:35.4259619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T15:51:35.4280351Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T15:51:35.4630212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T15:51:35.4660077Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T15:51:35.8189147Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T15:51:35.8212462Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T15:51:35.9453751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T15:51:35.9482380Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T15:51:36.0389278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T15:51:36.0420771Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T15:51:36.0473852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T15:51:36.0937544Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T15:51:36.0938443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T15:51:36.1133424Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T15:51:36.1157638Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T15:51:36.1414729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T15:51:36.1422955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T15:51:36.1874331Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T15:51:36.3185816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:51:36.3262223Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:51:36.4430825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:51:36.4461741Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:51:37.0947739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:51:37.0957542Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T15:51:37.1846583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T15:51:37.1858059Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T15:51:37.3060203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T15:51:37.3073024Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T15:51:37.4735282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T15:51:37.4747014Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T15:51:38.0713161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T15:51:38.0726108Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T15:51:38.0747884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T15:51:38.1138323Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T15:51:38.1167548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T15:51:38.1618770Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T15:51:38.1767936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T15:51:38.2058276Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T15:51:38.3720468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T15:51:38.3736895Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T15:51:38.3876313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T15:51:38.4138374Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T15:51:38.6525115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T15:51:38.6570652Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T15:51:38.9226429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T15:51:38.9251919Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T15:51:38.9340279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:51:38.9366299Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T15:51:39.0409743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T15:51:39.0438113Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T15:51:39.0982761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T15:51:39.1000745Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:51:39.1662975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T15:51:39.1695393Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T15:51:39.2777606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T15:51:39.2802042Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T15:51:39.3871629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T15:51:39.3900666Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T15:51:39.4685261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T15:51:39.4709891Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T15:51:39.6772984Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T15:51:39.6789972Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:51:39.6963894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:51:39.7040775Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T15:51:39.7069722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T15:51:39.7457685Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T15:51:39.7484818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T15:51:39.7897720Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T15:51:39.8056178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T15:51:39.8337636Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T15:51:40.1023441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T15:51:40.1055758Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T15:51:40.1583779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T15:51:40.1614535Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T15:51:40.2116606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T15:51:40.2132813Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:51:40.7471393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:51:40.7511767Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T15:51:40.7542431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T15:51:40.7695724Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T15:51:40.7711304Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:51:40.7937574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:51:41.0052035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T15:51:41.0191046Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T15:51:41.0468161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T15:51:41.0485668Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T15:51:41.1237670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T15:51:41.1276613Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T15:51:41.2136042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T15:51:41.2169364Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:51:41.3159944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:51:41.3192792Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T15:51:41.5564538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T15:51:41.5580022Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T15:51:41.5933666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T15:51:41.5949855Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T15:51:41.6114500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T15:51:41.6145648Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:51:41.6509801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:51:41.6578871Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:51:41.6842866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:51:41.6870346Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T15:51:41.7305622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T15:51:41.7331136Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T15:51:41.7638639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T15:51:41.7740560Z [gw3] [ 16%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T15:51:41.7783033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T15:51:41.8257245Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T15:51:41.8682692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T15:51:41.8700336Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T15:51:41.8722890Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T15:51:41.8739124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T15:51:42.1123209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T15:51:42.1152864Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T15:51:42.4203115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T15:51:42.4254768Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T15:51:42.4312299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T15:51:42.4776760Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T15:51:42.4792991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T15:51:42.5138062Z [gw3] [ 16%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T15:51:42.5164264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T15:51:42.5618429Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T15:51:42.7057888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T15:51:42.7083126Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T15:51:42.9473106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T15:51:42.9489005Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:51:43.0698650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T15:51:43.0734340Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T15:51:43.0790455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T15:51:43.0936520Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T15:51:43.0970897Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T15:51:43.1215256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T15:51:43.1540229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T15:51:43.1697715Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T15:51:43.2680252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T15:51:43.2706216Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T15:51:43.2909442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T15:51:43.3216006Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T15:51:43.3448915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T15:51:43.3484714Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T15:51:43.3993317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T15:51:43.4026528Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T15:51:43.5778871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T15:51:43.5804236Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T15:51:43.5943125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:51:43.6264631Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:51:43.6289598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:51:43.6314940Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T15:51:43.6323929Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T15:51:43.6349030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T15:51:43.6362850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T15:51:43.6402255Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T15:51:43.6736373Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:51:43.6779724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:51:43.6789612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T15:51:43.7210522Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T15:51:43.7220078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T15:51:43.7649610Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T15:51:43.7655511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T15:51:43.8089729Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T15:51:43.8628551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T15:51:43.8649976Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T15:51:43.8662718Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:51:43.8691045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T15:51:43.8719381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:51:43.9139819Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T15:51:43.9149330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T15:51:43.9616554Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T15:51:44.3136907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T15:51:44.3165022Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T15:51:44.3205426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T15:51:44.3319406Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T15:51:44.3351432Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:51:44.3457089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:51:44.3481632Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T15:51:44.3514549Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:51:44.3654589Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:51:44.4178477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T15:51:44.4179137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:51:44.4784529Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:51:44.4810319Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:51:44.4855527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:51:44.4994785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T15:51:44.5130555Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:51:44.5148352Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T15:51:44.5178192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T15:51:44.5336857Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T15:51:44.5639360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:51:44.7531890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:51:44.7547601Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T15:51:44.9916295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T15:51:44.9938929Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T15:51:45.1492671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T15:51:45.1531196Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T15:51:45.2283223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T15:51:45.2306848Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T15:51:45.2989126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T15:51:45.3016098Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T15:51:45.6465977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T15:51:45.6481753Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T15:51:45.6669717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T15:51:45.6930248Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T15:51:45.6940841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T15:51:45.7369205Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T15:51:45.7379442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T15:51:45.7850224Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T15:51:45.7859512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T15:51:45.8288046Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T15:51:45.8298215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:51:45.8734721Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:51:45.8745748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T15:51:45.9171719Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T15:51:45.9182351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T15:51:45.9656141Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T15:51:46.1364662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T15:51:46.1403139Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:51:46.4632504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T15:51:46.4662552Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T15:51:47.1221879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T15:51:47.1250380Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T15:51:47.2116343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T15:51:47.2148589Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T15:51:47.7042824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T15:51:47.7062487Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T15:51:48.6519964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:51:48.6553088Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T15:51:49.3351368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:51:49.3373396Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:51:49.4603477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T15:51:49.4640668Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:51:49.5839234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:51:49.5860245Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T15:51:49.7341453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:51:49.7364101Z [gw1] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:51:51.3819354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T15:51:51.3854688Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T15:51:52.1559051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:51:52.1585742Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:51:52.3904664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T15:51:52.3930671Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:51:52.9072312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:51:52.9099419Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T15:51:52.9162096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:51:52.9576530Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:51:52.9581982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:51:53.0041414Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:51:53.0165339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:51:53.0187424Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:51:53.0220438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:51:53.0682101Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:51:53.0686817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:51:53.1175146Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:51:54.3775184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T15:51:54.3799418Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:51:55.1085730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:51:55.1112070Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:51:55.2033369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:51:55.2058066Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:51:56.1455260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:51:56.1481218Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:51:56.2916273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:51:56.2939689Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:51:56.6188301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:51:56.6204287Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:51:56.7188857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:51:56.7282973Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T15:51:56.7424982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:51:56.7443582Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:51:56.9211789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:51:56.9243436Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:51:56.9731003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:51:56.9761236Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:51:56.9814922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:51:57.0212399Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:51:57.1232939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:51:57.1258629Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:51:57.1914218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:51:57.2020161Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:51:57.2664462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:51:57.2696464Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:51:58.8480780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:51:58.8510750Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:51:58.8941928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:51:58.8971989Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:51:59.2802938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T15:51:59.2831232Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:52:01.7654162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:52:01.7689500Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T15:52:03.2262743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T15:52:03.2279116Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:52:03.7614428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:52:03.7654305Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:52:03.7715211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:52:03.8175317Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:52:03.8691418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:52:03.8724661Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T15:52:03.8931769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T15:52:03.9170042Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T15:52:03.9178796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T15:52:03.9654707Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T15:52:04.1318737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T15:52:04.1354613Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T15:52:04.1975428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T15:52:04.2000514Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T15:52:04.3553313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:52:04.3578305Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:52:04.3608071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:52:04.4093965Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:52:04.6930647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T15:52:04.6959711Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T15:52:05.2160189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T15:52:05.2192021Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T15:52:05.2472763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T15:52:05.2649506Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T15:52:05.2658101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T15:52:05.3134191Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T15:52:05.4675278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T15:52:05.4830379Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:52:05.5095193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:52:05.5257823Z [gw3] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:52:05.5382474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:52:05.5410643Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T15:52:05.7817028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T15:52:05.7836230Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T15:52:05.8034719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T15:52:05.8294708Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T15:52:05.8755303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T15:52:05.8897521Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T15:52:05.9979005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T15:52:05.9995373Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T15:52:06.0018557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T15:52:06.0205954Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T15:52:06.0220696Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:52:06.0496821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:52:06.0742781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T15:52:06.0936084Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T15:52:06.5192792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T15:52:06.5218725Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:52:06.5498523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T15:52:06.5531066Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T15:52:06.5565209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:52:06.5976370Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:52:06.8396487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T15:52:06.8420753Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T15:52:06.9833604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T15:52:06.9873910Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T15:52:07.2593214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:52:07.2611257Z [gw0] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:52:07.2702940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:52:07.3018894Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:52:07.3718529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T15:52:07.3734574Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T15:52:07.5326946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T15:52:07.5353164Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T15:52:07.6296684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T15:52:07.6319562Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T15:52:07.7060558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T15:52:07.7080342Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T15:52:08.0116146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:52:08.0143776Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:52:08.0172916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:52:08.0578145Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:52:08.0618961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T15:52:08.1049063Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T15:52:08.1056033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:52:08.1498573Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:52:08.1506193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:52:08.1959581Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:52:08.2352404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T15:52:08.2386754Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T15:52:08.2442195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:52:08.2883195Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:52:08.3307466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T15:52:08.3341010Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T15:52:08.3395089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:52:08.3799431Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:52:08.3808502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:52:08.4294759Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:52:08.7480919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T15:52:08.7498320Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T15:52:09.3086103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T15:52:09.3114380Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T15:52:09.4846012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T15:52:09.4874524Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T15:52:10.8715143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T15:52:10.8737122Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T15:52:11.2933194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T15:52:11.2949808Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T15:52:12.0868156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T15:52:12.0886409Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T15:52:13.4879096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T15:52:13.4905484Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T15:52:13.6701031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:52:13.6727213Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T15:52:14.2788354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T15:52:14.2814858Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T15:52:18.2772414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T15:52:18.2791579Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T15:52:19.1999178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:52:19.2025548Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:52:19.3648814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T15:52:19.3674576Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T15:52:19.4084342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T15:52:19.4110091Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T15:52:27.5221415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T15:52:27.5232684Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T15:52:28.6065327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T15:52:28.6076924Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T15:52:28.7206051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:52:28.7220541Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:52:28.7567617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T15:52:28.7656204Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T15:52:28.8117950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T15:52:28.8137499Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T15:52:28.8168153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T15:52:28.8605230Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T15:52:28.8611111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T15:52:28.9031194Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T15:52:28.9394508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T15:52:28.9457187Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T15:52:28.9926063Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T15:52:28.9953307Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T15:52:29.1302377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T15:52:29.1323014Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T15:52:29.9550119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T15:52:29.9596255Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T15:52:30.6731703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T15:52:30.6771308Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T15:52:31.4261552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T15:52:31.4303305Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T15:52:32.6652108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T15:52:32.6709361Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T15:52:33.3771753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T15:52:33.3797318Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T15:52:33.7013689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:52:33.7059105Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:52:33.9978886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T15:52:34.0008124Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T15:52:34.1063302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T15:52:34.1091161Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T15:52:34.3398102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T15:52:34.3427332Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T15:52:34.7214543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T15:52:34.7243431Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T15:52:34.8449498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T15:52:34.8473154Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T15:52:34.8742027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T15:52:34.8936440Z [gw2] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T15:52:34.9005519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T15:52:34.9384394Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T15:52:35.1712660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T15:52:35.1731746Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T15:52:35.1763015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T15:52:35.2174760Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T15:52:35.2175597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T15:52:35.2613808Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T15:52:35.2614456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T15:52:35.3053177Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T15:52:35.3053835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T15:52:35.3464666Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T15:52:35.4390041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T15:52:35.4426715Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T15:52:35.5206487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T15:52:35.5302685Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T15:52:36.4872579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T15:52:36.4903766Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T15:52:36.6291251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T15:52:36.6316025Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T15:52:36.6441861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T15:52:36.6854974Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T15:52:36.7268409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T15:52:36.7302467Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T15:52:36.7356181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T15:52:36.7806957Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T15:52:36.7815320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T15:52:36.8247811Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T15:52:36.8256121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T15:52:36.8742402Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T15:52:37.1645717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T15:52:37.1677381Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:52:38.8320709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:52:38.8346635Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T15:52:38.8382697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:52:38.8848744Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:52:38.8857594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:52:38.9378718Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:52:39.0400758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T15:52:39.0423839Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:52:39.0479634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:52:39.0934869Z [gw1] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:52:39.1360072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T15:52:39.1452825Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T15:52:39.3828350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T15:52:39.3854355Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T15:52:39.4596840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T15:52:39.4843515Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T15:52:39.8551381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:52:39.8571963Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:52:39.9411997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T15:52:39.9426091Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T15:52:40.9329532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T15:52:40.9344185Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T15:52:41.1286826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T15:52:41.1301648Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T15:52:41.2334292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:52:41.2348587Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:52:41.3274020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T15:52:41.3288030Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T15:52:41.3309362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:52:41.3738540Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:52:41.3788785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:52:41.4254544Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:52:43.0704246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:52:43.0734900Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:52:43.2548213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:52:43.2569413Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T15:52:43.2803799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T15:52:43.3054529Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T15:52:43.3195540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T15:52:43.3216320Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T15:52:43.4350424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T15:52:43.4375108Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T15:52:43.4500255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T15:52:43.4593555Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T15:52:43.4623514Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:52:43.4854399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:52:43.5447314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T15:52:43.5467574Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T15:52:44.0258620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T15:52:44.0288693Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T15:52:44.1135495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T15:52:44.1162725Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T15:52:45.0825750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T15:52:45.0830444Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T15:52:45.4341275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T15:52:45.4383752Z [gw0] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T15:52:45.6152996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T15:52:45.6180562Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T15:52:45.6234458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:52:45.6652413Z [gw1] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:52:45.9911592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:52:45.9924475Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T15:52:46.0028205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T15:52:46.0340357Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T15:52:46.2110769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T15:52:46.2156132Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T15:52:46.2222345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T15:52:46.2577114Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T15:52:46.3991462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T15:52:46.4017636Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T15:52:46.6279416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T15:52:46.6301885Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T15:52:46.6380461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T15:52:46.6407982Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:52:46.7133346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:52:46.7153281Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:52:46.8803112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:52:46.8981999Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T15:52:46.9981046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T15:52:47.0004983Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T15:52:47.0886992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T15:52:47.0911124Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T15:52:47.3286988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T15:52:47.3312452Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T15:52:47.3343178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T15:52:47.3773100Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T15:52:48.9079420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:52:48.9105286Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:52:49.1732758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:52:49.1753547Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:52:49.1821764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:52:49.1839625Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:52:49.4193348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T15:52:49.4215470Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:52:49.6641195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:52:49.6672732Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:52:49.6725715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:52:49.7174874Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:52:50.5813721Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T15:52:50.5839601Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T15:52:50.7793899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T15:52:50.7818206Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:52:51.0683338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T15:52:51.0709555Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T15:52:51.0746172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:52:51.1213940Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:52:51.3822372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T15:52:51.3861017Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T15:52:51.9199167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:52:51.9243865Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T15:52:51.9283522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T15:52:51.9316758Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:52:53.9803568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T15:52:53.9829521Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:52:53.9866105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T15:52:54.0334568Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T15:52:54.0388814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T15:52:54.0774738Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T15:52:54.1110765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T15:52:54.1138760Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T15:52:54.1340771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T15:52:54.1654418Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T15:52:54.3463491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T15:52:54.3485010Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T15:52:54.3517632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T15:52:54.3909576Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T15:52:54.3942955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T15:52:54.4414604Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T15:52:55.6614041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T15:52:55.6639603Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T15:52:56.2019377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T15:52:56.2093600Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T15:52:56.2108208Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T15:52:56.2121277Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T15:52:56.6679646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T15:52:56.6701916Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T15:52:56.6977524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:52:56.7195614Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:52:56.8594969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T15:52:56.8619275Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T15:52:58.1586415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:52:58.1811638Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T15:52:58.4860098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T15:52:58.4884913Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T15:52:58.6108959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:52:58.6139199Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:52:58.6408154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T15:52:58.6591394Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T15:52:58.8114746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T15:52:58.8140316Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T15:52:58.8696118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:52:58.8720888Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:52:59.5768315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T15:52:59.5794535Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T15:52:59.5834924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T15:52:59.6248544Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T15:52:59.6257478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T15:52:59.6688364Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T15:52:59.6698477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T15:52:59.7138589Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T15:52:59.7148784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T15:52:59.7574079Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T15:53:00.4775744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T15:53:00.4828844Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T15:53:00.6651595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T15:53:00.6689669Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:53:00.9629352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:53:00.9669404Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:53:01.8324116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T15:53:01.8349563Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T15:53:01.9418608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T15:53:01.9449815Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T15:53:02.1321390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T15:53:02.1360327Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T15:53:02.2550565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T15:53:02.2587204Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T15:53:02.4222463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T15:53:02.4268844Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T15:53:02.6816653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T15:53:02.6850350Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T15:53:03.5761957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:53:03.5785408Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T15:53:03.7462939Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T15:53:03.7499773Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T15:53:04.1079855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T15:53:04.1113949Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T15:53:04.1616213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T15:53:04.1654504Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T15:53:04.6534888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T15:53:04.6562307Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T15:53:04.6603611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T15:53:04.6627024Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:53:04.9343578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T15:53:04.9397031Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T15:53:05.3017696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T15:53:05.3065681Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T15:53:05.3409464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T15:53:05.3497840Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T15:53:05.3531824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T15:53:05.4003693Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T15:53:05.5786170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:53:05.5824942Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:53:05.6611898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T15:53:05.6645821Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T15:53:05.7754996Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T15:53:05.7788809Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T15:53:05.7846105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T15:53:05.8254226Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T15:53:05.8264054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T15:53:05.8695287Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T15:53:05.8704450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T15:53:05.9134806Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T15:53:05.9144300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T15:53:05.9578571Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T15:53:05.9582198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T15:53:06.0000595Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T15:53:06.0394904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:53:06.0432158Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T15:53:06.0490503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T15:53:06.0861311Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T15:53:06.0899006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T15:53:06.1368275Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T15:53:06.1377058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T15:53:06.1848733Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T15:53:06.1857495Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T15:53:06.2375792Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T15:53:06.2385801Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:53:06.2393316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:53:06.5069003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T15:53:06.5100215Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T15:53:06.5737215Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T15:53:06.5762057Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:53:06.8781766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:53:06.8808557Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:53:06.9065469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T15:53:06.9197469Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T15:53:06.9295142Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T15:53:06.9302980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T15:53:07.0116329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:53:07.0132491Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T15:53:07.0163030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T15:53:07.0617341Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T15:53:07.1638167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T15:53:07.1725474Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T15:53:07.1892445Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T15:53:07.1914297Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T15:53:07.2005563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T15:53:07.2209173Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T15:53:07.2212689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T15:53:07.2651848Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T15:53:07.2655747Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T15:53:07.3129187Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T15:53:07.3133128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T15:53:07.3566662Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T15:53:07.3572876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T15:53:07.4011405Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T15:53:07.4014482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T15:53:07.4449874Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T15:53:07.4454328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T15:53:07.4889011Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T15:53:07.4892807Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T15:53:07.5338333Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T15:53:07.5347871Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T15:53:07.5766854Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T15:53:07.5776344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T15:53:07.6207561Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T15:53:07.6208174Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T15:53:07.6694703Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T15:53:07.9766470Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:53:07.9783345Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:53:08.0536314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:53:08.0562407Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T15:53:08.0956681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:53:08.0969690Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:53:08.1931238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T15:53:08.1954164Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T15:53:08.2128851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T15:53:08.2494647Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T15:53:08.3549202Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T15:53:08.3582957Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:53:08.3855094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:53:08.3894513Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T15:53:08.3965012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T15:53:08.4016694Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:53:08.4239979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T15:53:08.4296290Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T15:53:08.4389877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T15:53:08.4496377Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T15:53:08.5081295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T15:53:08.5113748Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T15:53:08.6838166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T15:53:08.6874396Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T15:53:08.8729388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:53:08.8755135Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:53:08.9429990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T15:53:08.9451625Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T15:53:09.0302442Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T15:53:09.0326531Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:53:09.0368809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:53:09.0381808Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T15:53:09.0652601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T15:53:09.0854155Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T15:53:09.2184937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T15:53:09.2203398Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T15:53:09.2481001Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T15:53:09.2616096Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T15:53:09.9919623Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:53:10.0076711Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:53:10.0742064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:53:10.0764392Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:53:10.1069103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T15:53:10.1214562Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T15:53:10.3449131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:53:10.3475849Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T15:53:11.0031877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T15:53:11.0060820Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T15:53:11.0101838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T15:53:11.0498075Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T15:53:11.0521738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T15:53:11.0772969Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T15:53:11.0787681Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:53:11.0967339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:53:11.0975396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T15:53:11.1406513Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T15:53:11.1415083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T15:53:11.1895367Z [gw3] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T15:53:11.3141081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:53:11.3168529Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:53:11.5172331Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:53:11.5299054Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:53:11.6513152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:53:11.6520303Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:53:11.7048394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:53:11.7063226Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:53:12.8369840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:53:12.8398074Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:53:12.9469535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:53:12.9510892Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:53:13.1279809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:53:13.1310596Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:53:14.7403417Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:53:14.7421677Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:53:14.9865734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:53:14.9897229Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:53:15.6422908Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:53:15.6444576Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:53:19.7750479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:53:19.7790757Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:53:20.0922756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:53:20.0949010Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:53:20.1929913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:53:20.1943158Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T15:53:20.3275547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:53:20.3297163Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:53:20.5046997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T15:53:20.5090762Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:53:20.5235963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:53:20.5573288Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:53:20.9791694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:53:20.9848537Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:53:21.0649797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:53:21.0675272Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:53:21.0802301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:53:21.0828032Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T15:53:21.1224768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:53:21.1252093Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:53:21.3647537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:53:21.3675513Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:53:21.4798930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:53:21.4822754Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:53:21.6302041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:53:21.6321120Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:53:21.8225444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:53:21.8259667Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:53:22.1508215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:53:22.1542170Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:53:22.4444719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:53:22.4454214Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:53:22.9232108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T15:53:22.9266879Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T15:53:23.1161279Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T15:53:23.1196783Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T15:53:23.1742972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:53:23.1789747Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:53:23.2120282Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T15:53:23.2219081Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T15:53:24.6195568Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T15:53:24.6245628Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T15:53:24.8881440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T15:53:24.8906754Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T15:53:25.3426034Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T15:53:25.3472651Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T15:53:25.4171950Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T15:53:25.4211991Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T15:53:25.4281825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T15:53:25.4658038Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T15:53:25.4668835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T15:53:25.5133526Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T15:53:26.0614706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:53:26.0640381Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:53:26.1562653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:53:26.1586964Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:53:26.7016305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:53:26.7038445Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:53:26.8243337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:53:26.8265863Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:53:26.8299598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T15:53:26.8727164Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T15:53:26.8732873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T15:53:26.9206867Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T15:53:26.9212343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T15:53:26.9734590Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T15:53:27.3685739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:53:27.3708054Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:53:27.4504683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:53:27.4528852Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:53:28.6307015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T15:53:28.6339215Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:53:28.6353673Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T15:53:28.6371867Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T15:53:28.8855459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:53:28.8869443Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T15:53:28.8889548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T15:53:28.9414203Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T15:53:28.9461444Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T15:53:28.9561996Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T15:53:28.9613070Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:53:28.9814823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:53:28.9983044Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T15:53:29.0294427Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T15:53:29.0375936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T15:53:29.0729293Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T15:53:29.0734216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T15:53:29.1022170Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T15:53:29.1051348Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:53:29.1167729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:53:29.1172583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T15:53:29.1654254Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T15:53:29.4824342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T15:53:29.4862202Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:53:29.6218220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:53:29.6245735Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:53:29.7431829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:53:29.7461757Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:53:30.3661650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T15:53:30.3683851Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T15:53:30.7794345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:53:30.7816292Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:53:30.9334422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T15:53:30.9372304Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T15:53:30.9677143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T15:53:30.9779308Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T15:53:31.3606890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:53:31.3646037Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:53:31.3898920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T15:53:31.4131050Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T15:53:31.4140424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T15:53:31.4569941Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T15:53:31.4578605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T15:53:31.5010299Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T15:53:31.5019842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T15:53:31.5450298Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T15:53:31.5459859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T15:53:31.5935219Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T15:53:31.8922465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T15:53:31.8966547Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T15:53:32.4491813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T15:53:32.4530052Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T15:53:34.3953489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:53:34.3991965Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:53:34.8317437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:53:34.8355959Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:53:38.2503843Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:53:38.2534384Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:53:38.8516690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:53:38.8555186Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:53:39.6846068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T15:53:39.6871228Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T15:53:39.8445489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T15:53:39.8481519Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T15:53:40.1698465Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T15:53:40.1723742Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T15:53:40.4330386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T15:53:40.4367874Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T15:53:40.7909871Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T15:53:40.7940433Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T15:53:41.0153546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T15:53:41.0191138Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T15:53:41.0677302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T15:53:41.0713557Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T15:53:41.7463997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T15:53:41.7502021Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T15:53:41.8938590Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T15:53:41.8975268Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T15:53:42.7971848Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T15:53:42.8003333Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T15:53:43.2052364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T15:53:43.2078266Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T15:53:43.9807410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T15:53:43.9848034Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T15:53:44.3531072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T15:53:44.3570963Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T15:53:44.6347046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T15:53:44.6386381Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T15:53:44.8397592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T15:53:44.8448850Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T15:53:45.1498734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T15:53:45.1538216Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T15:53:45.2219596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:53:45.2254557Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:53:45.3486420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T15:53:45.3512438Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T15:53:45.4623347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T15:53:45.4662081Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T15:53:45.6614981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:53:45.6716504Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T15:53:45.7280098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T15:53:45.7318248Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T15:53:45.8560209Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:53:45.8705419Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:53:45.8899930Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T15:53:45.9214518Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T15:53:45.9415367Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:53:45.9429248Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:53:45.9928449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T15:53:45.9961866Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:53:46.2590425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:53:46.2628113Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T15:53:46.4308802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T15:53:46.4345147Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T15:53:46.7186639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T15:53:46.7225642Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T15:53:46.9178660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:53:46.9213568Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:53:47.1329986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T15:53:47.1369395Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:53:47.5538386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:53:47.5577004Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T15:53:47.5635024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T15:53:47.6054960Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T15:53:47.6890945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T15:53:47.6949500Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:53:47.7115231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:53:47.7454241Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:53:47.8904810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:53:47.8928268Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:53:47.9181835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:53:47.9223462Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:53:48.3182604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:53:48.3230520Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T15:53:48.3444509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T15:53:48.3688502Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T15:53:48.3697235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T15:53:48.4167680Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T15:53:48.4176359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T15:53:48.4655817Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T15:53:48.5502014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:53:48.5537048Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:53:48.6735267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:53:48.6772575Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:53:48.8948629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:53:48.8987407Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:53:48.9653360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:53:48.9687992Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:53:49.1036801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:53:49.1073059Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:53:49.1489270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:53:49.1520786Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:53:50.0032185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:53:50.0064432Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:53:51.2756938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:53:51.2783635Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:53:51.5070942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:53:51.5097115Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:53:51.5890611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:53:51.5913939Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:53:51.7186294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:53:51.7211571Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:53:51.7884438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:53:51.7908897Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:53:51.8206551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:53:51.8414533Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:53:52.4496844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:53:52.4520804Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:53:52.5756847Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T15:53:52.5788270Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T15:53:52.6162328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T15:53:52.6218665Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T15:53:52.8669640Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T15:53:52.8710060Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T15:53:53.0380430Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:53:53.0424427Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:53:53.1066510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T15:53:53.1100897Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T15:53:53.1638500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:53:53.1686730Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:53:53.7943969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:53:53.7967373Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:53:53.8474440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:53:53.8500242Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:53:53.8676671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:53:53.8704974Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:53:54.0762609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T15:53:54.0793747Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T15:53:54.3285052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T15:53:54.3310327Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T15:53:54.4212065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T15:53:54.4238301Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T15:53:54.6143014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T15:53:54.6168875Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:53:54.6978264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:53:54.6994848Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T15:53:54.7707820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T15:53:54.7726144Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T15:53:54.7756255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:53:54.8209642Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:53:54.8219574Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:53:54.8695779Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:53:55.0550266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T15:53:55.0588264Z [gw0] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T15:53:55.1664349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T15:53:55.1721903Z [gw0] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T15:53:55.2144617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T15:53:55.2172843Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:53:55.2455966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:53:55.2607901Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:53:55.7659802Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:53:55.7690094Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:53:55.8158737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T15:53:55.8186755Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T15:53:55.8509021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:53:55.8661589Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:53:55.9059028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:53:55.9085339Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:53:56.0443193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:53:56.0467874Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T15:53:56.1661477Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T15:53:56.1685380Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:53:56.1972103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:53:56.1994778Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T15:53:56.2980649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T15:53:56.3003812Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T15:53:56.3739526Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T15:53:56.3761914Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T15:53:56.6019299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T15:53:56.6044870Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:54:00.2161644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:54:00.2199672Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:54:00.2257326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T15:54:00.2656340Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T15:54:00.3011689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T15:54:00.3056970Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T15:54:00.3593583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T15:54:00.3615369Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T15:54:00.3661225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T15:54:00.4047124Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T15:54:00.4055551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T15:54:00.4535243Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T15:54:00.7344448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T15:54:00.7368495Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T15:54:01.2469204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T15:54:01.2511367Z [gw3] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T15:54:01.2554486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:54:01.3058391Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:54:03.0247994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T15:54:03.0273864Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T15:54:04.6277237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T15:54:04.6285689Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T15:54:05.5897995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T15:54:05.5921641Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T15:54:05.5970080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T15:54:05.6368837Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T15:54:05.6377692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T15:54:05.6828210Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T15:54:05.7399902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T15:54:05.7454826Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T15:54:05.7764465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T15:54:05.7856838Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T15:54:05.9021004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T15:54:05.9147711Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:54:06.2105338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:54:06.2124837Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T15:54:06.8226735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T15:54:06.8268188Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:54:06.8757120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:54:06.8784360Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T15:54:06.8837904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T15:54:06.9294472Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T15:54:07.0783816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T15:54:07.0821628Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T15:54:07.5855664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T15:54:07.5899512Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:54:08.1247979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:54:08.1274504Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:54:08.3355090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:54:08.3384251Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:54:09.7588627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:54:09.7627485Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T15:54:09.7668382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T15:54:09.8149071Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T15:54:10.1113808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T15:54:10.1129036Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:54:10.1362285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:54:10.1615287Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:54:10.2640665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:54:10.2669108Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:54:10.7267316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:54:10.7301953Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:54:10.9650697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:54:10.9702543Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:54:11.3682182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:54:11.3721180Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T15:54:12.3347098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T15:54:12.3379437Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:54:12.4523140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:54:12.4541397Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T15:54:12.8515224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:54:12.8553660Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:54:12.8654033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:54:12.9014729Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:54:13.0538882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T15:54:13.0561168Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T15:54:13.0638425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T15:54:13.1009765Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T15:54:13.1016010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T15:54:13.1495528Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T15:54:13.2020022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T15:54:13.2040832Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T15:54:13.3013346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T15:54:13.3034031Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T15:54:13.3058298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:54:13.3489004Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:54:13.3497650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T15:54:13.3930821Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T15:54:13.3939421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:54:13.4414897Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:54:13.4735935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T15:54:13.4838082Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T15:54:13.5474304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T15:54:13.5514657Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T15:54:13.6085336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T15:54:13.6127178Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T15:54:13.6188996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:54:13.6567914Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:54:13.6576318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:54:13.7000303Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:54:13.7009963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:54:13.7448852Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:54:13.7458444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T15:54:13.7974567Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T15:54:13.9022649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T15:54:13.9048775Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T15:54:13.9308187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T15:54:13.9505565Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T15:54:14.0413597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T15:54:14.0435019Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T15:54:14.1930387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T15:54:14.1961032Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T15:54:14.5461220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T15:54:14.5483524Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T15:54:14.7555835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T15:54:14.7582862Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T15:54:14.9283000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T15:54:14.9297228Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:54:14.9316427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T15:54:14.9775258Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T15:54:15.2477530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T15:54:15.2503231Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T15:54:15.4252129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T15:54:15.4319141Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T15:54:15.4403157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T15:54:15.4767515Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T15:54:15.4776263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T15:54:15.5253238Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T15:54:15.9147449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T15:54:15.9186520Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:54:16.3995228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:54:16.4017187Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:54:17.8137345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:54:17.8164063Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:54:18.8864653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:54:18.8890768Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:54:18.8989198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:54:18.9374115Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:54:19.7918753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:54:19.7946453Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:54:20.2132717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:54:20.2154138Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T15:54:20.3223982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T15:54:20.3248816Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T15:54:20.7393222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T15:54:20.7419697Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T15:54:20.7948074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T15:54:20.7972952Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T15:54:21.0720724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T15:54:21.0846022Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T15:54:22.7017955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T15:54:22.7043905Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T15:54:22.8114619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T15:54:22.8140429Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T15:54:22.8722148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T15:54:22.8747698Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T15:54:23.0619048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T15:54:23.0648090Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T15:54:23.1187376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T15:54:23.1211030Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:54:23.1809094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:54:23.1823854Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T15:54:23.4220691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T15:54:23.4246287Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T15:54:23.8307711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T15:54:23.8337469Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:54:23.8457946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:54:23.8814941Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:54:23.8872933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:54:23.8893437Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T15:54:23.8925931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T15:54:23.9068411Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T15:54:23.9255150Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:54:23.9375430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T15:54:23.9712065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T15:54:23.9738415Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T15:54:24.0044641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T15:54:24.0217995Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T15:54:24.3324199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:54:24.3349414Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T15:54:24.4545116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T15:54:24.4569115Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:54:24.6353346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:54:24.6377439Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:54:24.6916417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:54:24.6939037Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:54:24.9565507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:54:24.9589287Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:54:25.0054983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:54:25.0076311Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T15:54:25.0423238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T15:54:25.0537519Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T15:54:25.2086070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T15:54:25.2103847Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:54:25.4652103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T15:54:25.4677919Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T15:54:25.8673216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T15:54:25.8702892Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T15:54:26.0086693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T15:54:26.0112416Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T15:54:26.0876005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T15:54:26.0905018Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T15:54:26.0945779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T15:54:26.1415475Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T15:54:26.1876022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T15:54:26.1900378Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T15:54:26.1993046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T15:54:26.2340960Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T15:54:26.2636331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T15:54:26.2777512Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T15:54:26.2844977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T15:54:26.3216496Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T15:54:26.3850749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T15:54:26.3863224Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T15:54:26.3878464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T15:54:26.4258577Z [gw1] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T15:54:26.4287265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T15:54:26.4698083Z [gw1] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T15:54:26.4865281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T15:54:26.5101520Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T15:54:26.5109305Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T15:54:26.5136299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T15:54:26.5674722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T15:54:26.5689711Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T15:54:26.8359502Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T15:54:26.8382675Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T15:54:26.8891746Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T15:54:26.8910943Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T15:54:27.1875174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T15:54:27.1903906Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T15:54:27.2111528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T15:54:27.2133362Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T15:54:27.2162228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:54:27.2487566Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:54:27.2512654Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T15:54:27.2537696Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T15:54:27.4246760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T15:54:27.4276745Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T15:54:27.6787916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T15:54:27.6813074Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T15:54:27.7702107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T15:54:27.7725993Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T15:54:27.8139076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T15:54:27.8150605Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T15:54:28.0615796Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T15:54:28.0640400Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T15:54:28.1114749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T15:54:28.1137965Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T15:54:28.1164920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T15:54:28.1640165Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T15:54:28.1648576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T15:54:28.2175868Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T15:54:28.6045443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T15:54:28.6070546Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T15:54:28.6541518Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T15:54:28.6564399Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T15:54:28.9994376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T15:54:29.0008544Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T15:54:29.3417351Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T15:54:29.3431113Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T15:54:29.3450647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T15:54:29.3887715Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T15:54:29.3896104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T15:54:29.4374937Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T15:54:29.6885843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T15:54:29.6925477Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T15:54:29.9782143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T15:54:29.9818370Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T15:54:30.1343909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T15:54:30.1361214Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T15:54:30.4160866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T15:54:30.4172795Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T15:54:30.4726944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T15:54:30.4738444Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T15:54:30.5507104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T15:54:30.5523482Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T15:54:30.7197233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T15:54:30.7246819Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T15:54:31.2721241Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T15:54:31.2752945Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T15:54:33.8898653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T15:54:33.8924049Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T15:54:34.1943625Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T15:54:34.1956191Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T15:54:34.1983895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T15:54:34.2378158Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T15:54:34.2414444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T15:54:34.2836767Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T15:54:34.3070977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T15:54:34.3091138Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T15:54:34.3386317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T15:54:34.3398564Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T15:54:34.3878525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T15:54:34.3898370Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T15:54:34.3924272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T15:54:34.3937918Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T15:54:35.3485694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T15:54:35.3512446Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T15:54:35.5108783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T15:54:35.5134649Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T15:54:35.5171209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T15:54:35.5654541Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T15:54:35.6880272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T15:54:35.6918364Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T15:54:36.4629833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T15:54:36.4641910Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T15:54:36.6300176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T15:54:36.6313901Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T15:54:36.6406385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T15:54:36.6738262Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T15:54:36.7926061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T15:54:36.7936287Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T15:54:37.0682333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T15:54:37.0693848Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T15:54:37.2007606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T15:54:37.2032994Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T15:54:37.4502112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T15:54:37.4507934Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T15:54:37.7762720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:54:37.7769487Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:54:38.0559010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:54:38.0574729Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:54:38.3562995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T15:54:38.3575145Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T15:54:38.3679601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T15:54:38.4029675Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T15:54:38.4362100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T15:54:38.4415528Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T15:54:38.4620152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T15:54:38.4855451Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T15:54:38.4982492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T15:54:38.5295327Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T15:54:38.6184282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:54:38.6205632Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:54:38.6250937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T15:54:38.6412629Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T15:54:38.6432813Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T15:54:38.6616654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T15:54:38.6646740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T15:54:38.7080337Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T15:54:38.7086368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:54:38.7567326Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:54:38.7573656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:54:38.7977747Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:54:38.8003158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:54:38.8416535Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:54:38.8445874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:54:38.8856156Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:54:38.9434025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T15:54:38.9459301Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T15:54:38.9573674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T15:54:38.9603465Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T15:54:38.9641597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:54:39.0058653Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:54:39.0066442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:54:39.0297524Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:54:39.0307839Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T15:54:39.0458412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T15:54:39.0810848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T15:54:39.0898691Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T15:54:39.1077934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T15:54:39.1086272Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T15:54:39.1798536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T15:54:39.1811925Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T15:54:39.2136925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T15:54:39.2219606Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T15:54:39.5103562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T15:54:39.5141911Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T15:54:39.6802556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T15:54:39.6910718Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T15:54:39.9585072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T15:54:39.9606194Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T15:54:40.0951331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T15:54:40.0975207Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T15:54:40.1234855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T15:54:40.1454533Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T15:54:40.4858753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T15:54:40.4890338Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T15:54:40.5605593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T15:54:40.5615332Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T15:54:41.6224988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T15:54:41.6241041Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T15:54:42.1681587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T15:54:42.1704819Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T15:54:42.1731911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T15:54:42.1749450Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T15:54:42.3537795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T15:54:42.3598195Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T15:54:42.4879378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T15:54:42.4889478Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T15:54:42.4904992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:54:42.5298535Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:54:42.5659443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T15:54:42.5736868Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T15:54:43.1789101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T15:54:43.1813085Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T15:54:43.6350691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T15:54:43.6376625Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T15:54:43.6416800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T15:54:43.6844842Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T15:54:43.6854077Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T15:54:43.6877799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T15:54:43.6907931Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T15:54:43.7296916Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T15:54:43.9168429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T15:54:43.9193469Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T15:54:43.9242055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T15:54:43.9688815Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T15:54:43.9697353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T15:54:43.9749246Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T15:54:43.9773337Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T15:54:43.9877197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T15:54:43.9894037Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T15:54:44.0099368Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T15:54:44.1084768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T15:54:44.1104683Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T15:54:44.1266801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T15:54:44.1295302Z [gw1] [ 26%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T15:54:44.2166028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T15:54:44.2191747Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T15:54:44.2497351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T15:54:44.2522389Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T15:54:44.4214480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T15:54:44.4239294Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T15:54:44.4563372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T15:54:44.4657337Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T15:54:44.4692031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T15:54:44.5214670Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T15:54:44.5261905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T15:54:44.5574570Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T15:54:44.7765637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T15:54:44.7803112Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T15:54:44.8113146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T15:54:44.8216412Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T15:54:44.8522979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T15:54:44.8657819Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T15:54:45.0474186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T15:54:45.0485100Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T15:54:45.4176658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:54:45.4208064Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:54:45.4260532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T15:54:45.4695486Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T15:54:45.5212880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T15:54:45.5264208Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T15:54:45.5291708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T15:54:45.5775912Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T15:54:45.5808469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T15:54:45.6214526Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T15:54:45.6897537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T15:54:45.6951940Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T15:54:45.8387135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T15:54:45.8411656Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T15:54:46.1351820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T15:54:46.1390941Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T15:54:46.7070125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T15:54:46.7096031Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T15:54:46.7519040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T15:54:46.7541910Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T15:54:46.7591858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T15:54:46.8008463Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T15:54:46.8017748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:54:46.8454419Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:54:46.8720107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T15:54:46.8856256Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T15:54:46.9098779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T15:54:46.9296198Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T15:54:46.9319455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:54:46.9769327Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:54:46.9778522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:54:47.0238898Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:54:47.1160298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:54:47.1186530Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T15:54:47.1223295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T15:54:47.1551717Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T15:54:47.1668579Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:54:47.1694120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:54:47.1704652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T15:54:47.2174700Z [gw2] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:54:47.2746474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T15:54:47.2767827Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T15:54:47.2888040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T15:54:47.3243646Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T15:54:47.3248984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T15:54:47.3695542Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T15:54:47.4582106Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T15:54:47.4716628Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T15:54:47.5166914Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T15:54:47.5210581Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T15:54:47.5796562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T15:54:47.5882143Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T15:54:47.6328830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T15:54:47.6365440Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T15:54:47.6673642Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T15:54:47.6779263Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T15:54:48.0588937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T15:54:48.0611159Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T15:54:48.0981369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T15:54:48.1006160Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T15:54:48.1271000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T15:54:48.1287442Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T15:54:48.1541230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T15:54:48.1572026Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T15:54:48.1989362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T15:54:48.2002895Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T15:54:48.3262807Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T15:54:48.3287320Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T15:54:48.3860364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T15:54:48.3884339Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T15:54:48.5642132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T15:54:48.5668354Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T15:54:48.7268907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T15:54:48.7290108Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T15:54:49.1944546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T15:54:49.1959299Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T15:54:49.2853975Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T15:54:49.2876353Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T15:54:49.3213816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T15:54:49.3243192Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T15:54:49.3276973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T15:54:49.3304831Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T15:54:49.3625580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T15:54:49.3661699Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T15:54:49.3724396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T15:54:49.4214972Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T15:54:49.4265398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T15:54:49.4646526Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T15:54:49.4657923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T15:54:49.5080551Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T15:54:49.5089141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T15:54:49.5568223Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T15:54:49.5576824Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T15:54:49.6049625Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T15:54:49.6059257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T15:54:49.6509037Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T15:54:49.6535148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T15:54:49.7012736Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T15:54:49.7017080Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T15:54:49.7447986Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T15:54:49.7454575Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T15:54:49.7889683Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T15:54:49.7898543Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T15:54:49.8416016Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T15:54:49.8667515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T15:54:49.8776696Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T15:54:49.8850520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T15:54:49.9295166Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T15:54:49.9502413Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T15:54:49.9535074Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T15:54:50.1265316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T15:54:50.1284196Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T15:54:50.2082998Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T15:54:50.2101975Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T15:54:50.8446872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T15:54:50.8484784Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T15:54:51.0008849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T15:54:51.0029957Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T15:54:51.0319039Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T15:54:51.0345360Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T15:54:51.2001982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T15:54:51.2022220Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T15:54:51.2272339Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T15:54:51.2533761Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T15:54:51.6105941Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T15:54:51.6126432Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T15:54:51.6371805Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T15:54:51.6614260Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T15:54:51.9748363Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T15:54:51.9760972Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T15:54:52.0337171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T15:54:52.0348297Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T15:54:52.2145650Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T15:54:52.2153721Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T15:54:52.2488103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T15:54:52.2577030Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T15:54:52.2599037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T15:54:52.3017017Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T15:54:52.3042774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T15:54:52.3458235Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T15:54:52.3481672Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T15:54:52.3897368Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T15:54:52.3933093Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T15:54:52.4339484Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T15:54:52.5159020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T15:54:52.5174316Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T15:54:52.5975333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T15:54:52.6003668Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T15:54:52.6044243Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T15:54:52.6461274Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T15:54:52.6732005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T15:54:52.7003809Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T15:54:52.7011421Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T15:54:52.7406984Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T15:54:52.7414216Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T15:54:52.7847722Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T15:54:52.7855038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T15:54:52.8291065Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T15:54:52.8298253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T15:54:52.8728351Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T15:54:52.8735534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T15:54:52.9170925Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T15:54:52.9177870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T15:54:52.9607357Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T15:54:52.9614457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T15:54:53.0048912Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T15:54:53.0056014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T15:54:53.0529413Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T15:54:53.0536551Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T15:54:53.0962589Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T15:54:53.0969652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T15:54:53.1401003Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T15:54:53.1408498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T15:54:53.1914318Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T15:54:53.2063901Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T15:54:53.2364151Z [gw3] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T15:54:53.2411262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T15:54:53.2744207Z [gw3] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T15:54:53.3007053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T15:54:53.3215671Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T15:54:53.3253053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T15:54:53.3734832Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T15:54:53.3905107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T15:54:53.4217419Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T15:54:53.4227618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T15:54:53.4654433Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T15:54:53.5728188Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T15:54:53.5772757Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T15:54:53.6146622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T15:54:53.6178737Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T15:54:53.6251705Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T15:54:53.6679646Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T15:54:53.6900484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T15:54:53.7130468Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T15:54:53.7287032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T15:54:53.7616566Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T15:54:54.0942751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T15:54:54.0957530Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T15:54:54.1452220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T15:54:54.1474226Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T15:54:54.4009666Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T15:54:54.4035035Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T15:54:54.4945318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T15:54:54.4987037Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T15:54:54.5069760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T15:54:54.5096234Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T15:54:54.5347988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T15:54:54.5418850Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T15:54:54.5695593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T15:54:54.5725413Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T15:54:54.7151123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T15:54:54.7178723Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T15:54:54.7908936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T15:54:54.7931086Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T15:54:54.9484929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T15:54:54.9511349Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T15:54:55.0001014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T15:54:55.0030765Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T15:54:55.0131164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:54:55.0153980Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T15:54:55.0981294Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T15:54:55.1013901Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:54:55.1052560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:54:55.1486948Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:54:55.1492963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:54:55.1929434Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:54:55.1938790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:54:55.2363080Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:54:55.2374359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:54:55.2853379Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:54:55.3437502Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T15:54:55.3476931Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T15:54:55.3710385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T15:54:55.3973886Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T15:54:55.6911716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T15:54:55.6922224Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T15:54:55.7330738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T15:54:55.7377483Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T15:54:55.8126619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T15:54:55.8138975Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T15:54:55.8659797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T15:54:55.8664761Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T15:54:55.8823084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T15:54:55.9058281Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T15:54:55.9176234Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T15:54:55.9499250Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T15:54:55.9626528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T15:54:55.9938115Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T15:54:56.1212948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T15:54:56.1226663Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T15:54:56.1486269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T15:54:56.1698175Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T15:54:56.2086635Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T15:54:56.2136143Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T15:54:56.2236797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T15:54:56.2605994Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T15:54:56.2613052Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T15:54:56.2703567Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T15:54:56.2723883Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T15:54:56.3046274Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T15:54:56.3053560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T15:54:56.3534091Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T15:54:56.4004360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T15:54:56.4027292Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T15:54:56.4888988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T15:54:56.4902038Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T15:54:56.5205301Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T15:54:56.5336785Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T15:54:56.6578236Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T15:54:56.6594655Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T15:54:56.6876470Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T15:54:56.7016346Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T15:54:56.7038002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T15:54:56.7456858Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T15:54:56.7477922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T15:54:56.7896904Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T15:54:56.7918318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T15:54:56.8267526Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T15:54:56.8273814Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T15:54:56.8337130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T15:54:56.8875583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T15:54:56.8883156Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T15:54:56.9039687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T15:54:56.9045990Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T15:54:56.9092973Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T15:54:56.9296599Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T15:54:57.1327943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T15:54:57.1335767Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T15:54:57.1764403Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T15:54:57.1778843Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T15:54:57.9514425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T15:54:57.9541776Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T15:54:58.2572604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T15:54:58.2573748Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T15:54:58.5835624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T15:54:58.5843711Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T15:54:58.5930138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T15:54:58.6257304Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T15:54:58.6288810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T15:54:58.6696994Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T15:54:58.6718794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T15:54:58.7137434Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T15:54:58.7163600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T15:54:58.7577109Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T15:54:58.7598554Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T15:54:58.7802089Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T15:54:58.7812172Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T15:54:58.7855406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T15:54:58.8016018Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T15:54:58.8033254Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T15:54:58.8216290Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T15:54:58.8319794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T15:54:58.8457205Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T15:54:58.8480129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T15:54:58.8656118Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T15:54:58.8759700Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T15:54:58.8896922Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T15:54:58.8916819Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T15:54:58.9095889Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T15:54:58.9113912Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T15:54:58.9335791Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T15:54:58.9538084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T15:54:58.9571083Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T15:54:58.9695781Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T15:54:58.9814425Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T15:54:59.0054472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T15:54:59.0242251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T15:54:59.0276419Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T15:54:59.0749891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T15:54:59.0769940Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T15:54:59.1005394Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T15:54:59.1254531Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T15:54:59.2246873Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T15:54:59.2282726Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T15:54:59.2533501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T15:54:59.2773164Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T15:54:59.3277466Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T15:54:59.3295605Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T15:54:59.4120617Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T15:54:59.4141541Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T15:54:59.4368489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T15:54:59.4655188Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T15:54:59.5479261Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T15:54:59.5531120Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T15:54:59.6735181Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T15:54:59.6758232Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T15:55:00.0707546Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T15:55:00.0731316Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T15:55:00.0744691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T15:55:00.0751569Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T15:55:00.1274757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T15:55:00.1295257Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T15:55:00.1462290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T15:55:00.1483509Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T15:55:00.3400638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T15:55:00.3433935Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T15:55:00.3940603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T15:55:00.3972485Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T15:55:00.5178240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T15:55:00.5210193Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T15:55:00.5518250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T15:55:00.5617270Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T15:55:00.6943192Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T15:55:00.6968614Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T15:55:00.7677078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T15:55:00.7718227Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T15:55:00.8385616Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T15:55:00.8416602Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T15:55:00.8429078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T15:55:00.8438686Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T15:55:00.8466818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T15:55:00.8891827Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T15:55:00.8901302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T15:55:00.9331385Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T15:55:00.9337039Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T15:55:00.9793736Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T15:55:00.9814468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T15:55:01.0031583Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T15:55:01.0055964Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T15:55:01.0336000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T15:55:01.0534392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T15:55:01.0548324Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T15:55:01.0664635Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T15:55:01.0755845Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T15:55:01.0854722Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T15:55:01.0886628Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T15:55:01.0976968Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T15:55:01.1256178Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T15:55:01.1565399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T15:55:01.1588129Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T15:55:01.1600275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T15:55:01.1658021Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T15:55:01.1755481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T15:55:01.2101269Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T15:55:01.2129155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T15:55:01.2152879Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T15:55:01.2461343Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T15:55:01.2696274Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T15:55:01.2716365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T15:55:01.3177559Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T15:55:01.4341095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T15:55:01.4399613Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T15:55:01.4732373Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T15:55:01.4818432Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T15:55:01.6081338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T15:55:01.6105750Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T15:55:01.6617167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T15:55:01.6641085Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T15:55:01.8327265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T15:55:01.8341659Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T15:55:01.9009917Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T15:55:01.9022790Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T15:55:01.9790878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T15:55:01.9804249Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T15:55:02.0185623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T15:55:02.0219912Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T15:55:02.0325511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T15:55:02.0659314Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T15:55:02.0872596Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T15:55:02.1098840Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T15:55:02.1157354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T15:55:02.1168491Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T15:55:02.1178347Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T15:55:02.1580522Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T15:55:02.2309029Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T15:55:02.2321122Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T15:55:02.2371429Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T15:55:02.2738263Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T15:55:02.2845662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T15:55:02.3178710Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T15:55:02.3204944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T15:55:02.3681098Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T15:55:02.3690460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T15:55:02.4175580Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T15:55:02.4740475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T15:55:02.4766036Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T15:55:02.4994387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T15:55:02.5296213Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T15:55:02.7967806Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T15:55:02.7982297Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T15:55:02.8469965Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T15:55:02.8490768Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T15:55:02.9058902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T15:55:02.9080024Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T15:55:02.9407348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T15:55:02.9417780Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T15:55:02.9636365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T15:55:02.9858093Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T15:55:02.9928361Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T15:55:03.0299284Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T15:55:03.0689121Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T15:55:03.0699522Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T15:55:03.0762530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T15:55:03.0773122Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T15:55:03.0978396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T15:55:03.1151750Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T15:55:03.2322324Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T15:55:03.2340822Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T15:55:03.2555297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T15:55:03.2779477Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T15:55:03.3283423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T15:55:03.3297740Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T15:55:03.3441531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T15:55:03.3644659Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T15:55:03.3655560Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T15:55:03.3737363Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T15:55:03.4049266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T15:55:03.4099313Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T15:55:03.4137892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T15:55:03.4176787Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T15:55:03.4284937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T15:55:03.4618188Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T15:55:03.4638166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T15:55:03.5058152Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T15:55:03.5081104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T15:55:03.5226868Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T15:55:03.5234399Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T15:55:03.5497207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T15:55:03.5848388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T15:55:03.5938005Z [gw3] [ 29%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T15:55:03.6145715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T15:55:03.6180898Z [gw3] [ 29%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T15:55:03.6189925Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T15:55:03.6378710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T15:55:03.6973789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T15:55:03.6982444Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T15:55:03.7110600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T15:55:03.7259935Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T15:55:03.7267761Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T15:55:03.7416607Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T15:55:03.7508322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T15:55:03.7856149Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T15:55:03.7951985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T15:55:03.8297276Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T15:55:03.8378702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T15:55:03.8391197Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T15:55:03.9435362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T15:55:03.9445490Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T15:55:03.9464309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T15:55:03.9859913Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T15:55:04.3750470Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T15:55:04.3766736Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T15:55:04.7062946Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T15:55:04.7088097Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T15:55:04.7803230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T15:55:04.7821090Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T15:55:04.8002632Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T15:55:04.8258243Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T15:55:04.8533684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T15:55:04.8697445Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T15:55:04.8880680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T15:55:04.9138273Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T15:55:04.9195602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T15:55:04.9576704Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T15:55:04.9602016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T15:55:05.0016651Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T15:55:05.0045149Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T15:55:05.0457376Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T15:55:05.0853449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T15:55:05.0897211Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T15:55:05.1100406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T15:55:05.1441462Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T15:55:05.1449447Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T15:55:05.1818827Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T15:55:05.1839430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T15:55:05.2259316Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T15:55:05.2465073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T15:55:05.2698653Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T15:55:05.2765005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T15:55:05.3138114Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T15:55:05.3578325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T15:55:05.3619183Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T15:55:05.3742462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T15:55:05.4060039Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T15:55:05.4254657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T15:55:05.4498164Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T15:55:05.4559434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T15:55:05.4940093Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T15:55:05.6258265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T15:55:05.6313596Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T15:55:05.6533958Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T15:55:05.6779224Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T15:55:05.7776335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T15:55:05.7845449Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T15:55:05.8274150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T15:55:05.8307955Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T15:55:06.0531389Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T15:55:06.0545851Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T15:55:06.0568481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:55:06.1018724Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:55:06.1041802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:55:06.1498077Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:55:06.1533388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T15:55:06.1970387Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T15:55:06.1980029Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T15:55:06.2413516Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T15:55:06.2423327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T15:55:06.2893435Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T15:55:06.2901821Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T15:55:06.3371718Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T15:55:06.3379777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T15:55:06.3850142Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T15:55:06.3858288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:55:06.4330358Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:55:06.4339026Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:55:06.4807604Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:55:06.4814428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:55:06.5284702Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:55:06.5293948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:55:06.5816118Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:55:06.5844723Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T15:55:06.6229601Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T15:55:06.6346488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T15:55:06.6688106Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T15:55:06.6697034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:55:06.7169183Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:55:06.7178008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:55:06.7695506Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:55:06.7717104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T15:55:06.8175775Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T15:55:06.8219718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T15:55:06.8654745Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T15:55:06.8705457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T15:55:06.9053010Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T15:55:06.9058935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:55:06.9527640Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:55:06.9534282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:55:07.0015792Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:55:07.0075894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T15:55:07.0448551Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T15:55:07.0454661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:55:07.0889565Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:55:07.0893557Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:55:07.1328482Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:55:07.1334468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:55:07.1811423Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:55:07.1820276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:55:07.2294132Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:55:07.2357641Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T15:55:07.2773967Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T15:55:07.2823430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T15:55:07.3178352Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T15:55:07.3509535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:55:07.3617014Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:55:07.3643695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:55:07.4057597Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:55:07.4086215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:55:07.4537250Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:55:07.4559390Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:55:07.4978799Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:55:07.5005943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:55:07.5460899Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:55:07.5486676Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:55:07.5897883Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:55:07.5923135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:55:07.6337986Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:55:07.6366559Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:55:07.6777990Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:55:07.7425128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T15:55:07.7441202Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T15:55:07.7466943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T15:55:07.7858103Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T15:55:07.8471158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T15:55:07.8492906Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T15:55:07.8518296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T15:55:07.8854216Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T15:55:08.0713868Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T15:55:08.0731050Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T15:55:08.0994709Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T15:55:08.1135986Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T15:55:08.2475802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T15:55:08.2497856Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T15:55:08.2849385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T15:55:08.3023404Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T15:55:08.3270879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T15:55:08.3482827Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T15:55:08.3488456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T15:55:08.3889778Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T15:55:08.4371067Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T15:55:08.4385876Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T15:55:08.4531107Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T15:55:08.4818257Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T15:55:08.6007178Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T15:55:08.6021047Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T15:55:08.6307520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T15:55:08.6456981Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T15:55:08.8121312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T15:55:08.8134373Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T15:55:08.8459287Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T15:55:08.8537142Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T15:55:08.9339759Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T15:55:08.9350404Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T15:55:08.9607362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T15:55:08.9777641Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T15:55:09.1992277Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T15:55:09.2002916Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T15:55:09.2694105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T15:55:09.2709756Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T15:55:09.6616358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T15:55:09.6659432Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T15:55:09.6774205Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T15:55:09.6812448Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T15:55:09.7792487Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T15:55:09.7820562Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T15:55:10.0260689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T15:55:10.0272857Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T15:55:10.0684068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T15:55:10.0736947Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T15:55:10.3064527Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T15:55:10.3076969Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T15:55:10.3516396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T15:55:10.3530982Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T15:55:10.5102272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T15:55:10.5114293Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T15:55:10.5470092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T15:55:10.5536845Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T15:55:11.4701343Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T15:55:11.4723181Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T15:55:12.7274519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T15:55:12.7308730Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T15:55:12.8500945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T15:55:12.8532623Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T15:55:12.8843406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T15:55:12.8935852Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T15:55:13.0954367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:55:13.0967060Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:55:13.1412592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T15:55:13.1427590Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T15:55:13.1552336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T15:55:13.1856619Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T15:55:13.3850468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T15:55:13.3880193Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T15:55:13.4370009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T15:55:13.4392963Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T15:55:13.6452611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T15:55:13.6474470Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T15:55:13.6959890Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T15:55:13.6980362Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T15:55:13.7634177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T15:55:13.7657335Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T15:55:13.7834904Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T15:55:13.8213962Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T15:55:14.0134598Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T15:55:14.0159566Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T15:55:14.0629201Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T15:55:14.0652198Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T15:55:14.1416951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T15:55:14.1441664Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T15:55:14.3705269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T15:55:14.3717955Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T15:55:14.6543131Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T15:55:14.6565306Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T15:55:14.6707398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T15:55:14.7022357Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T15:55:14.7631781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T15:55:14.7662575Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T15:55:14.7909867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T15:55:14.8173749Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T15:55:15.1503381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T15:55:15.1524969Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T15:55:15.3164179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T15:55:15.3185418Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T15:55:15.3400306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T15:55:15.3733816Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T15:55:15.5758347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T15:55:15.5786991Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T15:55:15.8694717Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T15:55:15.8715553Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T15:55:16.3420054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T15:55:16.3448900Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T15:55:16.7899320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T15:55:16.7906095Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T15:55:16.7963748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T15:55:16.8336085Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T15:55:16.9911611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T15:55:16.9931771Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T15:55:17.3941028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T15:55:17.3967017Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T15:55:17.7865804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T15:55:17.7892249Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T15:55:18.1019147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T15:55:18.1030643Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T15:55:18.1380249Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T15:55:18.1455967Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T15:55:18.1571714Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:55:18.1583780Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T15:55:18.3988937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T15:55:18.4022301Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T15:55:18.5304136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T15:55:18.5326116Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:55:18.6288542Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T15:55:18.6319841Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T15:55:18.7272266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T15:55:18.7302571Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T15:55:18.7425986Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T15:55:18.7450575Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T15:55:18.7487634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T15:55:18.7802620Z [gw2] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T15:55:18.7819723Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T15:55:18.7899099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T15:55:18.7907196Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T15:55:18.8311763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T15:55:18.8890505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T15:55:18.8920378Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T15:55:18.9247702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T15:55:18.9336793Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T15:55:18.9342944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T15:55:18.9359467Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T15:55:18.9696673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T15:55:18.9778099Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T15:55:19.0221856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T15:55:19.0243449Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T15:55:19.0435325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T15:55:19.0507432Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T15:55:19.0519882Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T15:55:19.0775563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T15:55:19.0898496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T15:55:19.0977636Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T15:55:19.1806566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T15:55:19.1823618Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T15:55:19.1985388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T15:55:19.2335686Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T15:55:19.2464037Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T15:55:19.2486694Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T15:55:19.2534250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T15:55:19.2969616Z [gw2] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T15:55:19.2978132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T15:55:19.3454897Z [gw2] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T15:55:19.7239346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T15:55:19.7272752Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T15:55:19.8305772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T15:55:19.8336360Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T15:55:19.8388846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T15:55:19.8760527Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T15:55:19.8775763Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T15:55:19.9206781Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T15:55:19.9211657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T15:55:19.9648091Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T15:55:19.9654526Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T15:55:19.9659324Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T15:55:19.9666472Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T15:55:20.0088382Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T15:55:20.0093097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T15:55:20.0449191Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T15:55:20.0461099Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T15:55:20.0529256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T15:55:20.0534072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T15:55:20.0579211Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T15:55:20.0922853Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T15:55:20.0969730Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T15:55:20.0974396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T15:55:20.1413623Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T15:55:20.1418155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T15:55:20.1895175Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T15:55:20.1900521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T15:55:20.2335344Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T15:55:20.2387752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T15:55:20.2765693Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T15:55:20.2774190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T15:55:20.3214261Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T15:55:20.3243368Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T15:55:20.3254744Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T15:55:20.3275025Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T15:55:20.3695568Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T15:55:20.3978521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T15:55:20.4017241Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T15:55:20.4180145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T15:55:20.4575006Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T15:55:20.5068878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T15:55:20.5088286Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T15:55:20.5101615Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T15:55:20.5149865Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T15:55:20.5369591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T15:55:20.5577886Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T15:55:20.5717471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T15:55:20.5737079Z [gw2] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T15:55:20.5944743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:55:20.5967188Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T15:55:20.6455254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T15:55:20.6473103Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T15:55:20.8045943Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:55:20.8069629Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T15:55:20.8638451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T15:55:20.8661883Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T15:55:20.8777019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T15:55:20.9127722Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T15:55:20.9132654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T15:55:20.9266743Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T15:55:20.9291148Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:55:20.9567313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:55:20.9572122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T15:55:21.0027007Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T15:55:21.0668072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T15:55:21.0691611Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:55:21.1564023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T15:55:21.1816148Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T15:55:21.2258394Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T15:55:21.2259170Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T15:55:21.3562104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T15:55:21.3688206Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T15:55:21.4242065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T15:55:21.4271770Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T15:55:21.4628945Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T15:55:21.4697507Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T15:55:21.5145843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T15:55:21.5175448Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T15:55:21.6508864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T15:55:21.6523411Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T15:55:21.6658906Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T15:55:21.6682829Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T15:55:21.6967116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T15:55:21.6980562Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T15:55:21.7289680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T15:55:21.7324305Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T15:55:21.9417855Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T15:55:21.9439410Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T15:55:21.9999097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T15:55:22.0022552Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T15:55:22.0757116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T15:55:22.0781274Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T15:55:22.0969725Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T15:55:22.1216551Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T15:55:22.1817815Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T15:55:22.1832542Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:55:22.1998635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:55:22.2023622Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T15:55:22.2400985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T15:55:22.2458270Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T15:55:22.4064960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T15:55:22.4082423Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T15:55:22.4177696Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T15:55:22.4201630Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T15:55:22.4403933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T15:55:22.4555161Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T15:55:22.4873952Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T15:55:22.4894137Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:55:22.5339809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T15:55:22.5366091Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T15:55:22.5430171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T15:55:22.5450288Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T15:55:22.5908654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T15:55:22.5928881Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T15:55:22.6119313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T15:55:22.6139115Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T15:55:22.6355488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T15:55:22.6378591Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T15:55:22.6539192Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T15:55:22.6575873Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T15:55:22.6595623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T15:55:22.6902797Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T15:55:22.6903578Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T15:55:22.6927856Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T15:55:22.8208146Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T15:55:22.8231208Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T15:55:22.8600063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T15:55:22.8657762Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T15:55:22.8695643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T15:55:22.8715993Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T15:55:22.9273297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T15:55:22.9296910Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T15:55:22.9625701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T15:55:22.9646914Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T15:55:23.0956914Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T15:55:23.0986734Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T15:55:23.1518961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T15:55:23.1540054Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T15:55:23.1811170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T15:55:23.2083664Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T15:55:23.2092500Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T15:55:23.2202972Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T15:55:23.2227196Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T15:55:23.2248200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T15:55:23.2262072Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T15:55:23.2575263Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T15:55:23.2723378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T15:55:23.2966881Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T15:55:23.3006905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T15:55:23.3250621Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T15:55:23.3276659Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T15:55:23.3494861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T15:55:23.3533749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T15:55:23.3559018Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T15:55:23.5237283Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T15:55:23.5262863Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T15:55:23.5916445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T15:55:23.5956021Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T15:55:23.7278361Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T15:55:23.7304084Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T15:55:23.7384667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T15:55:23.7392202Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T15:55:23.7411727Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T15:55:23.7416439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T15:55:23.8017258Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T15:55:23.8048551Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T15:55:23.8482710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:55:23.8503381Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T15:55:23.8695728Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T15:55:23.8794486Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T15:55:23.8814721Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:55:23.8868183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T15:55:23.9103153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T15:55:23.9255182Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T15:55:23.9359129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T15:55:23.9381815Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T15:55:23.9853979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T15:55:23.9867468Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T15:55:23.9998685Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:55:24.0021587Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T15:55:24.0168546Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T15:55:24.0182374Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T15:55:24.0224274Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T15:55:24.0413285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T15:55:24.0534263Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T15:55:24.0657428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T15:55:24.1687358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T15:55:24.1719582Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T15:55:24.2707197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T15:55:24.2732151Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T15:55:24.3520001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T15:55:24.3543232Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T15:55:24.3919075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T15:55:24.3943654Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T15:55:24.4556271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T15:55:24.4579955Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T15:55:24.5062898Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T15:55:24.5089360Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T15:55:24.5470271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T15:55:24.5511477Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T15:55:24.6064730Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T15:55:24.6087750Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T15:55:24.6735044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T15:55:24.6760768Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T15:55:24.6930390Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T15:55:24.6948462Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T15:55:24.7225496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T15:55:24.7245794Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T15:55:24.7492553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T15:55:24.7519867Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T15:55:24.7919617Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T15:55:24.7943691Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T15:55:24.9266267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T15:55:24.9298973Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T15:55:24.9965995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T15:55:24.9998006Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T15:55:25.0208320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T15:55:25.0236696Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T15:55:25.0380388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T15:55:25.0406734Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T15:55:25.1032427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T15:55:25.1039203Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T15:55:25.1060503Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T15:55:25.1066415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:55:25.1101991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T15:55:25.1117568Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T15:55:25.1229891Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:55:25.1252226Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T15:55:25.1527914Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T15:55:25.1536843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T15:55:25.1546532Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T15:55:25.1800317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T15:55:25.1973973Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T15:55:25.1984952Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:55:25.1999256Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:55:25.2307482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T15:55:25.2336117Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T15:55:25.2410094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T15:55:25.2415576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:55:25.2850622Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:55:25.2856948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:55:25.3045959Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:55:25.3059150Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:55:25.3161135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T15:55:25.3181607Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T15:55:25.3202873Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T15:55:25.3233654Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T15:55:25.3296088Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T15:55:25.3303524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T15:55:25.3628234Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T15:55:25.3656744Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T15:55:25.3724317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T15:55:25.3731499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T15:55:25.3742222Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T15:55:25.3790937Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T15:55:25.3806604Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T15:55:25.3898253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T15:55:25.4161917Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T15:55:25.4170638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T15:55:25.4180564Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T15:55:25.4216616Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T15:55:25.4654266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T15:55:25.5318068Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:55:25.5337246Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T15:55:25.5740449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T15:55:25.5764379Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T15:55:25.5934883Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T15:55:25.5958630Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T15:55:25.6192342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T15:55:25.6215347Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T15:55:25.6349818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T15:55:25.6428875Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T15:55:25.8876739Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T15:55:25.8905752Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T15:55:25.9324056Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T15:55:25.9340810Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T15:55:25.9410913Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T15:55:25.9424382Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T15:55:25.9446515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T15:55:25.9457153Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T15:55:25.9733396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T15:55:25.9777785Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T15:55:25.9785698Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T15:55:25.9847688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T15:55:25.9860819Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T15:55:25.9995951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T15:55:26.0011472Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T15:55:26.0334773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T15:55:26.0853769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T15:55:26.0887236Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T15:55:26.1091618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T15:55:26.1333539Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T15:55:26.1442295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T15:55:26.1856188Z [gw3] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T15:55:26.1906606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T15:55:26.1963026Z [gw3] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T15:55:26.1981646Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T15:55:26.2295827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T15:55:26.2486686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T15:55:26.2506183Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T15:55:26.5948441Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T15:55:26.5971280Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T15:55:26.6934964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T15:55:26.6963140Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T15:55:26.7039647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T15:55:26.7430488Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T15:55:26.7431109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T15:55:26.7889676Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T15:55:26.8698512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T15:55:26.8739128Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T15:55:26.9278459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T15:55:26.9301594Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T15:55:26.9630424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T15:55:26.9650661Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T15:55:27.0003752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T15:55:27.0021710Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T15:55:27.0206305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T15:55:27.0534535Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T15:55:27.0590466Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T15:55:27.0968261Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T15:55:27.0976135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T15:55:27.1454272Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T15:55:27.1454860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T15:55:27.1688591Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T15:55:27.1712390Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T15:55:27.1935754Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:55:27.2288120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T15:55:27.2308549Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T15:55:27.3344289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T15:55:27.3377123Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T15:55:27.3708531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T15:55:27.3778341Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T15:55:27.3816882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T15:55:27.4064118Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T15:55:27.4085967Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T15:55:27.4295459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T15:55:27.4301803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T15:55:27.4738491Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T15:55:27.4744124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T15:55:27.5215482Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T15:55:27.6056076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T15:55:27.6081178Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T15:55:27.6238757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T15:55:27.6260424Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:55:27.6879279Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T15:55:27.6893529Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T15:55:27.8625622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T15:55:27.8704892Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:55:27.9870928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:55:27.9893364Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T15:55:28.0219925Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T15:55:28.0369142Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T15:55:28.1023484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T15:55:28.1043505Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T15:55:28.1793674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T15:55:28.1815691Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T15:55:28.1854857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T15:55:28.2336726Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T15:55:28.2425988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T15:55:28.2776965Z [gw3] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T15:55:28.2887716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T15:55:28.3258111Z [gw3] [ 34%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T15:55:28.3265079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T15:55:28.3526662Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T15:55:28.3546866Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T15:55:28.3625404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T15:55:28.3645254Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:55:28.3674294Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T15:55:28.3691975Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T15:55:28.4098600Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T15:55:28.4123887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T15:55:28.4258193Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T15:55:28.4280987Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T15:55:28.4400162Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T15:55:28.4607162Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T15:55:28.4612436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T15:55:28.4815045Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T15:55:28.5134844Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T15:55:28.6737268Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T15:55:28.6777151Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T15:55:28.7301443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T15:55:28.7315721Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T15:55:28.8497882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T15:55:28.8520700Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T15:55:28.8798973Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T15:55:28.8822927Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T15:55:28.8834185Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T15:55:28.8938781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T15:55:28.9970994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T15:55:28.9999558Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T15:55:29.0214858Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T15:55:29.0232171Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T15:55:29.0422418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T15:55:29.0493275Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T15:55:29.0493833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T15:55:29.0864934Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T15:55:29.0889089Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T15:55:29.0928847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T15:55:29.0936445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T15:55:29.1456333Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T15:55:29.1542492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T15:55:29.1559702Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T15:55:29.1605357Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T15:55:29.1819172Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T15:55:29.1885017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T15:55:29.1977619Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T15:55:29.2216038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T15:55:29.2239414Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T15:55:29.6176986Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T15:55:29.6202291Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T15:55:29.6698304Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T15:55:29.6721243Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T15:55:29.7071172Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T15:55:29.7092662Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T15:55:29.7230795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:55:29.7248246Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T15:55:29.7429532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T15:55:29.7448307Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T15:55:29.8344322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T15:55:29.8387511Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T15:55:29.8847298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T15:55:29.8885069Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T15:55:29.9097589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T15:55:29.9137083Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T15:55:29.9194922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T15:55:29.9576567Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T15:55:29.9579603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T15:55:29.9948640Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T15:55:30.0017683Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T15:55:30.0023501Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T15:55:30.0054968Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T15:55:30.0246599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T15:55:30.0419999Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T15:55:30.0462491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T15:55:30.0512141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T15:55:30.0978769Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T15:55:30.1364248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T15:55:30.1415925Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:55:30.1820987Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:55:30.1834787Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T15:55:30.2081082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T15:55:30.2335012Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T15:55:30.2828480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T15:55:30.2848846Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:55:30.3384274Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T15:55:30.3404141Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T15:55:30.3692591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T15:55:30.3817193Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T15:55:30.4950541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T15:55:30.4969373Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T15:55:30.5345595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T15:55:30.5374070Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T15:55:30.5514095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T15:55:30.5528804Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T15:55:30.5666031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T15:55:30.5887184Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T15:55:30.5898812Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T15:55:30.6014657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T15:55:30.7045663Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T15:55:30.7337808Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T15:55:30.7500949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T15:55:30.7816719Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T15:55:30.7820806Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T15:55:30.8255264Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T15:55:30.8259589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T15:55:30.8695449Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T15:55:30.8699289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T15:55:30.9097231Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T15:55:30.9123499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T15:55:30.9536568Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T15:55:30.9561134Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T15:55:30.9634456Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T15:55:30.9647112Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T15:55:31.0057643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T15:55:31.0062086Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T15:55:31.0181850Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T15:55:31.0195105Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T15:55:31.0538628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T15:55:31.0545825Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T15:55:31.0696809Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T15:55:31.0715011Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T15:55:31.0795389Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T15:55:31.0980009Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T15:55:31.0986642Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T15:55:31.1179057Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T15:55:31.1420279Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T15:55:31.1426406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T15:55:31.1518202Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T15:55:31.1618603Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T15:55:31.1849293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T15:55:31.1893461Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T15:55:31.2298641Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T15:55:31.2303688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T15:55:31.2525705Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T15:55:31.2546222Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T15:55:31.2734388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T15:55:31.2739659Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T15:55:31.2765398Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T15:55:31.3054865Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T15:55:31.3079126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T15:55:31.3166949Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T15:55:31.3172059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T15:55:31.3494750Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T15:55:31.3616593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T15:55:31.3617157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T15:55:31.4052120Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T15:55:31.4056670Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T15:55:31.4529821Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T15:55:31.5149578Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T15:55:31.5187210Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T15:55:31.5644710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T15:55:31.5669757Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T15:55:31.6558738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T15:55:31.6584072Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T15:55:31.6814044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T15:55:31.7017392Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T15:55:31.7955023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T15:55:31.7979796Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T15:55:31.8193468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T15:55:31.8490566Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T15:55:32.0515036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T15:55:32.0541049Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T15:55:32.1141412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T15:55:32.1164610Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T15:55:32.1892488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T15:55:32.1916540Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T15:55:32.2423577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T15:55:32.2447909Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T15:55:32.2602054Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T15:55:32.2895244Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T15:55:32.2904478Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T15:55:32.3324101Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T15:55:32.3344286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T15:55:32.3769092Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T15:55:32.3777794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T15:55:32.4210533Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T15:55:32.4219171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T15:55:32.4695975Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T15:55:32.7261508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T15:55:32.7288834Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T15:55:32.7840176Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T15:55:32.7899112Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T15:55:33.0139491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T15:55:33.0175014Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T15:55:33.0652384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T15:55:33.0685457Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T15:55:34.9424826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T15:55:34.9467887Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T15:55:35.3827176Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T15:55:35.3865400Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T15:55:36.3233845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T15:55:36.3268803Z [gw3] [ 35%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T15:55:37.1102288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T15:55:37.1194821Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T15:55:37.5390926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T15:55:37.5428955Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T15:55:39.2972902Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T15:55:39.3009955Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T15:55:39.6586128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T15:55:39.6624344Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T15:55:40.1406878Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T15:55:40.1426789Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T15:55:40.2832508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:55:40.2857514Z [gw3] [ 35%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T15:55:40.2893338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:55:40.3313336Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:55:40.3343460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:55:40.3775683Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:55:40.3780791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:55:40.4206741Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:55:40.4212660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:55:40.4661243Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:55:40.4667176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T15:55:40.5099674Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T15:55:40.5105394Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T15:55:40.5532855Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T15:55:40.5538681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:55:40.5977652Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:55:40.5985144Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:55:40.6415876Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:55:40.6421675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T15:55:40.6852901Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T15:55:40.6858055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T15:55:40.7259426Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T15:55:40.7691547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T15:55:40.7708008Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T15:55:40.7803709Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T15:55:40.8137714Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T15:55:40.8549389Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T15:55:40.8578058Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T15:55:40.9080316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T15:55:40.9101539Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T15:55:41.3779353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T15:55:41.3795054Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T15:55:41.4278772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T15:55:41.4292834Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T15:55:41.6205840Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:55:41.6226128Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T15:55:42.1247544Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:55:42.1281619Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:55:42.1319688Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:55:42.1718646Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:55:42.4482771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:55:42.4518809Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:55:42.8894173Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T15:55:42.8931711Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T15:55:43.3874739Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T15:55:43.3913502Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:55:43.3957321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:55:43.4142000Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:55:43.4170772Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T15:55:43.4356027Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T15:55:43.5340027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:55:43.5373798Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T15:55:43.5428555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:55:43.5847706Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:55:43.5857158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T15:55:43.6327344Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T15:55:43.6332419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:55:43.6806943Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:55:43.6812758Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:55:43.7294730Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:55:43.9284240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T15:55:43.9300273Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:55:43.9432713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T15:55:43.9450276Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:55:43.9626726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:55:43.9648847Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T15:55:43.9892106Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T15:55:43.9912590Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:55:44.0607187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:55:44.0635966Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T15:55:44.1601196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T15:55:44.1635739Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:55:44.1692549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:55:44.2088805Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:55:44.2093380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:55:44.2577480Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:55:44.4004429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:55:44.4018784Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T15:55:44.4298175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T15:55:44.4340194Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:55:44.4516234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:55:44.4531814Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T15:55:44.5637109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T15:55:44.5662105Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T15:55:44.9514224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T15:55:44.9535151Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T15:55:45.4080629Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T15:55:45.4102883Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T15:55:45.6756748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T15:55:45.6778334Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:55:45.9695322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:55:45.9726440Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T15:55:46.1299149Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:55:46.1331253Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T15:55:46.2220953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T15:55:46.2248307Z [gw2] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:55:46.3563000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:55:46.3583040Z [gw2] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:55:46.4032448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T15:55:46.4051490Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T15:55:46.4083498Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T15:55:46.4526686Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T15:55:46.4593851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T15:55:46.5015434Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T15:55:47.0526327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T15:55:47.0560141Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T15:55:47.0820011Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T15:55:47.0843003Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:55:47.2349391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:55:47.2380403Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T15:55:47.2530019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:55:47.2548352Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:55:47.4662474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:55:47.4683089Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:55:47.5013213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:55:47.5174346Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:55:47.5181442Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:55:47.5617511Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:55:47.5619616Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T15:55:47.6094319Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T15:55:47.9211255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T15:55:47.9244107Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:55:48.0776185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:55:48.0820162Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:55:48.1568992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:55:48.1593340Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T15:55:48.4674233Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T15:55:48.4700121Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T15:55:49.3864171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T15:55:49.3878257Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T15:55:49.9787370Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T15:55:49.9813540Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T15:55:50.2969535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T15:55:50.2982597Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T15:55:50.3651585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T15:55:50.3668685Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T15:55:50.4976429Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T15:55:50.4996185Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T15:55:51.1851567Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T15:55:51.1878161Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T15:55:51.2058638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T15:55:51.2078389Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:55:51.2854894Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:55:51.2874778Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T15:55:51.9584029Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T15:55:51.9600845Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:55:52.0041249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:55:52.0054649Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T15:55:52.0331162Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T15:55:52.0346299Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T15:55:52.0373306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:55:52.0779365Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:55:52.0816064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:55:52.1295508Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:55:52.1309008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:55:52.1330533Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T15:55:53.1950619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:55:53.1974604Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:55:53.5115578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:55:53.5132023Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:55:53.8490011Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:55:53.8514703Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T15:55:53.9706613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T15:55:53.9732450Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:55:54.2303362Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:55:54.2328871Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:55:54.5539738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:55:54.5565032Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:55:54.6895694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:55:54.6920550Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:55:55.8753076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:55:55.8766452Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:55:56.0843452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:55:56.0871438Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:55:56.1357164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:55:56.1378444Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:55:56.1414200Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:55:56.1819398Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:55:56.2181267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:55:56.2194768Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T15:55:56.2835395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:55:56.2850289Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:55:56.3835478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:55:56.3853094Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:55:56.4554876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:55:56.4585571Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:55:56.5723234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:55:56.5753689Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:55:56.6324901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:55:56.6347298Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:55:56.6372416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:55:56.6853695Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:55:56.8575886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:55:56.8589888Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:55:56.9196246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:55:56.9208079Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:55:58.0545933Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:55:58.0575478Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:55:58.5155806Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:55:58.5181281Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:55:58.6539530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:55:58.6554874Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:55:58.8843808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T15:55:58.8854126Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:55:58.8875128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:55:58.8886365Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T15:55:58.9092576Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T15:55:58.9336547Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T15:55:59.4162216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T15:55:59.4195671Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T15:55:59.5218212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T15:55:59.5242167Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T15:55:59.7368199Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T15:55:59.7388542Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:55:59.8381133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:55:59.8406555Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T15:55:59.8951864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T15:55:59.8976780Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T15:56:00.3703112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T15:56:00.3737051Z [gw3] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:56:00.4135741Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:56:00.4156912Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T15:56:00.4413112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T15:56:00.4450062Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:56:00.5207273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:56:00.5227788Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:56:00.5927966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:56:00.5941283Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T15:56:00.5973968Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T15:56:00.6006535Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:56:00.6612468Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:56:00.6641975Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:56:00.6692036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:56:00.7174306Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:56:00.7664969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:56:00.7694217Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:56:01.1027699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:56:01.1135514Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:56:01.2662371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:56:01.2682916Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:56:01.3571658Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:56:01.3592649Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:56:01.8234366Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:56:01.8259793Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:56:01.9019843Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:56:01.9044038Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:56:01.9408248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:56:01.9457368Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:56:02.0832036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:56:02.0857877Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:56:02.3488383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:56:02.3510325Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T15:56:02.3770881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T15:56:02.3794541Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:56:02.4206885Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:56:02.4255945Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:56:02.6968965Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:56:02.6976376Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:56:02.6987790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T15:56:02.7007532Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T15:56:02.7040066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T15:56:02.7290957Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T15:56:02.7314448Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:56:02.7487251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:56:02.7495650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T15:56:02.7722105Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T15:56:02.7744595Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:56:02.7927513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:56:02.7936352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T15:56:02.8270429Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T15:56:02.8293272Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:56:02.8366817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:56:02.8375707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T15:56:02.8806653Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T15:56:02.8815917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T15:56:02.9249537Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T15:56:02.9259728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T15:56:02.9732871Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T15:56:02.9743322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T15:56:03.0178330Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T15:56:03.0188707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T15:56:03.0617593Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T15:56:03.0979341Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T15:56:03.1134961Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T15:56:03.1892621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T15:56:03.2006375Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T15:56:03.2349121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T15:56:03.2418483Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T15:56:03.3081742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T15:56:03.3094560Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T15:56:03.5744340Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T15:56:03.5769978Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T15:56:03.6321505Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T15:56:03.6352664Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T15:56:03.8933741Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T15:56:03.8958592Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T15:56:03.9750042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T15:56:03.9791243Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T15:56:04.8189323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T15:56:04.8201745Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T15:56:04.9115760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T15:56:04.9131307Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:56:04.9440242Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:56:04.9456759Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T15:56:04.9650570Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T15:56:04.9859693Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T15:56:04.9890870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T15:56:05.0336254Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T15:56:05.0346587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T15:56:05.0738397Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T15:56:05.1128023Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:56:05.1138818Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T15:56:05.3485765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T15:56:05.3512840Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:56:05.8658152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:56:05.8674041Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:56:06.0009497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:56:06.0026551Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:56:06.7577699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:56:06.7603519Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:56:06.9164636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T15:56:06.9202719Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T15:56:07.3545204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:56:07.3572683Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:56:07.7568979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:56:07.7594334Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:56:07.8614578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:56:07.8627900Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:56:07.9843763Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:56:07.9861113Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:56:08.3214404Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:56:08.3240903Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:56:08.4323190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:56:08.4370137Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:56:08.8852245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:56:08.8880903Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T15:56:09.3071051Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T15:56:09.3085794Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:56:09.4156348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:56:09.4170831Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:56:09.9174907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:56:09.9199349Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T15:56:10.0190428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T15:56:10.0213577Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:56:10.0664864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:56:10.0689638Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:56:10.1461133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T15:56:10.1482930Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:56:10.3089433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:56:10.3115080Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T15:56:10.4315338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T15:56:10.4339575Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T15:56:10.4795196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T15:56:10.4818115Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T15:56:10.4945832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T15:56:10.5375149Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T15:56:10.7458231Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:56:10.7492258Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:56:10.8025910Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T15:56:10.8058962Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T15:56:10.9928450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T15:56:10.9963597Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T15:56:11.0730105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T15:56:11.0762685Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T15:56:11.0861548Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T15:56:11.0880509Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:56:11.3456536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:56:11.3474842Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:56:11.8417421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:56:11.8442105Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T15:56:12.1123818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T15:56:12.1151599Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:56:12.1754059Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:56:12.1789961Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T15:56:12.4040496Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T15:56:12.4070465Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:56:12.6636659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:56:12.6665613Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T15:56:12.8773962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T15:56:12.8794754Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T15:56:13.4561621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T15:56:13.4607242Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:56:13.6949064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:56:13.6977316Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:56:14.3973348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:56:14.3998348Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:56:14.5523941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:56:14.5548530Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:56:14.8432036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:56:14.8456845Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:56:14.9026668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:56:14.9049536Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:56:14.9431115Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:56:14.9494953Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T15:56:15.0192792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T15:56:15.0213504Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:56:15.2163391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:56:15.2189502Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:56:15.4723400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:56:15.4776920Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:56:15.9127371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:56:15.9154024Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T15:56:15.9190231Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T15:56:15.9609228Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T15:56:15.9615041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T15:56:16.0095750Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T15:56:16.0828266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T15:56:16.0877303Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T15:56:16.1192785Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T15:56:16.1300027Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T15:56:16.1314389Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T15:56:16.1342209Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:56:16.1374106Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:56:16.1738784Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T15:56:16.2243708Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T15:56:16.2268337Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:56:16.2703248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:56:16.2723323Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T15:56:16.2895975Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T15:56:16.3215890Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T15:56:16.3674480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T15:56:16.3700402Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T15:56:16.3843825Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T15:56:16.4216677Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T15:56:16.4550562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T15:56:16.4593353Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T15:56:16.5697642Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T15:56:16.5720829Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T15:56:16.6148622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T15:56:16.6189849Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T15:56:16.6394853Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T15:56:16.6695541Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T15:56:16.6727145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T15:56:16.7135572Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T15:56:16.7613553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T15:56:16.7659609Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T15:56:16.9419371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T15:56:16.9508477Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:56:17.1129931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:56:17.1169924Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T15:56:17.1619735Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T15:56:17.1647453Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:56:17.2062051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:56:17.2092006Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T15:56:17.2140488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T15:56:17.2529734Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T15:56:17.2539366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T15:56:17.2969095Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T15:56:17.2977720Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T15:56:17.3418609Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T15:56:17.3427328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T15:56:17.3849422Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T15:56:17.3858032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T15:56:17.4295164Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T15:56:17.4304497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T15:56:17.4740221Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T15:56:17.4747743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T15:56:17.5172756Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T15:56:17.5177590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T15:56:17.5610400Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T15:56:17.5907570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T15:56:17.6052128Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T15:56:17.6057565Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T15:56:17.6491178Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T15:56:17.6495982Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T15:56:17.6975895Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T15:56:17.8446174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T15:56:17.8472088Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:56:18.0635836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:56:18.0678019Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:56:18.1233103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:56:18.1248151Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T15:56:18.1267456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T15:56:18.1688752Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T15:56:18.1697271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T15:56:18.2131978Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T15:56:18.2140548Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T15:56:18.2616569Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T15:56:18.3136683Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T15:56:18.3268837Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:56:18.6248952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:56:18.6265744Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:56:18.9288752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:56:18.9317749Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:56:19.2567821Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T15:56:19.2597438Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T15:56:19.3276707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T15:56:19.3303951Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T15:56:19.9479850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T15:56:19.9501131Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T15:56:19.9956198Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T15:56:20.0098687Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T15:56:20.0293415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T15:56:20.0313022Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T15:56:20.3419680Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T15:56:20.3445289Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T15:56:20.8388780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T15:56:20.8410170Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T15:56:20.9730257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T15:56:20.9750880Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T15:56:21.1349599Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T15:56:21.1383541Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T15:56:21.1733048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T15:56:21.1817900Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T15:56:21.3937995Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T15:56:21.3971476Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T15:56:21.4283693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T15:56:21.4534914Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T15:56:21.4708749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T15:56:21.4857549Z [gw0] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T15:56:21.5005448Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T15:56:21.5297537Z [gw0] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T15:56:22.2174860Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T15:56:22.2186407Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T15:56:22.6238735Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:56:22.6268440Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T15:56:23.2904177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T15:56:23.2943410Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T15:56:23.3491994Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T15:56:23.3519236Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T15:56:23.7469597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T15:56:23.7499159Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T15:56:23.7656955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T15:56:23.7976132Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T15:56:23.7986272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T15:56:23.8454333Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T15:56:24.1331359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T15:56:24.1355771Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T15:56:24.2532244Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T15:56:24.2756356Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T15:56:24.3526517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T15:56:24.3563067Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T15:56:24.5475488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T15:56:24.5515385Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T15:56:24.5951893Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T15:56:24.5973283Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T15:56:24.5995169Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T15:56:24.6022434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T15:56:24.7815533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T15:56:24.7839614Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T15:56:24.8293713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T15:56:24.8327219Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T15:56:24.9400478Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T15:56:24.9425193Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T15:56:24.9831477Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T15:56:24.9925775Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T15:56:25.0514442Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T15:56:25.0566101Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T15:56:25.0621016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T15:56:25.1020183Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T15:56:25.1029979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T15:56:25.1294499Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T15:56:25.1315063Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T15:56:25.1455123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T15:56:25.1986873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T15:56:25.2022262Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T15:56:25.3662887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T15:56:25.3683888Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T15:56:25.3919450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T15:56:25.4175456Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T15:56:25.6046460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T15:56:25.6102732Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T15:56:25.6363160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T15:56:25.6533605Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T15:56:25.6564353Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T15:56:25.6655005Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T15:56:25.7211559Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T15:56:25.7235577Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T15:56:25.7275492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T15:56:25.7696245Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T15:56:25.7706048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T15:56:25.8134613Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T15:56:25.8144298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T15:56:25.8615550Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T15:56:26.4046904Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T15:56:26.4080356Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T15:56:26.5718062Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T15:56:26.5750619Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T15:56:26.7350253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T15:56:26.7384845Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T15:56:26.7825995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T15:56:26.7856597Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T15:56:26.8860492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T15:56:26.8891896Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T15:56:26.9074773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T15:56:26.9359073Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T15:56:26.9511351Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T15:56:26.9855335Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T15:56:27.0477045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T15:56:27.0498079Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:56:27.0622148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:56:27.0644255Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T15:56:27.5504633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T15:56:27.5517961Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T15:56:27.6802432Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T15:56:27.6823293Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T15:56:27.7742869Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T15:56:27.7763845Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T15:56:27.8230114Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:56:27.8269198Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:56:28.2849792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:56:28.2875123Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:56:28.3934937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:56:28.3956398Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:56:28.5957160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:56:28.5978712Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T15:56:28.9844058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T15:56:28.9865457Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:56:29.0628959Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:56:29.0787389Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T15:56:29.0815974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T15:56:29.0960728Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T15:56:29.0980878Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:56:29.1295459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T15:56:29.1492268Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T15:56:29.1503970Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T15:56:29.1525334Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T15:56:29.1620582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T15:56:29.1733659Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T15:56:29.1776526Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T15:56:29.1959340Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T15:56:29.2109146Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T15:56:29.2137769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T15:56:29.2251032Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T15:56:29.2495590Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T15:56:29.2592549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T15:56:29.2625580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T15:56:29.3026412Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T15:56:29.3066977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T15:56:29.3192960Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T15:56:29.3215693Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T15:56:29.3495375Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T15:56:29.3501777Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T15:56:29.3917191Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T15:56:29.4150814Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T15:56:29.4161595Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T15:56:29.4241082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T15:56:29.4577448Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T15:56:29.5124756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T15:56:29.5225888Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T15:56:29.6111558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T15:56:29.6132985Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T15:56:29.6286793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T15:56:29.6614418Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T15:56:29.6685004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T15:56:29.7023233Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T15:56:29.9056012Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T15:56:29.9092263Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T15:56:30.0081128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T15:56:30.0120413Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T15:56:30.1143088Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T15:56:30.1166670Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T15:56:30.2281513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T15:56:30.2304439Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T15:56:30.2329523Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T15:56:30.2814788Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T15:56:30.3197142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T15:56:30.3216189Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T15:56:30.3459102Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T15:56:30.3734143Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T15:56:30.4299536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:56:30.4319481Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:56:30.5160180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:56:30.5180648Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:56:30.5931514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:56:30.5952915Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:56:30.6013476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T15:56:30.6036880Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T15:56:30.6371942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T15:56:30.6454405Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T15:56:30.7903093Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T15:56:30.7916976Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T15:56:30.7922366Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T15:56:30.7943401Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T15:56:30.8385533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T15:56:30.8417891Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T15:56:31.2158667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T15:56:31.2298120Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T15:56:31.2899189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T15:56:31.2933139Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T15:56:31.3069820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T15:56:31.3201977Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T15:56:31.3214824Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T15:56:31.3368585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T15:56:31.3374064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T15:56:31.3854564Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T15:56:31.5061642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T15:56:31.5075953Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T15:56:31.5103178Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T15:56:31.5528815Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T15:56:31.5537219Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T15:56:31.5757727Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T15:56:31.5771006Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T15:56:31.6015425Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T15:56:31.8202864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T15:56:31.8291344Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T15:56:31.8658412Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T15:56:31.8730034Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T15:56:31.9784016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T15:56:31.9805065Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T15:56:31.9839140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T15:56:31.9852544Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T15:56:31.9861722Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:56:32.0247555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:56:32.0254630Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T15:56:32.0775518Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T15:56:32.0960097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T15:56:32.1176899Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T15:56:32.1239045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T15:56:32.1681215Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T15:56:32.1686566Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T15:56:32.2138339Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T15:56:32.2162534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T15:56:32.2618093Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T15:56:32.2644333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T15:56:32.3097651Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T15:56:32.3124820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T15:56:32.3576267Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T15:56:32.3605712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T15:56:32.4057595Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T15:56:32.4083150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T15:56:32.4496334Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T15:56:32.4514659Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T15:56:32.4936536Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T15:56:32.4955118Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T15:56:32.5376607Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T15:56:32.5397466Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T15:56:32.5819263Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T15:56:32.5850164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T15:56:32.6261616Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T15:56:32.6299213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T15:56:32.6698279Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T15:56:32.7025402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:56:32.7159334Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:56:32.7476020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:56:32.7493260Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T15:56:32.8072869Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T15:56:32.8101541Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:56:32.9580737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:56:32.9618654Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:56:32.9878079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:56:32.9911916Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T15:56:33.0574219Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T15:56:33.0603526Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:56:33.2694217Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:56:33.2719937Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:56:33.4453270Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:56:33.4475780Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:56:33.4623622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:56:33.4656760Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T15:56:33.5213140Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T15:56:33.5240329Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:56:33.6072494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:56:33.6078727Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:56:33.6091606Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T15:56:33.6103950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:56:33.7099515Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T15:56:33.7132675Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:56:33.9493795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:56:33.9527970Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T15:56:33.9656828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T15:56:33.9694367Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:56:34.0244239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T15:56:34.0264501Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T15:56:34.3085386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T15:56:34.3108443Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T15:56:34.7774570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:56:34.7797283Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T15:56:34.8294291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T15:56:34.8315862Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:56:34.8985549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:56:34.9004629Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T15:56:35.0731421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T15:56:35.0770577Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:56:35.1051442Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T15:56:35.1178682Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T15:56:36.2905813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:56:36.2937963Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T15:56:36.5027148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T15:56:36.5061339Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:56:36.5915484Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:56:36.5952652Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T15:56:36.6141235Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T15:56:36.6216707Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:56:36.6672572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:56:36.6706400Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T15:56:36.9239408Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T15:56:36.9388459Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:56:36.9444050Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T15:56:36.9890664Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T15:56:36.9895281Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T15:56:37.0376293Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T15:56:37.1116090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T15:56:37.1130712Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:56:37.1162902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T15:56:37.1183746Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T15:56:37.1735690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T15:56:37.1755387Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T15:56:37.1787177Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T15:56:37.2208234Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T15:56:37.2213068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T15:56:37.2515121Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T15:56:37.2544612Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T15:56:37.2652259Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:56:37.2656687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T15:56:37.3096123Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T15:56:37.3102810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T15:56:37.3534516Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T15:56:37.3542613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T15:56:37.3939540Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T15:56:37.3969727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T15:56:37.4377151Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T15:56:37.4417940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T15:56:37.4819199Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T15:56:37.4862154Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T15:56:37.5289116Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T15:56:37.5299144Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T15:56:37.5727589Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T15:56:37.5732432Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T15:56:37.6169843Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T15:56:37.6174033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T15:56:37.6608904Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T15:56:37.6613206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T15:56:37.7047713Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T15:56:37.7052663Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T15:56:37.7489524Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T15:56:37.7492922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T15:56:37.7927635Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T15:56:37.7932463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T15:56:37.8415834Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T15:56:38.0751861Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T15:56:38.0818104Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:56:39.8363338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T15:56:39.8389485Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T15:56:40.2903596Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T15:56:40.2947589Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T15:56:40.2985750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:56:40.3408571Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:56:40.3417371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:56:40.3848334Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:56:40.3857197Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:56:40.4328544Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:56:40.4337439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:56:40.4768845Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:56:40.4777832Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:56:40.5178126Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:56:40.5201404Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:56:40.5650458Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:56:40.5659104Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:56:40.6138769Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:56:40.6148624Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T15:56:40.6155869Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:56:40.6163978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:56:40.6572214Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:56:40.6580769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:56:40.6845427Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:56:40.6869553Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T15:56:40.7058727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T15:56:40.7064221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:56:40.7495840Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:56:41.0886825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T15:56:41.0924376Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T15:56:41.1006253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T15:56:41.1038704Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:56:41.1688287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:56:41.1719865Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T15:56:41.2030099Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T15:56:41.2049077Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:56:41.4152029Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T15:56:41.4185342Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T15:56:41.6096989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T15:56:41.6116742Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:56:41.6440423Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T15:56:41.6460055Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T15:56:41.7195872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:56:41.7217082Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T15:56:41.9508017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:56:41.9522238Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:56:42.0077438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T15:56:42.0103411Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T15:56:42.4902333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:56:42.4923342Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:56:42.5784542Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:56:42.5807743Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:56:42.7114040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:56:42.7140040Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:56:42.9323069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:56:42.9345281Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T15:56:42.9807563Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T15:56:42.9830892Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:56:43.0554007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:56:43.0575601Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:56:43.1362353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:56:43.1384782Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:56:43.1953641Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:56:43.1974984Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T15:56:43.2008224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T15:56:43.2377177Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T15:56:43.3432445Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T15:56:43.3456754Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:56:45.4204627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:56:45.4227926Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:56:45.9057368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T15:56:45.9083189Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T15:56:46.2985844Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:56:46.3026279Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:56:46.3690136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:56:46.3730150Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:56:46.3770206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T15:56:46.4160435Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T15:56:46.4168820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:56:46.4613166Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:56:46.4622182Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T15:56:46.5052409Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T15:56:46.5061330Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T15:56:46.5491095Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T15:56:46.5499860Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T15:56:46.5929725Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T15:56:46.5938623Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T15:56:46.6367795Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T15:56:46.6376198Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T15:56:46.6808427Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T15:56:46.6817028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T15:56:46.7295046Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T15:56:47.0197161Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T15:56:47.0223803Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T15:56:47.0811140Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T15:56:47.0840949Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T15:56:47.7737486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:56:47.7762554Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T15:56:48.2805681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T15:56:48.2830530Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T15:56:48.3227058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T15:56:48.3258052Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T15:56:50.9307994Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:56:50.9335302Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:56:51.4104946Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:56:51.4180986Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:56:54.0123133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:56:54.0154932Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:56:54.5595185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:56:54.5622853Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:56:54.9866040Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:56:54.9878074Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:56:55.0623792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:56:55.0644796Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:56:55.5384688Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:56:55.5405929Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:56:55.6317436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:56:55.6338077Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:56:56.1333367Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:56:56.1362517Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T15:56:56.1549870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T15:56:56.1564372Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:56:56.3278936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T15:56:56.3309417Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T15:56:56.4666069Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:56:56.4688067Z [gw0] [ 41%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:56:57.5527422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:56:57.5571683Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:56:59.1852414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:56:59.1877194Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:56:59.3784919Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:56:59.3818310Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T15:56:59.4856862Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:56:59.4876943Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:57:00.5494152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:57:00.5524269Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:57:00.8205811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:57:00.8231768Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:57:01.7234742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:57:01.7256725Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:57:02.0114258Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:57:02.0140296Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:57:03.1206348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:57:03.1246852Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:57:03.2525538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:57:03.2551444Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:57:08.1394796Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:57:08.1444402Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:57:08.4778299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T15:57:08.4806263Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:57:09.9180914Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:57:09.9206228Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:57:10.1717282Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:57:10.1733279Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T15:57:10.6623998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T15:57:10.6651125Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:57:10.7696890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:57:10.7723600Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:57:11.4299910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:57:11.4326250Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:57:11.5821805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:57:11.5844886Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:57:11.5879669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:57:11.6287406Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:57:11.6292639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:57:11.6727701Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:57:11.6732255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:57:11.7174089Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:57:11.7178498Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:57:11.7608102Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:57:11.7613371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:57:11.8019547Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:57:11.8046768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:57:11.8458138Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:57:11.8478575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:57:11.8898566Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:57:11.8921190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:57:11.9338674Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:57:19.2022534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:57:19.2043399Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:57:19.4712352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T15:57:19.4733878Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T15:57:19.5377937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T15:57:19.5398799Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T15:57:20.8967243Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T15:57:20.8988853Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T15:57:21.0365279Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T15:57:21.0416364Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T15:57:21.4617119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T15:57:21.4642259Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T15:57:21.5792322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:57:21.5816573Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:57:21.5843848Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:57:21.6280846Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:57:21.6289547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:57:21.6762803Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:57:21.6771291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:57:21.7200722Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:57:21.7209130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:57:21.7695018Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:57:22.0856169Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T15:57:22.0893666Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T15:57:22.1549824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T15:57:22.1576904Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T15:57:25.0010966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T15:57:25.0034889Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T15:57:25.4615472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T15:57:25.4651469Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T15:57:26.3090029Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T15:57:26.3116477Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T15:57:26.6648940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T15:57:26.6679407Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:57:29.8824653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:57:29.8863520Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T15:57:30.0290616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T15:57:30.0343637Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T15:57:30.0810073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T15:57:30.0854680Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T15:57:30.4613827Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T15:57:30.4651167Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T15:57:30.5422871Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T15:57:30.5457003Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T15:57:30.6246900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T15:57:30.6281302Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T15:57:30.7904265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T15:57:30.7929793Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T15:57:30.8532299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T15:57:30.8566052Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T15:57:30.8657319Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T15:57:30.8697467Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:57:31.7886383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:57:31.7930333Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T15:57:33.1763007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T15:57:33.1794046Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T15:57:33.5384752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T15:57:33.5419740Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T15:57:36.0332527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T15:57:36.0375392Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T15:57:36.9607918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T15:57:36.9633651Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T15:57:37.2236611Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T15:57:37.2275021Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:57:38.3855389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:57:38.3893425Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:57:39.9693854Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:57:39.9735465Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T15:57:40.6211964Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T15:57:40.6250362Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T15:57:41.0943644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T15:57:41.0984801Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T15:57:41.7235098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T15:57:41.7263837Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T15:57:41.8558377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T15:57:41.8596588Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T15:57:43.0547181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T15:57:43.0587739Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:57:43.3906312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:57:43.3922382Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T15:57:44.2338437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T15:57:44.2360103Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T15:57:44.3250531Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T15:57:44.3289227Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:57:44.4512348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:57:44.4537691Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T15:57:45.0259711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T15:57:45.0297629Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T15:57:46.0380354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T15:57:46.0425751Z [gw2] [ 42%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:57:46.1583795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:57:46.1639142Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T15:57:46.2115353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T15:57:46.2193080Z [gw2] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:57:46.2447228Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:57:46.2520525Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T15:57:46.2559209Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T15:57:46.2968017Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T15:57:46.2973701Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T15:57:46.3416477Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T15:57:46.3423019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T15:57:46.3850634Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T15:57:46.3856484Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T15:57:46.3910412Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T15:57:46.3943278Z [gw2] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:57:46.4294023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T15:57:46.4300321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T15:57:46.4734078Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T15:57:46.4740609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T15:57:46.5136248Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T15:57:46.5187804Z [gw2] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T15:57:46.5194129Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T15:57:46.5221288Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T15:57:46.5358714Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T15:57:46.5589989Z [gw2] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T15:57:46.5735039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T15:57:46.8329857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:57:46.8338239Z [gw2] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:57:46.8355216Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T15:57:46.8474521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T15:57:46.8552355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T15:57:46.8848374Z [gw2] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T15:57:46.8853948Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T15:57:46.8899286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:57:46.9300097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T15:57:46.9320263Z [gw2] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:57:47.1862472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:57:47.1892845Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T15:57:47.2655659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T15:57:47.2680582Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T15:57:47.3813624Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:57:47.3850767Z [gw2] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:57:47.4605041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:57:47.4625118Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T15:57:47.5405245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T15:57:47.5434271Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:57:47.6694025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:57:47.6743097Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:57:47.7484585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T15:57:47.7501203Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T15:57:47.9468339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T15:57:47.9493472Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:57:47.9549906Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:57:47.9581510Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T15:57:47.9634235Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:57:48.0073231Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:57:48.0407490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T15:57:48.0431421Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T15:57:48.0524892Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T15:57:48.0544353Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T15:57:48.3707899Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T15:57:48.3740347Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T15:57:48.4519839Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T15:57:48.4539435Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T15:57:48.4675923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T15:57:48.5054345Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T15:57:48.5329290Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T15:57:48.5349891Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T15:57:48.5419898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T15:57:48.5440138Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:57:48.7086219Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:57:48.7113492Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T15:57:49.0972301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T15:57:49.0993549Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T15:57:49.1882312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T15:57:49.1913093Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T15:57:49.8199430Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:57:49.8223927Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:57:50.5386823Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:57:50.5408285Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:57:50.7487077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T15:57:50.7507446Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T15:57:50.9433376Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T15:57:50.9495752Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T15:57:51.1210840Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T15:57:51.1237122Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:57:51.3151536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:57:51.3192295Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T15:57:51.7469597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:57:51.7511746Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:57:51.8458389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:57:51.8483344Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:57:52.0767774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:57:52.0792695Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T15:57:52.2886883Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T15:57:52.2912433Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:57:52.3693907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T15:57:52.3720735Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T15:57:52.3726634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T15:57:52.3810929Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T15:57:52.7212229Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:57:52.7233579Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:57:52.7528558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T15:57:52.7657658Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T15:57:52.9217009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T15:57:52.9237960Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T15:57:52.9831097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:57:52.9865122Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T15:57:53.1307967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T15:57:53.1332125Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:57:53.1418098Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T15:57:53.1445995Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T15:57:53.1496037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T15:57:53.1747967Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T15:57:53.1770332Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T15:57:53.1888322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:57:53.1896792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T15:57:53.1996364Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T15:57:53.2177182Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:57:53.2296962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:57:53.2329263Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:57:53.2333769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T15:57:53.2730292Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T15:57:53.2770505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T15:57:53.2775771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T15:57:53.3126109Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T15:57:53.3152507Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T15:57:53.3254036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:57:53.3461312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:57:53.3576418Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:57:53.5019426Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:57:53.5050539Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:57:53.5629832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:57:53.5676241Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:57:53.6098852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:57:53.6111334Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:57:53.6122325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:57:53.6142138Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:57:53.7068566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:57:53.7080597Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:57:53.7207032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:57:53.7227306Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:57:53.7449976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:57:53.7698377Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:57:53.7762350Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T15:57:53.7781998Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:57:53.8232529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:57:53.8256825Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:57:53.8701408Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:57:53.8736587Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:57:53.9475694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:57:53.9505423Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:57:54.0242964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:57:54.0273098Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:57:54.1229150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:57:54.1261528Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:57:54.3092258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T15:57:54.3155242Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T15:57:54.5168052Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:57:54.5189365Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:57:54.5531778Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:57:54.5723175Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:57:54.6308445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:57:54.6342155Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:57:54.6983680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:57:54.7020262Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:57:54.7383509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T15:57:54.7404650Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T15:57:55.0030561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T15:57:55.0063348Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T15:57:55.6375375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T15:57:55.6404634Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T15:57:55.8236923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T15:57:55.8262899Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T15:57:55.9426517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:57:55.9458473Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:57:55.9733379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:57:55.9919356Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:57:56.0933506Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:57:56.0960527Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:57:56.1018009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:57:56.1035759Z [gw2] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:57:56.8466346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:57:56.8489724Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:57:58.0844441Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T15:57:58.0866578Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T15:57:58.2377210Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T15:57:58.2400975Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T15:57:58.4206910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T15:57:58.4227587Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T15:57:59.0715711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T15:57:59.0741414Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T15:57:59.1803839Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T15:57:59.1840844Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T15:57:59.2082048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T15:57:59.2218482Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T15:57:59.2244193Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T15:57:59.2294442Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T15:57:59.2815606Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:57:59.2855925Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:57:59.2903307Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:57:59.3280026Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:57:59.3284484Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:57:59.3701899Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:57:59.7431762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:57:59.7465416Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:57:59.8163160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T15:57:59.8194055Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T15:58:00.9723037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T15:58:00.9762649Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T15:58:01.4742453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T15:58:01.4781232Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T15:58:01.5042775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T15:58:01.5294538Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T15:58:02.3299226Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T15:58:02.3336491Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T15:58:02.7306402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T15:58:02.7327533Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:58:02.7466109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:58:02.7501449Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T15:58:03.3937709Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:58:03.3962896Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T15:58:03.6370685Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T15:58:03.6395733Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T15:58:04.2599636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T15:58:04.2620530Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:58:04.5388066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T15:58:04.5416707Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T15:58:04.6086683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T15:58:04.6110390Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T15:58:04.7153635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T15:58:04.7179911Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T15:58:06.0793990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T15:58:06.0824536Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T15:58:06.3255448Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T15:58:06.3280204Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T15:58:06.7266701Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:58:06.7292487Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T15:58:06.9937742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T15:58:06.9963402Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T15:58:06.9999662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T15:58:07.0447708Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T15:58:07.0456912Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T15:58:07.0867290Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T15:58:07.0902799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:58:07.1377586Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:58:07.1387989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T15:58:07.1792014Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T15:58:07.2549321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:58:07.2569214Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:58:08.0379631Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:58:08.0406133Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:58:08.1333071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:58:08.1369333Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:58:08.2190952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:58:08.2215632Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:58:08.9299466Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T15:58:08.9320567Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T15:58:09.0595642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T15:58:09.0617733Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:58:09.1281248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:58:09.1304217Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T15:58:10.4259274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T15:58:10.4292339Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T15:58:10.5874540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T15:58:10.5893368Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:58:10.7812802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:58:10.7851335Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T15:58:11.2105975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T15:58:11.2132645Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T15:58:11.2441188Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T15:58:11.2538712Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T15:58:11.2903377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:58:11.2977844Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:58:11.6269645Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T15:58:11.6313370Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:58:11.6379238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T15:58:11.6770596Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T15:58:11.6781285Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:58:11.7211356Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:58:11.7220167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:58:11.7695199Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:58:11.7868666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T15:58:11.7894625Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T15:58:11.9173305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T15:58:11.9214454Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T15:58:12.0490694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:58:12.0539496Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:58:12.3564802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T15:58:12.3607678Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T15:58:12.4939587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T15:58:12.4976659Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T15:58:12.7680786Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T15:58:12.7721653Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T15:58:12.9006710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T15:58:12.9041800Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T15:58:12.9393491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T15:58:12.9431591Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T15:58:12.9691271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T15:58:12.9892485Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T15:58:12.9900361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T15:58:13.0329047Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T15:58:13.0338581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T15:58:13.0816791Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T15:58:13.0850733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:58:13.0871263Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T15:58:13.4033569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T15:58:13.4075500Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:58:13.4801511Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T15:58:13.4837567Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T15:58:13.5085141Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T15:58:13.5295580Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T15:58:13.5305446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T15:58:13.5775335Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T15:58:13.6399370Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T15:58:13.6433161Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T15:58:13.7230043Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T15:58:13.7266587Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T15:58:13.7468881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T15:58:13.7512395Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T15:58:13.7638985Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T15:58:13.7697084Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T15:58:13.8386530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T15:58:13.8418047Z [gw2] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:58:14.1926185Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:58:14.1961450Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T15:58:14.3433635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T15:58:14.3463303Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T15:58:14.4466507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T15:58:14.4485418Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T15:58:14.5504988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T15:58:14.5543112Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T15:58:14.5934990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T15:58:14.5978130Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T15:58:14.6463949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:58:14.6489929Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T15:58:15.3163079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T15:58:15.3210889Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:58:15.5192125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T15:58:15.5234439Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T15:58:16.0607403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:16.0653011Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T15:58:16.2778070Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T15:58:16.2803613Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:16.4047369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:58:16.4092150Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T15:58:16.4348306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T15:58:16.4393463Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:58:17.0106121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T15:58:17.0119188Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T15:58:17.3805698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T15:58:17.3835286Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T15:58:17.4381602Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T15:58:17.4407950Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T15:58:17.4455882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T15:58:17.4849999Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T15:58:17.4855220Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T15:58:17.5298528Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T15:58:17.5307361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:58:17.5735059Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:58:17.5743871Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T15:58:17.6215664Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T15:58:17.6559436Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T15:58:17.6577063Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T15:58:17.6633895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T15:58:17.6950675Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T15:58:17.6976299Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T15:58:17.7006700Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:17.7018241Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:17.7408756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T15:58:17.7413836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:58:17.7434232Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:58:17.7456955Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T15:58:17.7559428Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T15:58:17.7870115Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T15:58:17.7870777Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:58:17.7980795Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:58:17.8306715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T15:58:17.8307320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:58:17.8737603Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:58:17.8741469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:58:17.9178744Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:58:17.9208988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:58:17.9622251Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:58:17.9648186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:58:18.0044295Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:58:18.0053209Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T15:58:18.0062578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T15:58:18.0089661Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:18.0497794Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:18.0528221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:18.0539056Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:18.0547897Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T15:58:18.0938826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T15:58:18.0962201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:18.1378827Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:18.1403400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:18.1755212Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:18.1764069Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:58:18.1781477Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:58:18.1857375Z [gw2] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:58:18.2216516Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T15:58:18.2222820Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T15:58:18.2299409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:58:18.2828032Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:58:18.2841654Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T15:58:18.3205899Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T15:58:18.3242212Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:58:18.3380214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:18.3404207Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:18.3417975Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T15:58:18.3658152Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T15:58:18.3690850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:18.4177520Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:18.4214822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T15:58:18.4234329Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:58:18.4258972Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:58:18.4644961Z [gw2] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:58:18.4735454Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T15:58:18.4743923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:58:18.5405314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T15:58:18.5615110Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T15:58:18.6347707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T15:58:18.6381222Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T15:58:18.6432266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:18.6818731Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:18.6847845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:18.7257638Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:18.7303769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:58:18.7330117Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T15:58:18.7996359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T15:58:18.8020129Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T15:58:18.8173970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T15:58:18.8204041Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:58:18.8265706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:18.8660933Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:18.8670019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:18.9101711Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:18.9109789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:18.9407878Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:18.9422460Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:58:18.9445445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:58:18.9497082Z [gw2] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:58:18.9524448Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:18.9859609Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:19.0015213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:58:19.0592987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:58:19.0627419Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:58:19.1415162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:58:19.1449189Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:58:19.2764903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:19.2772700Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:19.2784282Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:58:19.2798790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T15:58:19.2840406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:19.2899007Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:19.3219286Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T15:58:19.3250809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:19.3336284Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:19.3692435Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:19.3699721Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:19.3705765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:19.3715447Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:19.4061372Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:58:19.4163801Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:58:19.4169823Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:19.4177841Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:19.4260056Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:58:19.4289516Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T15:58:19.4297212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T15:58:19.4616926Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:58:19.4635593Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:19.4656703Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:19.4869432Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:58:19.4960860Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:58:19.4980827Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T15:58:19.5083660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T15:58:19.5088322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:19.5136313Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:19.5530035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:58:19.5536087Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T15:58:19.5539846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T15:58:19.5544371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:19.6015446Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:19.8223073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:58:19.8240142Z [gw2] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:58:19.8639038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T15:58:19.8662749Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T15:58:19.9361331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T15:58:19.9383840Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T15:58:19.9410905Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T15:58:19.9538378Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T15:58:19.9558092Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:58:19.9590289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T15:58:19.9850856Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T15:58:19.9855216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T15:58:19.9910503Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T15:58:19.9923288Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T15:58:20.0054804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T15:58:20.0254405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T15:58:20.0260528Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T15:58:20.0337158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T15:58:20.1166446Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:58:20.1178540Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:58:20.1370971Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:58:20.1658521Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:58:20.1777896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:58:20.1792393Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T15:58:20.2126966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T15:58:20.2217582Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T15:58:20.2789885Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:58:20.2799600Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T15:58:20.3304441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T15:58:20.3317115Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T15:58:20.6850606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T15:58:20.6864588Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:58:20.7674170Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T15:58:20.7697492Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T15:58:20.7709524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T15:58:20.7717641Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T15:58:21.0245718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:58:21.0253352Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:58:21.2078735Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:58:21.2093363Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T15:58:21.2111098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T15:58:21.2272329Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T15:58:21.2282328Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:58:21.2496985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:58:21.2526911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T15:58:21.3013002Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T15:58:21.3656939Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T15:58:21.3672345Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:58:21.4666387Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:58:21.4681592Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:58:21.5569245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T15:58:21.5592093Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:58:21.5921756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:58:21.5951717Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T15:58:21.6226384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T15:58:21.6244962Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:58:21.6330531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:58:21.6376528Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T15:58:21.8872177Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T15:58:21.8905296Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T15:58:21.9316265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T15:58:21.9347883Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T15:58:21.9685006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T15:58:21.9701988Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:58:21.9913061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:58:21.9930802Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T15:58:22.0106805Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T15:58:22.0123911Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T15:58:22.0354299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T15:58:22.0383233Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:58:22.2355737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:58:22.2372422Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:58:22.3069871Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:22.3086615Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:22.3425258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T15:58:22.3574839Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T15:58:22.3873425Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:58:22.3903335Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T15:58:22.4267330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T15:58:22.4339176Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:58:22.4605579Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:58:22.4808286Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:58:22.5258222Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:58:22.5284866Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T15:58:22.5318713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T15:58:22.5339012Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T15:58:22.5546663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T15:58:22.5567232Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:58:22.5741387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:58:22.6015717Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:58:22.6742418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:58:22.6854566Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T15:58:22.7616817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T15:58:22.7649432Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T15:58:22.8863692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T15:58:22.8887008Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T15:58:23.2225205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T15:58:23.2243257Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:58:23.3423371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T15:58:23.3446869Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T15:58:23.3568005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T15:58:23.3905813Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T15:58:23.4013495Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T15:58:23.4040275Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T15:58:23.4063333Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T15:58:23.4374655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T15:58:23.4509418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T15:58:23.4816555Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T15:58:23.5005013Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T15:58:23.5289012Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T15:58:23.5289673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:58:23.5774663Z [gw2] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:58:23.5814522Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T15:58:23.6214458Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T15:58:23.7012786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:58:23.7050944Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:58:23.7587441Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:58:23.7614824Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:58:23.8041374Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T15:58:23.8068351Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T15:58:23.9108937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:58:23.9133395Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:58:23.9350049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:58:23.9613367Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:58:23.9654239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T15:58:24.0053363Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T15:58:24.0152050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:24.0272540Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:24.0279279Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T15:58:24.0613413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T15:58:24.1308538Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T15:58:24.1349384Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T15:58:24.1502064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T15:58:24.1854006Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T15:58:24.2525728Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:58:24.2580748Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:58:24.2979040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:24.3016323Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:24.3276852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T15:58:24.3335052Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T15:58:24.3358658Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T15:58:24.3532622Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T15:58:24.5707978Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:58:24.5719782Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:58:24.6446420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:58:24.6461654Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:58:24.8665668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:58:24.8677583Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:58:24.9219091Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:58:24.9229967Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T15:58:24.9421051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T15:58:24.9436569Z [gw2] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:58:25.0511328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T15:58:25.0523172Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T15:58:26.1623986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T15:58:26.1639300Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T15:58:26.3922479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T15:58:26.3948367Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T15:58:26.5019715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T15:58:26.5044757Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T15:58:27.4528024Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T15:58:27.4551475Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T15:58:27.4571519Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T15:58:27.4586184Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T15:58:27.5713826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T15:58:27.5742788Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T15:58:27.7421271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T15:58:27.7450042Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T15:58:29.6717244Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T15:58:29.6725476Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T15:58:30.0349569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T15:58:30.0381636Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T15:58:30.6817733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T15:58:30.6851654Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T15:58:31.2705434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T15:58:31.2730091Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T15:58:31.4450475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T15:58:31.4451085Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T15:58:31.5227007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T15:58:31.5240384Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T15:58:31.6628620Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T15:58:31.6642859Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T15:58:31.7288496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T15:58:31.7308204Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T15:58:32.0996942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:58:32.1022304Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T15:58:32.1192106Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:58:32.1537107Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:58:32.2223845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:58:32.2366795Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:58:32.2400289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T15:58:32.2810214Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T15:58:32.2815922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T15:58:32.3219154Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T15:58:32.6177246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T15:58:32.6188805Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:58:32.7393224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:58:32.7404133Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:58:32.7835756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T15:58:32.7850800Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T15:58:32.9655422Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T15:58:32.9679874Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T15:58:33.0044668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T15:58:33.0097867Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T15:58:33.0246355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T15:58:33.0537749Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T15:58:33.2394492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T15:58:33.2407433Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T15:58:33.2926172Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T15:58:33.2943002Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T15:58:33.3174063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T15:58:33.3416646Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T15:58:33.3490773Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T15:58:33.3512049Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T15:58:33.8125548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T15:58:33.8159198Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T15:58:33.9462016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T15:58:33.9484288Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T15:58:34.0861032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T15:58:34.0884185Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T15:58:35.1324224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T15:58:35.1350639Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T15:58:36.0293967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:36.0321017Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:36.2262760Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:36.2289016Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:36.5330183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T15:58:36.5365541Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T15:58:36.5971562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T15:58:36.5993341Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T15:58:36.6026851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:36.6417029Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:36.6442351Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:36.6862677Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:36.6890450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:58:36.7298862Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:58:36.7332462Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:58:36.7740137Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:58:37.0193026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:37.0204154Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:37.0528478Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T15:58:37.0617504Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T15:58:37.1403503Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T15:58:37.1411753Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T15:58:37.5914433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T15:58:37.5923255Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T15:58:37.9003176Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T15:58:37.9014820Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T15:58:38.0529162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T15:58:38.0540897Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T15:58:38.2207771Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:58:38.2216433Z [gw2] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:58:38.2921706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:58:38.2933688Z [gw2] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:58:38.6481347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T15:58:38.6488865Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T15:58:38.6853744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T15:58:38.6864040Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T15:58:38.7735221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T15:58:38.7746230Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T15:58:38.8943290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:58:38.8960102Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:58:38.9012602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:58:38.9026654Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T15:58:38.9204008Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T15:58:38.9376733Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:58:38.9404165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T15:58:38.9820950Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T15:58:38.9858256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T15:58:39.0257025Z [gw2] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T15:58:39.6055496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T15:58:39.6076846Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T15:58:39.7850677Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T15:58:39.7864343Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T15:58:39.9785508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T15:58:39.9799495Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T15:58:40.0284904Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T15:58:40.0298400Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T15:58:40.0907063Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T15:58:40.0917375Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:58:40.8698497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:58:40.8724162Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T15:58:41.0213520Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T15:58:41.0248446Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T15:58:41.6265106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T15:58:41.6300419Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T15:58:41.6563457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T15:58:41.6597682Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T15:58:41.8771216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T15:58:41.8797575Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T15:58:42.3438561Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T15:58:42.3465139Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T15:58:42.3678450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T15:58:42.3899074Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T15:58:42.3973062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T15:58:42.4414842Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T15:58:42.5069317Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T15:58:42.5105253Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T15:58:42.5335120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T15:58:42.5615076Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T15:58:42.5981602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T15:58:42.6000516Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T15:58:42.6102071Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T15:58:42.6494811Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T15:58:42.9953766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T15:58:42.9979245Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T15:58:43.0588374Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T15:58:43.0612958Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T15:58:44.5321486Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T15:58:44.5346116Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T15:58:44.6866597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T15:58:44.6891167Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T15:58:45.3975096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T15:58:45.4000054Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T15:58:45.5086469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T15:58:45.5097826Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T15:58:46.1440589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T15:58:46.1461963Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T15:58:46.2503698Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T15:58:46.2512312Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T15:58:46.6751230Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T15:58:46.6776949Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T15:58:46.7673898Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T15:58:46.7708573Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T15:58:47.1636737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T15:58:47.1662715Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T15:58:47.1982631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T15:58:47.2096536Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T15:58:47.5107506Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T15:58:47.5132782Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T15:58:47.5732863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T15:58:47.5756783Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T15:58:47.8056455Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T15:58:47.8093134Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T15:58:47.8824124Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T15:58:47.8857883Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T15:58:47.8912826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T15:58:47.9368494Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T15:58:47.9376873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T15:58:47.9809009Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T15:58:47.9817326Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T15:58:48.0249013Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T15:58:48.0257444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T15:58:48.0658100Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T15:58:48.1045852Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T15:58:48.1097718Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T15:58:48.1480347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T15:58:48.1577236Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T15:58:48.1606977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T15:58:48.2057086Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T15:58:48.2233706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T15:58:48.2497232Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T15:58:48.2546724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T15:58:48.2976532Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T15:58:48.3005355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T15:58:48.3420307Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T15:58:48.3444141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T15:58:48.3943356Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T15:58:48.3952611Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T15:58:48.4380756Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T15:58:48.4409452Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T15:58:48.4888014Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T15:58:48.4897219Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T15:58:48.5326562Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T15:58:48.5332584Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T15:58:48.5777551Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T15:58:48.5804784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T15:58:48.6257972Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T15:58:48.6284542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T15:58:48.6697472Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T15:58:48.6717392Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T15:58:48.7209209Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T15:58:48.7217037Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T15:58:48.7734926Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T15:58:48.9420898Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T15:58:48.9448223Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T15:58:48.9828764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T15:58:48.9857971Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T15:58:49.0295639Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T15:58:49.0333069Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T15:58:49.0475500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T15:58:49.0815563Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T15:58:49.0983720Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T15:58:49.1238572Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T15:58:49.1246523Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T15:58:49.1694426Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T15:58:49.2752135Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T15:58:49.2772693Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T15:58:49.3232077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T15:58:49.3264910Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T15:58:49.3420548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T15:58:49.3698773Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T15:58:49.3952590Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T15:58:49.4137319Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T15:58:49.4206892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T15:58:49.4580186Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T15:58:49.5092826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T15:58:49.5107795Z [gw0] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:58:49.7213331Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:49.7224215Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T15:58:49.7629266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T15:58:49.7658281Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T15:58:49.9689349Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T15:58:49.9701601Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T15:58:50.0017544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T15:58:50.0096756Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T15:58:50.2688299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T15:58:50.2702066Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T15:58:50.3073509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T15:58:50.3097112Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T15:58:51.4010278Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T15:58:51.4043038Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T15:58:51.4830386Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T15:58:51.4854545Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T15:58:51.5037802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T15:58:51.5256790Z [gw1] [ 48%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T15:58:51.5398401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T15:58:51.5777995Z [gw1] [ 48%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T15:58:51.5784291Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T15:58:51.6213855Z [gw1] [ 48%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T15:58:51.6954572Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T15:58:51.6981195Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T15:58:51.8030645Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T15:58:51.8047441Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T15:58:51.8293997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T15:58:51.8485103Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T15:58:51.9056984Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T15:58:51.9078652Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T15:58:51.9261495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T15:58:51.9526479Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T15:58:51.9531940Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T15:58:51.9968549Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T15:58:51.9974204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T15:58:52.0453726Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T15:58:52.1558127Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T15:58:52.1572566Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T15:58:52.1725372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T15:58:52.1977426Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T15:58:52.2688060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T15:58:52.2700866Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T15:58:52.2846601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T15:58:52.3136647Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T15:58:52.3159758Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T15:58:52.3617666Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T15:58:52.3640546Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T15:58:52.4059462Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T15:58:52.4092722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T15:58:52.4497641Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T15:58:52.5271111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T15:58:52.5287838Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T15:58:52.5428145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T15:58:52.5697301Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T15:58:52.7550382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T15:58:52.7570710Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T15:58:52.7945846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T15:58:52.7976597Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T15:58:52.8657654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T15:58:52.8662364Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T15:58:52.8718373Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T15:58:52.9098581Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T15:58:52.9212394Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T15:58:52.9536138Z [gw1] [ 48%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T15:58:52.9626093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T15:58:52.9975988Z [gw1] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T15:58:52.9998344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T15:58:53.0455705Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T15:58:53.0477038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T15:58:53.0895988Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T15:58:53.1016064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T15:58:53.1414080Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T15:58:53.1430823Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T15:58:53.1800239Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T15:58:53.4595084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T15:58:53.4624255Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T15:58:53.5345881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T15:58:53.5373385Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T15:58:53.7574355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T15:58:53.7600013Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T15:58:54.2229811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T15:58:54.2256785Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T15:58:54.3124251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T15:58:54.3148160Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T15:58:54.3784093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T15:58:54.3806915Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T15:58:54.3966623Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T15:58:54.4297235Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T15:58:54.4901073Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T15:58:54.4925318Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T15:58:54.5590587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T15:58:54.5603534Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T15:58:54.6193626Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T15:58:54.6207380Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:54.6272573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:54.6285315Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T15:58:54.6606043Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T15:58:54.6697691Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T15:58:54.6774188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T15:58:54.7137997Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T15:58:54.7853869Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T15:58:54.7866832Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T15:58:54.7989764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T15:58:54.8300559Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T15:58:55.1932027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T15:58:55.1952309Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T15:58:55.2431287Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T15:58:55.2453699Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T15:58:55.3041033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T15:58:55.3062296Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T15:58:55.3448948Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T15:58:55.3498196Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T15:58:55.3597691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T15:58:55.4015020Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T15:58:55.4342982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T15:58:55.4377370Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T15:58:55.4427254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T15:58:55.4818170Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T15:58:55.5690652Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T15:58:55.5717366Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:56.3281340Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:58:56.3303503Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T15:58:56.4983726Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T15:58:56.5009258Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T15:58:56.5267781Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T15:58:56.5497439Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T15:58:56.5505719Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T15:58:56.5975119Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T15:58:56.6478928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T15:58:56.6499383Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T15:58:56.7162884Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T15:58:56.7183466Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T15:58:56.7328907Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T15:58:56.7655094Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T15:58:56.8176938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T15:58:56.8222785Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T15:58:56.8429204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T15:58:56.8657703Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T15:58:56.9001052Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T15:58:56.9097437Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T15:58:56.9192298Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T15:58:56.9537240Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T15:58:56.9559603Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T15:58:57.0018971Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T15:58:57.0046188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T15:58:57.0457854Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T15:58:57.0674425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T15:58:57.0897218Z [gw1] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T15:58:57.1125760Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T15:58:57.1376787Z [gw1] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T15:58:57.3266937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T15:58:57.3289813Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T15:58:57.3658401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T15:58:57.3697513Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T15:58:57.3917637Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T15:58:57.4255020Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T15:58:57.4297894Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T15:58:57.4695000Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T15:58:57.5787630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T15:58:57.5808173Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:58:58.1322719Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:58:58.1362062Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:58:58.1428264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:58.1866338Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:58.1866997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:58.2058589Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:58.2075769Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T15:58:58.2296029Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T15:58:58.2298472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:58:58.2730970Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:58:58.2735371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:58:58.3216142Z [gw0] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:58:58.4916888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:58.4934558Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T15:58:59.3179411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T15:58:59.3181666Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T15:58:59.9093433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T15:58:59.9114608Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T15:59:00.0077188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T15:59:00.0116925Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T15:59:00.0672860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T15:59:00.0692849Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T15:59:00.0786813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T15:59:00.1176066Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T15:59:00.2483451Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T15:59:00.2498113Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T15:59:00.2792764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T15:59:00.2897772Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T15:59:00.3390868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T15:59:00.3404230Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:59:00.4240781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:59:00.4253871Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T15:59:00.4571539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T15:59:00.4656746Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T15:59:00.6780617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T15:59:00.6788299Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:59:01.2811327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:59:01.2820183Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T15:59:01.3189826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T15:59:01.3198451Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T15:59:01.3885327Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T15:59:01.3893287Z [gw0] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:59:01.4442558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:59:01.4466833Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T15:59:01.6370996Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T15:59:01.6382980Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T15:59:01.6810774Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T15:59:01.6858565Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T15:59:01.7165667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T15:59:01.7170040Z [gw0] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:59:01.7382814Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:59:01.7576071Z [gw0] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:59:01.7716291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:59:01.8016669Z [gw0] [ 49%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:59:02.3027999Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:59:02.3042450Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T15:59:02.3909871Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T15:59:02.3924995Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T15:59:02.5371731Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:59:02.5397404Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T15:59:02.5769120Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:59:02.5807350Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:59:02.5969871Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:59:02.6293875Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:59:02.8113411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:59:02.8125886Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:59:03.7962578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:59:03.7982475Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T15:59:04.2190628Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T15:59:04.2223625Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T15:59:04.2270561Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T15:59:04.2696155Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T15:59:04.2706177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T15:59:04.3174406Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T15:59:04.3879336Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T15:59:04.4098350Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T15:59:04.4203596Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T15:59:04.4601614Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T15:59:04.4612352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T15:59:04.5055679Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T15:59:04.5623767Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T15:59:04.5738197Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T15:59:04.5845508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T15:59:04.6177564Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T15:59:04.6856115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T15:59:04.6869460Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T15:59:04.7100083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T15:59:04.7375340Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T15:59:04.7659969Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T15:59:04.7855155Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T15:59:04.8206099Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T15:59:04.8235110Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:59:04.9464811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:59:04.9620208Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T15:59:05.0005057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T15:59:05.0096874Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T15:59:05.0164739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T15:59:05.0574719Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T15:59:05.0614329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T15:59:05.1015076Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T15:59:05.1042552Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T15:59:05.1444130Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T15:59:05.3943542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T15:59:05.3965571Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:59:05.4990404Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:59:05.5025017Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T15:59:05.6113323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T15:59:05.6135195Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T15:59:05.6168173Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T15:59:05.6569940Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T15:59:05.6575485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T15:59:05.7055767Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T15:59:05.7060818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T15:59:05.7491612Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T15:59:05.7496969Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T15:59:05.7930397Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T15:59:05.7935789Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T15:59:05.8371621Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T15:59:05.8377180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T15:59:05.8811948Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T15:59:05.8817489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T15:59:05.9250266Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T15:59:05.9255778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T15:59:05.9735745Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T15:59:05.9972523Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T15:59:06.0132707Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T15:59:06.0138380Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T15:59:06.0575791Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T15:59:06.0580912Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T15:59:06.1056031Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T15:59:06.4771957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T15:59:06.4796523Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T15:59:06.4831477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T15:59:06.5019543Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T15:59:06.5042754Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:59:06.5249164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:59:06.5256706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T15:59:06.5690417Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T15:59:06.5698451Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T15:59:06.6176316Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T15:59:06.6390993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T15:59:06.6410549Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:59:06.7657403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:59:06.7699069Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:59:06.7761663Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:59:06.8171111Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:59:06.8179921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:59:06.8655062Z [gw0] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:59:07.6368903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:59:07.6452044Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T15:59:07.8756560Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T15:59:07.8773337Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T15:59:10.5391104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T15:59:10.5416851Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T15:59:10.8407793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T15:59:10.8435155Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T15:59:11.1374675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T15:59:11.1400141Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T15:59:11.2226458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T15:59:11.2262885Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T15:59:11.3625412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T15:59:11.3662557Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T15:59:11.3820815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T15:59:11.4174906Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T15:59:11.4877694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T15:59:11.4902484Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T15:59:11.5099127Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T15:59:11.5415802Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T15:59:11.7504283Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T15:59:11.7518492Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T15:59:11.7804813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T15:59:11.7938470Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T15:59:11.8959598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T15:59:11.8970795Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T15:59:11.9145569Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T15:59:11.9377866Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T15:59:12.0586802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T15:59:12.0600293Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T15:59:12.0865515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T15:59:12.1017843Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T15:59:12.6717390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T15:59:12.6758182Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:59:12.7035958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:59:12.7073761Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T15:59:12.7883994Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T15:59:12.7903578Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T15:59:12.8667930Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T15:59:12.8688219Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T15:59:12.8845000Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T15:59:12.9175207Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T15:59:13.0031383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T15:59:13.0054364Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T15:59:13.0146224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T15:59:13.0500645Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T15:59:13.0786037Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T15:59:13.0898354Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T15:59:13.2521069Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T15:59:13.2541505Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T15:59:13.5077451Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T15:59:13.5089553Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:59:13.5830373Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:59:13.5855941Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T15:59:13.6391098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T15:59:13.6414731Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T15:59:13.6983053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T15:59:13.7017210Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T15:59:14.1026881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:59:14.1052114Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:59:14.1703719Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:59:14.1727672Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:59:14.2898557Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:59:14.2899246Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:59:14.5379490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:59:14.5391240Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:59:14.5789974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:59:14.5800906Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:59:14.5818370Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:59:14.5866582Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:59:14.5876026Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:59:14.6218195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T15:59:14.6588153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:14.6653828Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T15:59:14.6731723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T15:59:14.7059220Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T15:59:14.7351787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T15:59:14.7615207Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T15:59:14.8572233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T15:59:14.8594572Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T15:59:14.9565310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T15:59:14.9578281Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T15:59:14.9664502Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T15:59:14.9876906Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T15:59:14.9884789Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:14.9979353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:15.0265542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T15:59:15.0457540Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T15:59:15.0880727Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T15:59:15.0904308Z [gw1] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:15.0917540Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T15:59:15.0946723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:59:15.1074466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T15:59:15.1494723Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T15:59:15.1590752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T15:59:15.1654796Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T15:59:15.1677588Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:59:15.1915608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:59:15.3363210Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T15:59:15.3388132Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:59:15.4378846Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:59:15.4398978Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T15:59:15.4922916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T15:59:15.4943337Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T15:59:15.4975494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T15:59:15.5455201Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T15:59:15.5857111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T15:59:15.5886778Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T15:59:15.6051388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T15:59:15.6371939Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T15:59:15.6798685Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:59:15.6829181Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:59:15.7488084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:59:15.7512307Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:59:15.8172616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:59:15.8202711Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:59:15.8403435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T15:59:15.8657688Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T15:59:15.8782887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T15:59:15.8807110Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:59:15.9291582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:59:15.9327222Z [gw1] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:59:16.0285332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:16.0303364Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T15:59:16.0837562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T15:59:16.0864858Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T15:59:16.1986243Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T15:59:16.2010318Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:16.2130480Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T15:59:16.2495714Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T15:59:16.3012644Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T15:59:16.3139425Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T15:59:16.3290172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:59:16.3616780Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:59:16.3668797Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:16.3980928Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:16.3991374Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T15:59:16.4017094Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T15:59:16.4182786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:16.4458174Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:16.4625457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T15:59:16.4635646Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T15:59:16.4656596Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T15:59:16.5057412Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T15:59:16.5084330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T15:59:16.5496962Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T15:59:16.6124329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T15:59:16.6137460Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T15:59:16.7097874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T15:59:16.7110204Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T15:59:16.7347911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T15:59:16.7370683Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T15:59:16.7381962Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T15:59:16.7537997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T15:59:16.7558374Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T15:59:16.7670782Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T15:59:16.7818543Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T15:59:16.7977967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:16.8009990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T15:59:16.8419435Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T15:59:16.8445914Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T15:59:16.8739362Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T15:59:16.8747886Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:16.8898010Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T15:59:16.8947106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T15:59:16.9069543Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T15:59:16.9177674Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T15:59:16.9337323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:59:16.9393582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T15:59:16.9777092Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T15:59:16.9805468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T15:59:17.0250002Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T15:59:17.0339283Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T15:59:17.0659471Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T15:59:17.0700292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T15:59:17.1098736Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T15:59:17.1138993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T15:59:17.1537634Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T15:59:17.1569033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T15:59:17.1977024Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T15:59:17.2011630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T15:59:17.2417400Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T15:59:17.2446512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T15:59:17.2858143Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T15:59:17.2889420Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T15:59:17.3297605Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T15:59:17.3330187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T15:59:17.3738399Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T15:59:17.3770032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T15:59:17.4177377Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T15:59:17.4195095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T15:59:17.4617021Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T15:59:17.4747062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:59:17.4759873Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:59:17.4802355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:17.5056588Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:59:17.5385652Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:59:17.5496568Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:59:17.5935543Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:59:17.5947732Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:59:17.6044982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:59:17.6056245Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:17.6136839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:17.6304150Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:59:17.6312641Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:59:17.6495703Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:59:17.7598430Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:59:17.7617338Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:59:17.8231658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:59:17.8253635Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:17.8676048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:59:17.8697241Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:59:17.9082102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:59:17.9095135Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:59:17.9120335Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:59:17.9136911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:59:17.9552054Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:59:17.9581370Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:59:18.0195401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:59:18.0223952Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:59:18.1776309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T15:59:18.1793453Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:59:18.2258882Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:18.2268444Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:59:18.2636423Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:59:18.2664539Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:18.3191012Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:18.3215943Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T15:59:18.7206977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T15:59:18.7237359Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:18.7791929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:59:18.7809813Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:59:18.7900528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T15:59:18.8283731Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T15:59:18.8789587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:18.8805563Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:18.8919091Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:18.9283251Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:18.9631917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:59:18.9656620Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:59:18.9823556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:59:19.0214162Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:59:19.1921202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:19.1932128Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T15:59:19.7819853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:59:19.7833596Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:19.9025071Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T15:59:19.9049484Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T15:59:19.9157451Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T15:59:19.9201729Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T15:59:19.9226238Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:59:19.9534540Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:59:19.9671396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T15:59:19.9937200Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T15:59:20.0588606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:20.0615745Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:20.0847782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T15:59:20.1054003Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T15:59:20.1062422Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:59:20.1535660Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:59:20.1566190Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T15:59:20.1897249Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T15:59:20.2365511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:20.2393196Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:59:20.2446062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T15:59:20.2460249Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:20.2538495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:20.2698104Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T15:59:20.2877113Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:20.2936790Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T15:59:20.3311549Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T15:59:20.3377305Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T15:59:20.5092043Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:59:20.5117950Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:59:20.5452944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:20.5536807Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:20.5688408Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T15:59:20.6054372Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T15:59:20.6160956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T15:59:20.6496120Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T15:59:20.7036614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T15:59:20.7134928Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T15:59:20.7345413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T15:59:20.7614179Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T15:59:20.8129679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:20.8160287Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:20.8375766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:59:20.8694879Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:59:20.8757013Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T15:59:20.9174598Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T15:59:21.4895635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:21.4917109Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:21.5885971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:21.5911439Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T15:59:21.6331701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T15:59:21.6353879Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:21.7022075Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:59:21.7042907Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:59:21.7576414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:59:21.7601735Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T15:59:22.1848070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T15:59:22.1873876Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:59:22.2773452Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:22.2799446Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:22.4978931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:22.5011767Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:59:28.2046875Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:59:28.2068688Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T15:59:28.4782242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T15:59:28.4802248Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:28.7749585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T15:59:28.7779305Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T15:59:29.3487540Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:59:29.3495230Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T15:59:29.3616950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:29.3896520Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:29.4193745Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:29.4336595Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:29.4360834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T15:59:29.4776141Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T15:59:29.4803121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T15:59:29.5179372Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T15:59:29.5186877Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:59:29.5217886Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:59:29.5951014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T15:59:29.5959857Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:59:29.7018960Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:59:29.7027741Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:59:29.8873001Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:59:29.8885477Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:59:29.9758429Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:59:29.9769966Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:59:30.0526478Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:59:30.0548810Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:59:30.0559731Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T15:59:30.0568250Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T15:59:30.1815251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:59:30.1828947Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T15:59:30.2185421Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T15:59:30.2221025Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T15:59:30.2237425Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:59:30.2258040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:59:30.2348835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T15:59:30.2469717Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T15:59:30.2854790Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:59:30.3098691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T15:59:30.4520519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T15:59:30.4537240Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T15:59:30.5460759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T15:59:30.5473382Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T15:59:30.6571844Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T15:59:30.6585178Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T15:59:30.6683468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T15:59:30.7017515Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T15:59:30.7121983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:59:30.7458292Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:59:30.7560982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T15:59:30.7704669Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T15:59:30.7711753Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T15:59:30.7896575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T15:59:30.8092147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:59:30.8337783Z [gw2] [ 53%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:59:30.8349414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:59:30.8365172Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T15:59:30.8919853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T15:59:30.9014533Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T15:59:30.9044436Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T15:59:30.9336637Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T15:59:30.9353987Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T15:59:30.9777334Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T15:59:30.9795328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T15:59:31.0257525Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T15:59:31.0266165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T15:59:31.0694569Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T15:59:31.0702997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T15:59:31.1097329Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T15:59:31.1125997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T15:59:31.1536371Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T15:59:31.1561864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T15:59:31.1977075Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T15:59:31.2001267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T15:59:31.2416143Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T15:59:31.2439938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T15:59:31.2857177Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T15:59:31.3120461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T15:59:31.3334648Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T15:59:31.3364417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T15:59:31.3394414Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:59:31.3454652Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:59:31.3875872Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T15:59:31.4772917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T15:59:31.4773695Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:59:32.0099998Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:59:32.0160836Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:59:32.3982385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:59:32.4007946Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:59:35.1996567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:59:35.2037349Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:59:36.0006583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T15:59:36.0104955Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T15:59:36.0582676Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T15:59:36.0606555Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T15:59:36.0735410Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T15:59:36.1052683Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T15:59:36.2723079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T15:59:36.2748732Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T15:59:36.3704748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T15:59:36.3734830Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T15:59:36.4780673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T15:59:36.4854436Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T15:59:36.5517531Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T15:59:36.5538234Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T15:59:36.6032398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T15:59:36.6150242Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T15:59:36.6822273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:59:36.6833904Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:59:36.6851774Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:59:36.7062566Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:59:36.7082827Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T15:59:36.7257559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T15:59:36.7283339Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:59:36.7414439Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:59:36.7497010Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T15:59:36.7702100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:59:36.7725207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:59:36.8164303Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:59:36.8171607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:59:36.8655857Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:59:36.9340064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T15:59:36.9415541Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T15:59:36.9462016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T15:59:36.9823844Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T15:59:37.0524015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T15:59:37.0541028Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:59:37.1264139Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:59:37.1287492Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:59:37.4570396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T15:59:37.4584821Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T15:59:37.5231147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T15:59:37.5245168Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T15:59:37.6710450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T15:59:37.6723369Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T15:59:37.7729476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T15:59:37.7742264Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T15:59:37.8483094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T15:59:37.8496304Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T15:59:37.8650957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T15:59:37.8899017Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T15:59:38.0038890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T15:59:38.0066221Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T15:59:38.0078235Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T15:59:38.0094078Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T15:59:38.0233705Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T15:59:38.0539132Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T15:59:38.1534727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:59:38.1568449Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T15:59:38.8583453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T15:59:38.8636735Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T15:59:38.9770966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T15:59:38.9785293Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:59:38.9929959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T15:59:38.9945015Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T15:59:39.0183306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T15:59:39.0217512Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T15:59:39.3015171Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T15:59:39.3070374Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T15:59:39.3507017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T15:59:39.3531439Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T15:59:39.4811778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T15:59:39.4988614Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T15:59:39.5193117Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T15:59:39.5455277Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T15:59:39.5525770Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:59:39.5918795Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:59:39.6139283Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T15:59:39.6373298Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T15:59:39.6618853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T15:59:39.6813263Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T15:59:39.7357859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:59:39.7388864Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:59:39.7572081Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T15:59:39.7594732Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:59:39.7711117Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T15:59:39.7817609Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T15:59:39.8288092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:39.8315475Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T15:59:40.0245120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T15:59:40.0273434Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T15:59:40.0400308Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:59:40.0424796Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:40.0859466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T15:59:40.0895374Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T15:59:40.1139400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T15:59:40.1160798Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T15:59:40.1184665Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:59:40.1297881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:59:40.1679623Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T15:59:40.1704691Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T15:59:40.1720777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T15:59:40.1743035Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:59:40.2476129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:59:40.2495833Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:59:40.3293765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:59:40.3320577Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:59:40.3420181Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:59:40.3433779Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T15:59:40.3996746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T15:59:40.4025354Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T15:59:40.4255196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T15:59:40.4417801Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:59:40.4450814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:59:40.4473008Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T15:59:40.5298983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T15:59:40.5311273Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:59:40.6156206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T15:59:40.6163467Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T15:59:40.6419048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T15:59:40.6434408Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T15:59:40.6449165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:59:40.6458053Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T15:59:40.6480249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T15:59:40.6535509Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T15:59:40.6575385Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T15:59:40.6896638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T15:59:40.6919487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T15:59:40.6938870Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T15:59:40.7015809Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T15:59:40.7096382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T15:59:40.7336090Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T15:59:40.7357928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T15:59:40.7455773Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T15:59:40.7777049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T15:59:40.7795632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T15:59:40.8206114Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T15:59:40.8214060Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:59:40.8217863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T15:59:40.8248335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T15:59:40.8505736Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T15:59:40.8616048Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T15:59:40.8657345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T15:59:40.8677597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T15:59:40.8714940Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T15:59:40.8728309Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T15:59:40.9098866Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T15:59:40.9105790Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T15:59:40.9129803Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T15:59:40.9146101Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T15:59:40.9155799Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T15:59:40.9160478Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T15:59:40.9425840Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:59:40.9606079Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:59:40.9606865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:59:40.9618528Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:59:40.9621244Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T15:59:40.9939249Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T15:59:40.9951480Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T15:59:41.0016456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T15:59:41.0178409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T15:59:41.0283825Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:59:41.0411325Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:59:41.0496659Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T15:59:41.0579223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T15:59:41.0696051Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T15:59:41.0705421Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T15:59:41.0937156Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T15:59:41.1056643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T15:59:41.1159702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T15:59:41.1306878Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T15:59:41.1416010Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T15:59:41.1495799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T15:59:41.1505544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T15:59:41.1599578Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T15:59:41.1896222Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T15:59:41.1935960Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T15:59:41.1960495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:59:41.2343336Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:59:41.2393742Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T15:59:41.2394431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:59:41.2397128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T15:59:41.2475118Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:59:41.2819141Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T15:59:41.2820274Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T15:59:41.2898836Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T15:59:41.3258315Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T15:59:41.3279068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T15:59:41.3355156Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T15:59:41.3366734Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T15:59:41.3467746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T15:59:41.3699136Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T15:59:41.3721934Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T15:59:41.3777880Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T15:59:41.3841362Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T15:59:41.4137159Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T15:59:41.4160324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T15:59:41.4217074Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T15:59:41.4577630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T15:59:41.4597037Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T15:59:41.5018163Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T15:59:41.5105172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T15:59:41.5456733Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T15:59:41.5533921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T15:59:41.5899934Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T15:59:41.6116495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:59:41.6183354Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:59:41.6192997Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T15:59:41.6336851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T15:59:41.6359337Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:59:41.6628844Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:59:41.6636443Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T15:59:41.6778016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T15:59:41.6809827Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:59:41.7022431Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:59:41.7057432Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T15:59:41.7138624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T15:59:41.7217459Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T15:59:41.7235542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:59:41.7498674Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:59:41.7658139Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T15:59:41.7680504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:41.7998500Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:41.8006343Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T15:59:41.8097675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T15:59:41.8128544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:41.8135912Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:41.8419101Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T15:59:41.8537756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T15:59:41.8559513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:59:41.8977849Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:59:41.9007148Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:59:41.9416474Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:59:41.9444732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T15:59:41.9452557Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T15:59:41.9699622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T15:59:41.9856925Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T15:59:41.9877587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T15:59:41.9973950Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T15:59:41.9980938Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T15:59:42.0001661Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T15:59:42.0295462Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T15:59:42.0315993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T15:59:42.0415439Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T15:59:42.0664682Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T15:59:42.0735841Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T15:59:42.0756327Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T15:59:42.0856349Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T15:59:42.0927363Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T15:59:42.1176289Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T15:59:42.1197614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T15:59:42.1295569Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T15:59:42.1618009Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T15:59:42.1797444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T15:59:42.1805046Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T15:59:42.1889636Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T15:59:42.1918429Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T15:59:42.2055819Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T15:59:42.2108422Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T15:59:42.2215576Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T15:59:42.2496614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T15:59:42.2830820Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T15:59:42.2904549Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T15:59:42.2910859Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T15:59:42.2937174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T15:59:42.3027027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T15:59:42.3048018Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T15:59:42.3335746Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T15:59:42.3377522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T15:59:42.3462983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T15:59:42.3777981Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T15:59:42.3849144Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T15:59:42.4218732Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T15:59:42.4715564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T15:59:42.4733864Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T15:59:42.4851878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T15:59:42.5120712Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T15:59:42.5131044Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T15:59:42.5137329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T15:59:42.5208306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T15:59:42.5220110Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T15:59:42.5551901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T15:59:42.5691927Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T15:59:42.5700599Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T15:59:42.5701635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T15:59:42.5889890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T15:59:42.6137630Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T15:59:42.7179251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T15:59:42.7187980Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T15:59:42.7321383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T15:59:42.7616807Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T15:59:42.8299126Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T15:59:42.8311879Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T15:59:42.8684293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T15:59:42.8737381Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T15:59:42.9006564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T15:59:42.9013197Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T15:59:42.9740719Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T15:59:42.9750837Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T15:59:42.9793630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T15:59:42.9806059Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T15:59:42.9811710Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T15:59:42.9980824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T15:59:43.0176279Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T15:59:43.0217031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T15:59:43.0249917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T15:59:43.0620120Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T15:59:43.0638530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T15:59:43.1057614Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T15:59:43.1071562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T15:59:43.1263751Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T15:59:43.1270990Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T15:59:43.1471541Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T15:59:43.1496474Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T15:59:43.1696854Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T15:59:43.1781530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T15:59:43.1937106Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T15:59:43.2070487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T15:59:43.2417371Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T15:59:43.3103925Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T15:59:43.3112948Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T15:59:43.3470486Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T15:59:43.3565403Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T15:59:43.6274014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T15:59:43.6283547Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T15:59:43.6355773Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T15:59:43.6364965Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T15:59:43.6727611Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T15:59:43.6740105Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T15:59:43.6811790Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T15:59:43.6822273Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T15:59:43.8329864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T15:59:43.8343514Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T15:59:43.8352768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T15:59:43.8360767Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T15:59:43.8701367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T15:59:43.8776489Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T15:59:43.8810185Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T15:59:43.8820138Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T15:59:43.9493318Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T15:59:43.9504505Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T15:59:44.0302644Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T15:59:44.0313802Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T15:59:44.0435621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T15:59:44.0445264Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T15:59:44.0612192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T15:59:44.0736926Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T15:59:44.0881452Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T15:59:44.0892327Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T15:59:44.1033671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T15:59:44.1045322Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T15:59:44.1446992Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T15:59:44.1460234Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T15:59:44.1645828Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:44.1657193Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T15:59:44.2546989Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T15:59:44.2559046Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T15:59:44.3817659Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T15:59:44.3829579Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T15:59:44.3945619Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T15:59:44.3957476Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:44.4266389Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T15:59:44.4273092Z [gw1] [ 55%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T15:59:44.4406281Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T15:59:44.4415688Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T15:59:44.4773993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T15:59:44.4856271Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T15:59:44.5228042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T15:59:44.5239814Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T15:59:44.5266817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T15:59:44.5458738Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T15:59:44.5469197Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T15:59:44.5527326Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T15:59:44.5656023Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T15:59:44.5733530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T15:59:44.5897834Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T15:59:44.6101945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T15:59:44.6189138Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T15:59:44.6310407Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T15:59:44.6377771Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T15:59:44.6478844Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T15:59:44.6537411Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T15:59:44.6817508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T15:59:44.7064807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T15:59:44.7255684Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T15:59:44.7317373Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T15:59:44.7342948Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T15:59:44.7352139Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T15:59:44.7463892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T15:59:44.7695683Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T15:59:44.7776432Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T15:59:44.8000657Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T15:59:44.8217163Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T15:59:44.8397297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T15:59:44.8408269Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T15:59:44.8422164Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T15:59:44.8514494Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T15:59:44.8655791Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T15:59:44.8695751Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T15:59:44.8815574Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T15:59:44.9096663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T15:59:44.9115443Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T15:59:44.9537014Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T15:59:44.9555974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T15:59:44.9977006Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T15:59:45.0245564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T15:59:45.0416843Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T15:59:45.0493368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T15:59:45.0497210Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T15:59:45.0505141Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T15:59:45.0799681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T15:59:45.0858518Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T15:59:45.0903364Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T15:59:45.0936495Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T15:59:45.0957882Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T15:59:45.1296700Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T15:59:45.1317075Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T15:59:45.1375697Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T15:59:45.1394615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T15:59:45.1736263Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T15:59:45.1816178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T15:59:45.1834950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T15:59:45.1879240Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T15:59:45.2175611Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T15:59:45.2220344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T15:59:45.2255987Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T15:59:45.2274354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T15:59:45.2616510Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T15:59:45.2697455Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T15:59:45.2725257Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T15:59:45.2991644Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T15:59:45.3096584Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T15:59:45.3177264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T15:59:45.3210396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T15:59:45.3218509Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T15:59:45.3537206Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T15:59:45.3617212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T15:59:45.3643830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T15:59:45.3719840Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T15:59:45.3976521Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T15:59:45.4029030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T15:59:45.4096444Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T15:59:45.4122296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T15:59:45.4417346Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T15:59:45.4579655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T15:59:45.4636286Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T15:59:45.5017523Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T15:59:45.5120437Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T15:59:45.5258964Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T15:59:45.5269196Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T15:59:45.5461092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T15:59:45.5465878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T15:59:45.5529246Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T15:59:45.5696395Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T15:59:45.5897864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T15:59:45.6011208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T15:59:45.6337927Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T15:59:45.6532707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T15:59:45.6555510Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T15:59:45.6767397Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T15:59:45.6792849Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T15:59:45.6808118Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T15:59:45.6932823Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T15:59:45.6977253Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T15:59:45.7220179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T15:59:45.7707368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T15:59:45.7716921Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T15:59:45.7839817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T15:59:45.8137426Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T15:59:45.8575660Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T15:59:45.8583341Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T15:59:45.8601337Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:59:45.8897188Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:59:45.8906864Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T15:59:45.9016984Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T15:59:45.9036149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T15:59:45.9090369Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T15:59:45.9337075Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T15:59:45.9392494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T15:59:45.9456297Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T15:59:45.9483150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T15:59:45.9817174Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T15:59:45.9840070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T15:59:45.9896321Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T15:59:45.9919189Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T15:59:46.0299120Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T15:59:46.0324208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T15:59:46.0376992Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T15:59:46.0408277Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T15:59:46.0736654Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T15:59:46.0816562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T15:59:46.0846453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T15:59:46.1256398Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T15:59:46.1281179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T15:59:46.1619641Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T15:59:46.1632965Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T15:59:46.1696789Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T15:59:46.1723384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:59:46.1858665Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:59:46.2107825Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T15:59:46.2166832Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T15:59:46.2172602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:46.2640038Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:46.2645748Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:46.3082013Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:46.3087834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:59:46.3575287Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:59:46.3583988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T15:59:46.3766102Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T15:59:46.3811914Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T15:59:46.4054809Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T15:59:46.4079203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T15:59:46.4205931Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T15:59:46.4228721Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T15:59:46.4494427Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T15:59:46.4549361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T15:59:46.4934414Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T15:59:46.6100076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T15:59:46.6116074Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T15:59:46.6534731Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T15:59:46.6558007Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T15:59:46.7129923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T15:59:46.7267731Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T15:59:46.7736011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T15:59:46.7758510Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T15:59:46.7779050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T15:59:46.7791607Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T15:59:46.7942571Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T15:59:46.8258757Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T15:59:46.9131346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T15:59:46.9142991Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T15:59:46.9388398Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T15:59:46.9406174Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T15:59:46.9421178Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T15:59:46.9630258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T15:59:47.0035955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T15:59:47.0070155Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T15:59:47.0133975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T15:59:47.0579751Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T15:59:47.0584610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T15:59:47.1026926Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T15:59:47.1029388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T15:59:47.1422022Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T15:59:47.1427515Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T15:59:47.1472665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T15:59:47.1476792Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T15:59:47.1844680Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T15:59:47.1858884Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T15:59:47.1892851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T15:59:47.1899636Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T15:59:47.2373763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T15:59:47.2374470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T15:59:47.2852744Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T15:59:47.2854949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T15:59:47.3290593Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T15:59:47.3360144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T15:59:47.3549327Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T15:59:47.3566021Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T15:59:47.3770598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T15:59:47.3776810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T15:59:47.3829212Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T15:59:47.4017244Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T15:59:47.4218129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T15:59:47.4218764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T15:59:47.4694896Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T15:59:47.4699003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T15:59:47.4755622Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T15:59:47.4769116Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T15:59:47.5170600Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T15:59:47.5175139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T15:59:47.5608295Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T15:59:47.5611519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T15:59:47.5713108Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T15:59:47.5735528Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T15:59:47.6059597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T15:59:47.6060341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T15:59:47.6111440Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T15:59:47.6177276Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T15:59:47.6489752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T15:59:47.6496211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T15:59:47.6936027Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T15:59:47.6936856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T15:59:47.7369169Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T15:59:47.7369853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T15:59:47.7808785Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T15:59:47.7812925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T15:59:47.7963284Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T15:59:47.7986767Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T15:59:47.8241403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T15:59:47.8244219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T15:59:47.8441324Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T15:59:47.8464521Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T15:59:47.8694367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T15:59:47.8699534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T15:59:47.9142215Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T15:59:47.9149758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T15:59:47.9615648Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T15:59:47.9808943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T15:59:48.0045858Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T15:59:48.0054539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T15:59:48.0071057Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T15:59:48.0084378Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T15:59:48.0447480Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T15:59:48.0455893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T15:59:48.0666878Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T15:59:48.0732824Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T15:59:48.0887009Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T15:59:48.0895400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T15:59:48.1374565Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T15:59:48.1852436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T15:59:48.1876945Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T15:59:48.2256634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T15:59:48.2283326Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T15:59:48.2294212Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T15:59:48.2308950Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T15:59:48.2343470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T15:59:48.2358205Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T15:59:48.2437531Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T15:59:48.2664577Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T15:59:48.2698576Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T15:59:48.2767387Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T15:59:48.2774407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T15:59:48.3207479Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T15:59:48.3216601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T15:59:48.3263751Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T15:59:48.3291890Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T15:59:48.3649159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T15:59:48.3660527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T15:59:48.3840943Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T15:59:48.3869526Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T15:59:48.4090937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T15:59:48.4099294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T15:59:48.4530529Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T15:59:48.4537564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T15:59:48.4550188Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T15:59:48.4580390Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T15:59:48.4970807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T15:59:48.4978362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T15:59:48.5407910Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T15:59:48.5414228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T15:59:48.5888462Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T15:59:48.5897648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T15:59:48.6255335Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T15:59:48.6335900Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T15:59:48.6375903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T15:59:48.6511381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T15:59:48.6753278Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T15:59:48.8470320Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T15:59:48.8489746Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T15:59:48.9163572Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T15:59:48.9194904Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T15:59:49.2512862Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T15:59:49.2542373Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T15:59:49.3095096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T15:59:49.3119272Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T15:59:49.3711983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T15:59:49.3741348Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T15:59:49.4397616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T15:59:49.4433085Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T15:59:49.5248567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T15:59:49.5366725Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T15:59:49.6314157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T15:59:49.6402687Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T15:59:49.6521063Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T15:59:49.6580338Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T15:59:49.6634815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T15:59:49.6896720Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T15:59:49.7364987Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T15:59:49.7382089Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T15:59:49.7411381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T15:59:49.7655753Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T15:59:49.7669654Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T15:59:49.7828075Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T15:59:49.7892526Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T15:59:49.7893197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T15:59:49.8136821Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T15:59:49.8372612Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T15:59:49.8373339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T15:59:49.8819300Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T15:59:49.8852061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T15:59:49.9202694Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T15:59:49.9211712Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T15:59:49.9257985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T15:59:49.9287871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T15:59:49.9428620Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T15:59:49.9615808Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T15:59:49.9697360Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T15:59:49.9722613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T15:59:49.9813679Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T15:59:50.0056093Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T15:59:50.0111857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T15:59:50.0135874Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T15:59:50.0161360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T15:59:50.0496434Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T15:59:50.0576345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T15:59:50.0603923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T15:59:50.0748214Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T15:59:50.0938207Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T15:59:50.1013591Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T15:59:50.1026852Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T15:59:50.1048525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T15:59:50.1377228Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T15:59:50.1456634Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T15:59:50.1464583Z [gw3] [ 57%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T15:59:50.1488888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T15:59:50.1816085Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T15:59:50.1863253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T15:59:50.1895945Z [gw3] [ 57%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T15:59:50.1915565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T15:59:50.2255579Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T15:59:50.2336734Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T15:59:50.2362225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T15:59:50.2776579Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T15:59:50.2801466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T15:59:50.3217035Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T15:59:50.3241954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T15:59:50.3656187Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T15:59:50.3684576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T15:59:50.4097867Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T15:59:50.4123207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T15:59:50.4537357Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T15:59:50.4562346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T15:59:50.4767226Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T15:59:50.4777377Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T15:59:50.4981206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T15:59:50.5008465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T15:59:50.5265723Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T15:59:50.5273689Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T15:59:50.5311402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T15:59:50.5415917Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T15:59:50.5441263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T15:59:50.5696168Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T15:59:50.5717674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T15:59:50.5856524Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T15:59:50.5885121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T15:59:50.6135783Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T15:59:50.6296582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T15:59:50.6324962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T15:59:50.6529634Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T15:59:50.6575382Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T15:59:50.6737042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T15:59:50.6808303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T15:59:50.6967265Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T15:59:50.7017754Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T15:59:50.7177747Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T15:59:50.7219834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T15:59:50.7538966Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T15:59:50.7546306Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T15:59:50.7617230Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T15:59:50.7639867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T15:59:50.7654598Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T15:59:50.7977204Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T15:59:50.8056911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T15:59:50.8089096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T15:59:50.8093147Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T15:59:50.8418835Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T15:59:50.8439757Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T15:59:50.8496738Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T15:59:50.8525966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T15:59:50.8857714Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T15:59:50.8880424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T15:59:50.8937352Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T15:59:50.8968408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T15:59:50.9297708Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T15:59:50.9406378Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T15:59:50.9413173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T15:59:50.9845066Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T15:59:50.9856867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T15:59:50.9911929Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T15:59:50.9921623Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T15:59:51.0114425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T15:59:51.0257286Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T15:59:51.0289005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T15:59:51.0376511Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T15:59:51.0408244Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T15:59:51.0697876Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T15:59:51.0730570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T15:59:51.0817134Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T15:59:51.2727244Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T15:59:51.2775283Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T15:59:51.2781600Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T15:59:51.2782264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T15:59:51.2859043Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T15:59:51.2865344Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T15:59:51.2895561Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T15:59:51.2905721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T15:59:51.3304032Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T15:59:51.3343205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T15:59:51.3744329Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T15:59:51.4619938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T15:59:51.4776683Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T15:59:51.5230200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T15:59:51.5255677Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T15:59:51.5738645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T15:59:51.5758854Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T15:59:51.5762691Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T15:59:51.5778909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T15:59:51.5809483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T15:59:51.6063745Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T15:59:51.6175117Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T15:59:51.6209922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T15:59:51.6217444Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T15:59:51.6239811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T15:59:51.6616390Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T15:59:51.6656075Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T15:59:51.6679626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T15:59:51.6748216Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T15:59:51.7058954Z [gw3] [ 58%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T15:59:51.7098013Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T15:59:51.7125133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T15:59:51.7159727Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T15:59:51.7496787Z [gw3] [ 58%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T15:59:51.7522553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T15:59:51.7537876Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T15:59:51.7565753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T15:59:51.7936589Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T15:59:51.7965466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T15:59:51.7976504Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T15:59:51.8000767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T15:59:51.8377034Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T15:59:51.8404601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T15:59:51.8416242Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T15:59:51.8443489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T15:59:51.8894379Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T15:59:51.8898031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T15:59:51.8903564Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T15:59:51.8906865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T15:59:51.9373705Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T15:59:51.9377742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T15:59:51.9381587Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T15:59:51.9804097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T15:59:51.9863811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T15:59:51.9874918Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T15:59:51.9899419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T15:59:51.9970062Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T15:59:52.0176643Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T15:59:52.0230188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T15:59:52.0296373Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T15:59:52.0616537Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T15:59:52.0649580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T15:59:52.1056753Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T15:59:52.1088780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T15:59:52.1497985Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T15:59:52.1525654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T15:59:52.1556144Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T15:59:52.1565701Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T15:59:52.1814988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T15:59:52.1937900Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T15:59:52.1964037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T15:59:52.1977339Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T15:59:52.2454651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T15:59:52.2508974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T15:59:52.2532960Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T15:59:52.2635471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T15:59:52.2764301Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T15:59:52.2816914Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T15:59:52.2841399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T15:59:52.2936868Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T15:59:52.2963641Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T15:59:52.3258810Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T15:59:52.3291944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T15:59:52.3377215Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T15:59:52.3404698Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T15:59:52.3697580Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T15:59:52.3817112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T15:59:52.4073164Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T15:59:52.4135469Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T15:59:52.4213662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T15:59:52.4248036Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T15:59:52.4261061Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T15:59:52.4576391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T15:59:52.4949857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T15:59:52.5015637Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T15:59:52.5121536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T15:59:52.5456213Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T15:59:52.5481760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T15:59:52.5895954Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T15:59:52.5923817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T15:59:52.6335610Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T15:59:52.6364938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T15:59:52.6500307Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T15:59:52.6514286Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T15:59:52.6681868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T15:59:52.6777203Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T15:59:52.6804643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T15:59:52.6879443Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T15:59:52.6886710Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T15:59:52.6935988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T15:59:52.7052907Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T15:59:52.7251660Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T15:59:52.7262608Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T15:59:52.7289082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T15:59:52.7298035Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T15:59:52.7572013Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T15:59:52.7685907Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T15:59:52.7726517Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T15:59:52.7731400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T15:59:52.7815346Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T15:59:52.7897679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T15:59:52.8003514Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T15:59:52.8022344Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T15:59:52.8152958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T15:59:52.8166187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T15:59:52.8177383Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T15:59:52.8300379Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T15:59:52.8455412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T15:59:52.8609051Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T15:59:52.8615177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T15:59:52.8905117Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T15:59:52.8913943Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T15:59:52.8998355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T15:59:52.9017745Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T15:59:52.9045009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T15:59:52.9060074Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T15:59:52.9190897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T15:59:52.9337855Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T15:59:52.9497637Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T15:59:53.0343937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T15:59:53.0362715Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T15:59:53.0633726Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T15:59:53.0776712Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T15:59:53.0877036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T15:59:53.1060695Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T15:59:53.1076029Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T15:59:53.1216632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T15:59:53.1457295Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T15:59:53.1498779Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T15:59:53.1683614Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T15:59:53.1736988Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T15:59:53.1747455Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T15:59:53.1878856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T15:59:53.1938673Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T15:59:53.1998215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T15:59:53.2178042Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T15:59:53.2377195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T15:59:53.2612735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T15:59:53.2816484Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T15:59:53.2890385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T15:59:53.2903697Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T15:59:53.2918378Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T15:59:53.3020259Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T15:59:53.3256913Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T15:59:53.3337378Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T15:59:53.3367489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T15:59:53.3777924Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T15:59:53.3813077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T15:59:53.4219563Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T15:59:53.4259407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T15:59:53.4658528Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T15:59:53.4691704Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T15:59:53.5097741Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T15:59:53.5131085Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T15:59:53.5536861Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T15:59:53.5568821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T15:59:53.5672029Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T15:59:53.5687324Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T15:59:53.5977193Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T15:59:53.6010800Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T15:59:53.6244057Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T15:59:53.6256181Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T15:59:53.6417229Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T15:59:53.6447097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T15:59:53.6856582Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T15:59:53.6891059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T15:59:53.7052784Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T15:59:53.7067485Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T15:59:53.7187803Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T15:59:53.7298568Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T15:59:53.7334266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T15:59:53.7497334Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T15:59:53.7737083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T15:59:53.7768336Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T15:59:53.8177238Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T15:59:53.8208800Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T15:59:53.8616705Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T15:59:53.8650780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T15:59:53.9056960Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T15:59:53.9092367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T15:59:53.9496235Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T15:59:53.9530429Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T15:59:53.9936380Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T15:59:54.2579563Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T15:59:54.2592466Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T15:59:54.3376984Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T15:59:54.3391032Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T15:59:54.4053479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T15:59:54.4081791Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T15:59:54.5416221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T15:59:54.5464169Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T15:59:54.5542707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:54.5942924Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:54.5946046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:59:54.6380491Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:59:54.6384757Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:54.6821056Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:54.6825192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:59:54.7259090Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:59:54.7263454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T15:59:54.7553346Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T15:59:54.7562245Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T15:59:54.7656398Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T15:59:54.7681017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T15:59:54.8098391Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T15:59:54.8134787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:54.8469646Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:54.8480838Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T15:59:54.8505486Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T15:59:54.8536245Z [gw2] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T15:59:54.8569093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:59:54.8897030Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:59:54.8972491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T15:59:54.9019920Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T15:59:54.9059980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T15:59:54.9413499Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T15:59:54.9514895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T15:59:54.9543134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T15:59:55.0054716Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T15:59:55.0230251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T15:59:55.0270793Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T15:59:55.0657989Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T15:59:55.0698189Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T15:59:55.0805786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T15:59:55.0818633Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T15:59:55.0834954Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T15:59:55.1003288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T15:59:55.1137151Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T15:59:55.1258340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T15:59:55.1589016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T15:59:55.1698162Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T15:59:55.2041874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T15:59:55.2058598Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T15:59:55.2273465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T15:59:55.2460053Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T15:59:55.4393432Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T15:59:55.4407267Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T15:59:55.4927328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T15:59:55.4941672Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T15:59:55.4969804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T15:59:55.5141605Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T15:59:55.5152094Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T15:59:55.5376899Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T15:59:55.5577384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T15:59:55.5587782Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T15:59:55.8048412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T15:59:55.8056148Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T15:59:55.8485401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T15:59:55.8500154Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T15:59:56.3834922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T15:59:56.3847920Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T15:59:56.3974735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T15:59:56.3988070Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T15:59:56.4074020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T15:59:56.4089277Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T15:59:56.5012029Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T15:59:56.5025571Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T15:59:56.5071472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T15:59:56.5084416Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T15:59:56.5204894Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T15:59:56.5497635Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T15:59:56.6144129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T15:59:56.6158958Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T15:59:56.6561498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T15:59:56.6594579Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T15:59:56.8970743Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T15:59:56.8997108Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T15:59:56.9506569Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T15:59:56.9542780Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T15:59:56.9831711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T15:59:56.9855583Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T15:59:57.0383258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T15:59:57.0403225Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T15:59:57.0679613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T15:59:57.0706923Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T15:59:57.0989498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:59:57.1013139Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T15:59:57.1160256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T15:59:57.1487725Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T15:59:57.1496369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:57.1927737Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:57.1936411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T15:59:57.2456231Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T15:59:57.2498123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T15:59:57.2848911Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T15:59:57.2858618Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T15:59:57.2863877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T15:59:57.2872173Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T15:59:57.3328545Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T15:59:57.3333918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T15:59:57.3564086Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T15:59:57.3586397Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T15:59:57.3662028Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T15:59:57.3807949Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T15:59:57.3820882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T15:59:57.3895348Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T15:59:57.3907814Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:59:57.4094017Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T15:59:57.4287916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T15:59:57.4293222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T15:59:57.4303723Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T15:59:57.4336844Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T15:59:57.4768912Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T15:59:57.4772212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T15:59:57.4849050Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T15:59:57.4860947Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T15:59:57.4973642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T15:59:57.5247373Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T15:59:57.5253536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T15:59:57.5345083Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T15:59:57.5504183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T15:59:57.5522550Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T15:59:57.5690359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T15:59:57.5693925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T15:59:57.5866251Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T15:59:57.6013706Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T15:59:57.6125868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T15:59:57.6130714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T15:59:57.6565426Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T15:59:57.6571167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T15:59:57.7018329Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T15:59:57.7042469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T15:59:57.7091708Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T15:59:57.7103284Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T15:59:57.7281368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T15:59:57.7425226Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T15:59:57.7436052Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T15:59:57.7456587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T15:59:57.7484249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T15:59:57.7536816Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T15:59:57.7701452Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T15:59:57.7896274Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T15:59:57.7973769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T15:59:57.8021875Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T15:59:57.8337645Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T15:59:57.8364594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T15:59:57.8777445Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T15:59:57.8812015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T15:59:57.9293983Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T15:59:57.9519032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T15:59:57.9539197Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T15:59:57.9823944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T15:59:57.9844736Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T15:59:57.9959572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:57.9977126Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T15:59:58.0560802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T15:59:58.0570568Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T15:59:58.0928993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T15:59:58.0977235Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T15:59:58.1000152Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T15:59:58.1366365Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T15:59:58.1378172Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:58.1417729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T15:59:58.1446728Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T15:59:58.1711242Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T15:59:58.1817475Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T15:59:58.1857239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T15:59:58.1890703Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T15:59:58.2145743Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T15:59:58.2257376Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T15:59:58.2283067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T15:59:58.2296498Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T15:59:58.2324067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T15:59:58.2695988Z [gw2] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T15:59:58.2715785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T15:59:58.2735728Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T15:59:58.3138508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T15:59:58.3169799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T15:59:58.3585462Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T15:59:58.3593694Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T15:59:58.3596701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T15:59:58.3623688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T15:59:58.3772470Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T15:59:58.3943590Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T15:59:58.3950547Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T15:59:58.4017265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T15:59:58.4055613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T15:59:58.4066908Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T15:59:58.4493379Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T15:59:58.4498076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T15:59:58.4920700Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T15:59:58.4931517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T15:59:58.5267445Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T15:59:58.5280386Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T15:59:58.5365134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T15:59:58.5371330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T15:59:58.5791682Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T15:59:58.5813417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T15:59:58.6259057Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T15:59:58.6267222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T15:59:58.6325349Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T15:59:58.6349751Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T15:59:58.6695080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T15:59:58.6703209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T15:59:58.6790057Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T15:59:58.6805116Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T15:59:58.6815513Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T15:59:58.6823293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T15:59:58.7109707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T15:59:58.7125886Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T15:59:58.7129246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T15:59:58.7373679Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T15:59:58.7564420Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T15:59:58.7568866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T15:59:58.7978095Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T15:59:58.8009140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T15:59:58.8172188Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T15:59:58.8190038Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T15:59:58.8447881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T15:59:58.8450787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T15:59:58.8468663Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T15:59:58.8589306Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T15:59:58.8604405Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T15:59:58.8733838Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T15:59:58.8888915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T15:59:58.8892305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T15:59:58.9335205Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T15:59:58.9339350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T15:59:58.9379966Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T15:59:58.9395714Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T15:59:58.9595401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T15:59:58.9610349Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T15:59:58.9692694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T15:59:58.9738915Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T15:59:58.9771853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T15:59:59.0018359Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T15:59:59.0079812Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T15:59:59.0177383Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T15:59:59.0242949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T15:59:59.0405825Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T15:59:59.0413719Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T15:59:59.0456518Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T15:59:59.0603893Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T15:59:59.0615695Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T15:59:59.0732475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T15:59:59.0815652Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T15:59:59.0964717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T15:59:59.0976750Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T15:59:59.1056303Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T15:59:59.1106033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T15:59:59.1136419Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T15:59:59.1416532Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T15:59:59.1496122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T15:59:59.1587080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T15:59:59.1602583Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T15:59:59.1729240Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T15:59:59.1738958Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T15:59:59.1856088Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T15:59:59.1972830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T15:59:59.1976526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T15:59:59.2176419Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T15:59:59.2303944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T15:59:59.2377387Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T15:59:59.2485435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T15:59:59.2547160Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T15:59:59.2554075Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T15:59:59.2756128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T15:59:59.2816320Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T15:59:59.2840911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T15:59:59.2975459Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T15:59:59.3230195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T15:59:59.3256125Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T15:59:59.3278708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T15:59:59.3416133Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T15:59:59.3479396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T15:59:59.3695663Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T15:59:59.3718501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T15:59:59.3855530Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T15:59:59.4138977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T15:59:59.4164389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T15:59:59.4577472Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T15:59:59.4587959Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T15:59:59.4596392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T15:59:59.4652098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T15:59:59.4768582Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T15:59:59.5016656Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T15:59:59.5023880Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T15:59:59.5055632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T15:59:59.5457061Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T15:59:59.5490162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T15:59:59.5845855Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T15:59:59.5854785Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T15:59:59.5896557Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T15:59:59.5928312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T15:59:59.6153558Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T15:59:59.6162962Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T15:59:59.6337342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T15:59:59.6369747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T15:59:59.6400598Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T15:59:59.6416744Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T15:59:59.6422771Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T15:59:59.6575498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T15:59:59.6777242Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T15:59:59.6820549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T15:59:59.7019752Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T15:59:59.7027645Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T15:59:59.7215627Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T15:59:59.7242694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T15:59:59.7395736Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T15:59:59.7409968Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T15:59:59.7416570Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T15:59:59.7455067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T15:59:59.7552147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T15:59:59.7656085Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T15:59:59.7682639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T15:59:59.7685504Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T15:59:59.7855426Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T15:59:59.7895723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T15:59:59.7919837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T15:59:59.8096387Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T15:59:59.8120609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T15:59:59.8335824Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T15:59:59.8360365Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T15:59:59.8535760Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T15:59:59.8559549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T15:59:59.8775251Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T15:59:59.8800531Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T15:59:59.8950771Z [gw2] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T15:59:59.8960906Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T15:59:59.8975895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T15:59:59.8998640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T15:59:59.9215486Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T15:59:59.9239172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T15:59:59.9251287Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T15:59:59.9375447Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T15:59:59.9398382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T15:59:59.9415709Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T15:59:59.9438783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T15:59:59.9657052Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T15:59:59.9681935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T15:59:59.9816438Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T15:59:59.9844581Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T15:59:59.9855895Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T15:59:59.9883465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:00:00.0097747Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:00:00.0124777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:00:00.0297833Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:00:00.0328389Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:00.0341561Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:00.0367886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:00.0579058Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:00.0608191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:00:00.0777758Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:00:00.0806216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:00.0833355Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:00.0860345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:00.1056886Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:00.1080334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:00:00.1215732Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:00:00.1241606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:00.1255293Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:00.1276202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:00.1495240Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:00.1512567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:00:00.1655526Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:00:00.1681528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:00.1695294Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:00.1714493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:00:00.1935508Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:00:00.1954906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:00:00.2095601Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:00:00.2115027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:00:00.2135483Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:00:00.2153493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:00.2376199Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:00.2394139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:00:00.2535778Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:00:00.2553205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:00:00.2575410Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:00:00.2592349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:00.2815705Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:00.2835000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:00:00.2975822Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:00:00.3015099Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:00.3034270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:00.3256251Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:00.3277864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:00:00.3456537Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:00:00.3481834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:00.3696266Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:00.3722504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:00:00.3896387Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:00:00.3918700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:00.4135988Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:00.4162732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:00:00.4336395Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:00:00.4361636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:00:00.4576603Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:00:00.4605293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:00:00.4776564Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:00:00.4801588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:00:00.5016669Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:00:00.5042556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:00:00.5216566Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:00:00.5243647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:00:00.5456121Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:00:00.5482572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:00:00.5655388Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:00:00.5672222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:00.5895628Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:00.5916460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:00:00.6095206Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:00:00.6116850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:00.6335535Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:00.6351942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:00:00.6536604Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:00:00.6561722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:00:00.6776229Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:00:00.6794556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:00:00.6976161Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:00:00.7001717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:00:00.7216261Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:00:00.7242314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:00:00.7416466Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:00:00.7442417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:00.7656778Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:00.7682965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:00:00.7857027Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:00:00.7884366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:00.8097765Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:00.8125205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:00:00.8296724Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:00:00.8324563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:00.8537393Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:00.8563864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:00:00.8736297Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:00:00.8762923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:00.8976550Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:00.9003077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:00:00.9177531Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:00:00.9201308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:00:00.9417551Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:00:00.9446453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:00:00.9616727Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:00:00.9644126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:00:00.9856830Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:00:00.9884836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:00:01.0057319Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:00:01.0084438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:00:01.0296960Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:00:01.0323142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:00:01.0496940Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:00:01.0524550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:00:01.0737994Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:00:01.0769103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:00:01.0938628Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:00:01.0967787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:00:01.1180530Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:00:01.1217905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:00:01.1381044Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:00:01.1419069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:00:01.1620338Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:00:01.1656761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:00:01.1820793Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:00:01.1852352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:01.2060026Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:01.2094922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:00:01.2259409Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:00:01.2291967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:00:01.2499971Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:00:01.2531942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:00:01.2698022Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:00:01.2730110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:01.2938720Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:01.2972750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:00:01.3138129Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:00:01.3171033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:01.3377459Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:01.3409237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:00:01.3577229Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:00:01.3606672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:00:01.3816587Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:00:01.3847041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:00:01.4016912Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:00:01.4044414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:00:01.4256593Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:00:01.4283997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:00:01.4458907Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:00:01.4486317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:00:01.4701006Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:00:01.4734317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:00:01.4902144Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:00:01.4935099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:00:01.5140222Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:00:01.5173992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:00:01.5338065Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:00:01.5376904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:01.5577338Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:01.5609730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:00:01.5777958Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:00:01.5806635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:00:01.6017528Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:00:01.6046345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:00:01.6217334Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:00:01.6243367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:01.6456886Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:01.6481837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:00:01.6656528Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:00:01.6680559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:01.6895990Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:01.6920669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:00:01.7096722Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:00:01.7116959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:00:01.7337783Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:00:01.7360084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:00:01.7537089Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:00:01.7563796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:00:01.7777273Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:00:01.7804236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:00:01.7977247Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:00:01.8006171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:00:01.8217928Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:00:01.8248289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:00:01.8417318Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:00:01.8451278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:00:01.8657467Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:00:01.8692547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:00:01.8856809Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:00:01.8888268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:01.9097538Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:01.9127519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:00:01.9297042Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:00:01.9324322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:00:01.9537196Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:00:01.9568915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:00:01.9737503Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:00:01.9771326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:00:01.9977375Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:00:01.9999257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:00:02.0176525Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:00:02.0204341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:00:02.0417417Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:00:02.0490513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:00:02.0616853Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:00:02.0736603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:00:02.0747342Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:02.0856101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:02.1111084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:00:02.1119817Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:00:02.1180376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:00:02.1254404Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:00:02.1296922Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:00:02.1432516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:00:02.1537128Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:00:02.1598243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:00:02.1736460Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:00:02.1763772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:00:02.1976083Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:00:02.2177384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:00:02.2213250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:00:02.2364225Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:00:02.2417552Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:00:02.2534852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:00:02.2617954Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:00:02.2858433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:00:02.3234643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:00:02.3298286Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:00:02.3405398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:00:02.3736208Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:00:02.3764657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:00:02.4176964Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:00:02.4203927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:02.4616846Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:02.4642884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:00:02.4665906Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:00:02.4680374Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:02.5057166Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:00:02.5083971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:00:02.5272160Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:00:02.5285513Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:00:02.5496526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:00:02.5522355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:00:02.5821768Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:00:02.5831721Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:00:02.5936205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:00:02.5962018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:00:02.6408607Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:00:02.6413376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:00:02.6851565Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:00:02.6859059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:00:02.7288293Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:00:02.7297206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:00:02.7727882Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:00:02.7736431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:00:02.8018782Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:00:02.8032497Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:00:02.8151990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:00:02.8179580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:00:02.8608612Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:00:02.8617140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:00:02.8881776Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:00:02.8895564Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:00:02.9047645Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:02.9056079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:00:02.9486449Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:00:02.9494857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:00:02.9692589Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:00:02.9705521Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:00:02.9924222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:00:02.9933519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:00:03.0064921Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:00:03.0137568Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:00:03.0371446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:00:03.0372104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:00:03.0886970Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:00:03.0955357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:00:03.1247297Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:00:03.1256296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:00:03.1690965Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:00:03.1699505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:00:03.2097135Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:00:03.2136048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:00:03.2568483Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:00:03.2577726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:00:03.2708088Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:00:03.2735093Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:03.2983916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:00:03.3020147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:00:03.3458758Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:00:03.3467569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:00:03.3711105Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:00:03.3727948Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:00:03.3878997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:03.3903426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:00:03.4298309Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:00:03.4335541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:00:03.4738275Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:00:03.4764405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:00:03.4782024Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:00:03.4789491Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:00:03.5178152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:00:03.5213839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:00:03.5339619Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:00:03.5354019Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:00:03.5618099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:00:03.5649057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:00:03.6058846Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:00:03.6086620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:00:03.6538473Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:00:03.6572306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:00:03.6682573Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:00:03.6696366Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:03.6977561Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:03.7015160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:00:03.7457389Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:00:03.7498445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:00:03.7504868Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:03.7515446Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:00:03.7903605Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:03.7910475Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:00:03.7915277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:00:03.7942541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:00:03.8340643Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:00:03.8351248Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:00:03.8409214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:00:03.9582145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:00:03.9606542Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:00:03.9865575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:00:04.0019466Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:00:04.0562046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:00:04.0579512Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:00:04.0721506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:00:04.1095983Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:00:04.1122231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:00:04.1146993Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:00:04.1340005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:00:04.1614937Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:00:04.1619737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:00:04.2052672Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:00:04.2058069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:00:04.2493988Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:00:04.2498050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:00:04.2913888Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:00:04.2938358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:00:04.3338596Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:00:04.3362983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:00:04.3415337Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:00:04.3423871Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:00:04.3455644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:00:04.3804614Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:00:04.3811798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:00:04.3857019Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:00:04.4014439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:00:04.4250039Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:00:04.4257956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:00:04.4297698Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:00:04.4324299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:00:04.4782138Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:00:04.4803998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:00:04.4819773Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:00:04.4827582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:04.5218629Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:04.5246395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:00:04.5282579Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:00:04.5290352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:04.5658445Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:04.5680824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:00:04.5692451Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:00:04.5697924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:00:04.6126912Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:00:04.6128384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:00:04.6129322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:00:04.6134495Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:00:04.6563808Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:00:04.6567417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:00:04.6570221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:00:04.6580922Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:00:04.7000133Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:00:04.7003951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:00:04.7016918Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:00:04.7018628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:00:04.7419161Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:00:04.7423305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:00:04.7446958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:04.7452277Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:00:04.7858515Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:04.7861847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:00:04.7888158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:04.7896268Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:04.8299430Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:00:04.8302276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:04.8323971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:00:04.8340987Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:00:04.8738822Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:04.8742945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:04.8771944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:00:04.8780309Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:00:04.9178599Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:04.9182276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:00:04.9203256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:00:04.9218815Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:00:04.9618816Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:00:04.9622671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:04.9642525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:00:04.9657502Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:05.0058755Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:00:05.0059480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:05.0076179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:00:05.0087282Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:05.0496037Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:00:05.0498418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:00:05.0514726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:00:05.0523830Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:00:05.0937474Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:00:05.0938282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:00:05.0958233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:00:05.0965719Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:00:05.1377661Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:00:05.1378077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:00:05.1399347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:00:05.1406949Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:00:05.1435180Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:00:05.1440956Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:05.1820945Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:05.1855840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:00:05.1869577Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:00:05.1872950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:00:05.2259298Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:00:05.2264629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:00:05.2299782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:00:05.2305729Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:00:05.2729251Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:00:05.2732729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:00:05.2748849Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:00:05.2754643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:00:05.3169635Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:00:05.3173464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:00:05.3191395Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:00:05.3197555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:00:05.3581296Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:00:05.3590311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:00:05.3619037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:00:05.4049738Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:00:05.4054132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:00:05.4489336Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:00:05.4494030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:00:05.5017164Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:00:05.5297128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:00:05.5321004Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:00:05.5404302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:00:05.5418898Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:00:05.5505181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:00:05.5819653Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:00:05.5833700Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:00:05.5860534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:00:05.5872500Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:00:05.5896480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:00:05.6291110Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:00:05.6318874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:00:05.6338271Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:00:05.6362970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:00:05.6698088Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:00:05.6726091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:00:05.6818686Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:00:05.6842541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:00:05.7139219Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:00:05.7258469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:05.7282623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:00:05.7729508Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:00:05.7737281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:00:05.7743819Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:00:05.7768515Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:05.8169779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:05.8171960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:00:05.8350715Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:00:05.8360014Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:05.8577799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:05.8602994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:00:05.8814706Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:00:05.8828075Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:05.8929490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:00:05.9017218Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:00:05.9046992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:00:05.9257623Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:00:05.9280246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:00:05.9457927Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:00:05.9480032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:00:05.9698206Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:00:05.9721523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:00:05.9896814Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:00:05.9922111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:00:06.0137792Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:00:06.0163547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:00:06.0340848Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:00:06.0577028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:00:06.0610905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:00:06.1017198Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:00:06.1053451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:00:06.1457438Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:00:06.1485847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:00:06.1897154Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:00:06.1928889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:00:06.2291686Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:00:06.2306693Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:00:06.2402414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:00:06.2406697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:00:06.2713020Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:00:06.2736388Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:00:06.2861615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:00:06.2873052Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:00:06.2883092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:00:06.3217412Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:00:06.3254221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:00:06.3329099Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:00:06.3335247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:00:06.3687105Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:00:06.3692050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:00:06.3768113Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:00:06.3771967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:00:06.4167638Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:00:06.4170445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:00:06.4253505Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:00:06.4498238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:00:06.4594533Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:00:06.4655653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:00:06.4713244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:00:06.5137935Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:00:06.5150459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:00:06.5167597Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:00:06.5181380Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:00:06.5391786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:00:06.5578030Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:00:06.5604065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:00:06.5617051Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:00:06.5645895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:00:06.6017664Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:00:06.6047522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:00:06.6060726Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:00:06.6089467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:00:06.6460489Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:00:06.6500080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:00:06.6510718Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:00:06.6541566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:00:06.6899425Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:00:06.6932167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:00:06.6943838Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:00:06.6969422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:00:06.7337636Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:00:06.7367411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:00:06.7378379Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:00:06.7403071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:00:06.7778320Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:00:06.7803989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:00:06.7818803Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:00:06.7851162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:00:06.8217210Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:00:06.8245623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:00:06.8258355Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:00:06.8286930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:00:06.8656895Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:00:06.8682046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:00:06.8696142Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:00:06.8717677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:00:06.9097956Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:00:06.9132853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:00:06.9147269Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:00:06.9173523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:00:06.9537488Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:00:06.9564020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:00:06.9576733Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:00:06.9599464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:00:07.0013769Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:00:07.0016293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:00:07.0034137Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:00:07.0071696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:00:07.0454009Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:00:07.0462958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:00:07.0474281Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:00:07.0503023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:00:07.0896165Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:00:07.0905265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:00:07.0916880Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:00:07.0945525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:00:07.1332298Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:00:07.1341892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:00:07.1353065Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:00:07.1381501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:00:07.1770198Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:00:07.1773428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:00:07.1789440Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:00:07.1821384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:00:07.2213442Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:00:07.2216562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:00:07.2232878Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:00:07.2271211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:00:07.2654377Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:00:07.2657278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:00:07.2664792Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:00:07.2697577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:00:07.3094197Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:00:07.3095496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:00:07.3138408Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:00:07.3139068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:00:07.3577039Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:00:07.3578874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:00:07.3613076Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:00:07.4009167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:07.4010851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:00:07.4058267Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:00:07.4067757Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:07.4081498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:07.4416172Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:07.4434607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:00:07.4495854Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:00:07.4512955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:07.4856312Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:07.4936606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:00:07.4953674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:07.5113839Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:07.5296090Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:00:07.5370758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:00:07.5380182Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:00:07.5397781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:07.5736794Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:07.5765862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:00:07.5816816Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:00:07.5841591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:00:07.6176882Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:00:07.6206266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:00:07.6256855Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:00:07.6284458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:00:07.6616797Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:00:07.6643466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:00:07.6696486Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:00:07.6721169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:00:07.7057841Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:00:07.7176224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:00:07.7183141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:00:07.7579271Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:00:07.7606588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:00:07.8018760Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:00:07.8042741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:00:07.8459171Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:00:08.0528297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:00:08.0553995Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:00:08.0963293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:00:08.0986717Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:00:08.1750353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:00:08.1771440Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:00:08.1925548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:00:08.2253584Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:00:08.2728447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:00:08.2759486Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:00:08.2859290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:00:08.3254591Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:00:08.4895510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:00:08.4914166Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:00:08.5104730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:00:08.5337726Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:00:08.5417272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:00:08.5816634Z [gw2] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:00:08.5843828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:00:08.6297038Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:00:08.6320710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:00:08.6735915Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:00:08.6760597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:00:08.7176133Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:00:08.7204934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:00:08.7601436Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:00:08.7611049Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:00:08.7656348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:00:08.7681132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:00:08.8129671Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:00:08.8131066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:00:08.8540656Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:00:08.8582552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:00:08.8717011Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:00:08.8730522Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:00:08.8755486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:00:08.8978722Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:00:08.9011930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:00:08.9138517Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:00:08.9169083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:00:08.9418567Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:00:08.9449565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:00:08.9577667Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:00:08.9607401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:00:08.9857839Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:00:08.9886702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:00:09.0017111Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:00:09.0123342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:00:09.0175055Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:00:09.0182657Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:09.0209848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:09.0337483Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:09.0364758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:00:09.0456716Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:00:09.0484406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:00:09.0616499Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:00:09.0642905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:09.0776649Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:09.0805663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:00:09.0896579Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:00:09.0927102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:00:09.1056511Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:00:09.1083147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:09.1257701Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:09.1282347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:00:09.1337511Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:00:09.1365427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:00:09.1496706Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:00:09.1516144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:09.1698175Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:09.1717519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:00:09.1777236Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:00:09.1801817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:00:09.1938029Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:00:09.1958706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:09.2138028Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:09.2158384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:00:09.2216668Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:00:09.2237090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:00:09.2377580Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:00:09.2403250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:09.2577746Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:09.2604381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:00:09.2657259Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:00:09.2685214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:00:09.2816290Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:00:09.2844840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:09.3016909Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:09.3039937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:00:09.3096469Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:00:09.3122803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:00:09.3297634Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:00:09.3323478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:09.3457540Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:09.3486181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:00:09.3536376Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:00:09.3562219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:00:09.3736412Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:00:09.3763266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:09.3897506Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:09.3923675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:00:09.3977269Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:00:09.4007059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:00:09.4217501Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:00:09.4245048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:09.4336744Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:09.4360968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:00:09.4416849Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:00:09.4443873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:00:09.4697224Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:00:09.4729532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:09.4776524Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:09.4800120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:00:09.4856432Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:00:09.4883438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:00:09.5177235Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:00:09.5199634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:09.5216201Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:09.5238257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:09.5296698Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:09.5668978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:00:09.5671196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:09.5672610Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:00:09.5686284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:09.5698866Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:09.5736581Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:09.5834474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:00:09.6096777Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:00:09.6120738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:09.6136939Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:09.6175916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:00:09.6273178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:00:09.6516106Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:00:09.6537161Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:00:09.6561220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:09.6576522Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:09.6603062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:09.6616331Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:09.6710149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:00:09.6976585Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:00:09.7000742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:00:09.7016429Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:00:09.7041297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:09.7056256Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:09.7120761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:00:09.7417105Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:00:09.7439772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:00:09.7455844Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:00:09.7480574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:09.7496073Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:09.7518425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:00:09.7856373Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:00:09.7880581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:09.7938114Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:09.7940685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:09.7964485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:00:09.7973306Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:09.8296534Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:00:09.8323639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:09.8376657Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:09.8379630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:09.8404934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:00:09.8413808Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:00:09.8737217Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:09.8759630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:00:09.8818055Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:00:09.8818936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:09.8850557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:00:09.8854121Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:09.9176045Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:00:09.9191824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:00:09.9258120Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:00:09.9258976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:09.9284926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:00:09.9286404Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:00:09.9618851Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:09.9638154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:00:09.9698909Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:00:09.9700219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:09.9724565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:00:09.9729326Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:10.0056538Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:00:10.0076854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:00:10.0136922Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:00:10.0139437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:10.0161503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:00:10.0167015Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:00:10.0495363Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:10.0514444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:00:10.0576687Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:00:10.0579001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:10.0600525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:00:10.0606805Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:00:10.0935994Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:10.0954009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:00:10.1017167Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:00:10.1036373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:00:10.1036831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:10.1043455Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:10.1375576Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:00:10.1393393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:00:10.1457397Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:00:10.1458408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:00:10.1476404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:10.1486245Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:10.1814996Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:00:10.1831562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:00:10.1896316Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:00:10.1899025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:10.1917109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:00:10.2255953Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:00:10.2336801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:00:10.2358987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:00:10.2455311Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:00:10.2466009Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:10.2776806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:10.2795106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:00:10.3042358Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:00:10.3049264Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:10.3216623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:00:10.3237884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:00:10.3657027Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:00:10.3677949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:00:10.3769072Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:00:10.3778945Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:00:10.3856521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:00:10.4096341Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:00:10.4117046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:00:10.4215536Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:00:10.4231980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:10.4536757Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:10.4554983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:00:10.4656220Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:00:10.4673371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:00:10.4976039Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:00:10.4993310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:00:10.5095208Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:00:10.5283584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:10.5416300Z [gw3] [ 67%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:10.5438873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:00:10.5535596Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:00:10.5856778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:10.5888120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:00:10.6132963Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:00:10.6141089Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:00:10.6296743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:00:10.6365225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:00:10.6514681Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:00:10.6575116Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:00:10.6657304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:00:10.6735553Z [gw2] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:00:10.6852924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:00:10.7015782Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:00:10.7035230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:00:10.7176232Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:00:10.7193267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:00:10.7456399Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:00:10.7474761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:00:10.7616251Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:00:10.7633406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:10.7895935Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:10.7912786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:10.8055846Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:10.8335450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:00:10.8354635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:10.8457596Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:10.8495319Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:00:10.8567879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:00:10.8744225Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:00:10.8753840Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:10.8776231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:10.8796810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:00:10.8936401Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:00:10.8954003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:00:10.9216725Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:00:10.9236290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:00:10.9376097Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:00:10.9394247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:00:10.9535349Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:00:10.9548218Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:10.9567000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:10.9655884Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:10.9678162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:00:10.9816248Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:00:10.9978104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:00:10.9999300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:11.0098581Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:11.0123290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:00:11.0419535Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:00:11.0440398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:11.0537938Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:11.0562245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:00:11.0856916Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:00:11.0880810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:00:11.0976460Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:00:11.1001142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:00:11.1295890Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:00:11.1315080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:00:11.1416043Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:00:11.1437366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:00:11.1453534Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:00:11.1462706Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:00:11.1736589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:00:11.1755818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:11.1768528Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:11.1855562Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:00:11.1877755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:00:11.1895075Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:00:11.2176500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:00:11.2198734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:11.2295976Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:11.2317992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:00:11.2616040Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:00:11.2633251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:11.2735812Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:11.2757184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:00:11.3056101Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:00:11.3141090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:11.3175986Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:11.3198948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:00:11.3495899Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:00:11.3516461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:11.3608104Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:11.3614999Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:00:11.3616475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:00:11.3641661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:00:11.3936008Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:00:11.3949456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:11.3956554Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:00:11.4056432Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:11.4059013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:11.4076011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:00:11.4378889Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:00:11.4407335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:11.4496837Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:11.4518644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:00:11.4767235Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:00:11.4776141Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:11.4816743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:11.4844719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:11.4936509Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:11.4955746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:11.5257162Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:11.5284466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:11.5376149Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:11.5402546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:11.5497768Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:11.5505428Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:11.5695970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:11.5721963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:11.5815706Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:11.5834453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:00:11.6135874Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:00:11.6161714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:11.6255655Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:11.6272400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:00:11.6469148Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:00:11.6477580Z [gw0] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:11.6535708Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:00:11.6545023Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:11.6575968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:11.6600812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:11.6644157Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:11.6695920Z [gw1] [ 68%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:11.6715443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:00:11.6975772Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:00:11.7016074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:11.7033717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:11.7136224Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:11.7161443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:00:11.7455954Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:00:11.7481906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:11.7575871Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:11.7601986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:11.7896336Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:11.7926298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:11.7969789Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:11.7978490Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:11.7999491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:00:11.8015229Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:00:11.8035103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:00:11.8336573Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:00:11.8357076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:11.8416566Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:11.8438595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:11.8456182Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:11.8479407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:11.8776390Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:11.8799455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:11.8922476Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:11.8923756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:11.8924627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:11.8936486Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:11.9216501Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:11.9241826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:11.9336205Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:11.9360638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:11.9376298Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:11.9398322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:00:11.9656796Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:00:11.9678893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:11.9776494Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:11.9802059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:11.9816019Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:11.9839285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:00:12.0096590Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:00:12.0118385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:12.0215545Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:12.0243869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:12.0254650Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:12.0273411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:00:12.0536311Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:00:12.0556073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:00:12.0657109Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:00:12.0685620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:12.0696111Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:12.0836337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:00:12.0977697Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:00:12.1000068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:00:12.1096812Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:00:12.1116945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:00:12.1136237Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:00:12.1183350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:00:12.1415515Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:00:12.1435827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:12.1536027Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:12.1553897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:00:12.1575560Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:00:12.1593741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:00:12.1855731Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:00:12.1874614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:12.1975782Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:12.2003462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:12.2015218Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:12.2033725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:00:12.2295670Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:00:12.2315858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:12.2415655Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:12.2442536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:12.2455357Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:12.2738394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:00:12.2743140Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:00:12.2757669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:12.2855346Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:12.2881485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:00:12.2894836Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:00:12.2970850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:00:12.3175378Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:00:12.3193763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:12.3295529Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:12.3321198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:00:12.3334819Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:00:12.3375605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:00:12.3615315Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:00:12.3633650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:12.3735371Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:12.3760219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:12.3774867Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:12.3792333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:00:12.4055329Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:00:12.4071069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:12.4175417Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:12.4199779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:00:12.4214785Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:00:12.4358900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:00:12.4494925Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:00:12.4511546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:00:12.4615326Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:00:12.4644219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:12.4655037Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:12.4700653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:00:12.4935190Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:00:12.4952699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:00:12.5055184Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:00:12.5080867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:12.5095063Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:12.5375643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:00:12.5401184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:12.5404221Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:12.5495733Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:00:12.5513081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:12.5534813Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:12.5618898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:00:12.5814976Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:00:12.5831197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:12.5935459Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:12.5952410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:12.5974798Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:12.6118918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:00:12.6254669Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:00:12.6273580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:00:12.6375706Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:00:12.6392216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:12.6414867Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:12.6455540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:00:12.6695297Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:00:12.6786840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:00:12.6815624Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:00:12.6840963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:12.6855005Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:12.6872548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:00:12.7136034Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:00:12.7153932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:12.7256343Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:12.7283667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:00:12.7295477Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:00:12.7313676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:00:12.7575214Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:00:12.7592605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:00:12.7695724Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:00:12.7724291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:00:12.7735218Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:00:12.7752293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:12.8017048Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:12.8039451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:00:12.8136950Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:00:12.8164517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:00:12.8176881Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:00:12.8201091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:00:12.8456526Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:00:12.8481022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:00:12.8576877Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:00:12.8605174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:00:12.8616937Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:00:12.8644596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:00:12.8897392Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:00:12.8921073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:00:12.9017492Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:00:12.9049218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:00:12.9061599Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:00:12.9090207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:12.9337206Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:12.9363355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:00:12.9456802Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:00:12.9490610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:00:12.9503007Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:00:12.9530452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:12.9778179Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:12.9803026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:00:12.9896793Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:00:12.9927126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:00:12.9940372Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:00:12.9968238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:00:13.0217700Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:00:13.0242412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:00:13.0337073Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:00:13.0367597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:00:13.0380724Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:00:13.0410395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:00:13.0657027Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:00:13.0679946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:00:13.0776520Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:00:13.0816234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:00:13.0840766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:00:13.1003307Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:00:13.1096723Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:00:13.1126463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:00:13.1216812Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:00:13.1256424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:00:13.1293679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:00:13.1298018Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:00:13.1539026Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:00:13.1577701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:00:13.1658194Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:00:13.1697989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:00:13.1725213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:00:13.1978432Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:00:13.2005963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:00:13.2137976Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:00:13.2166385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:13.2205853Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:13.2217044Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:00:13.2359319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:00:13.2417687Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:00:13.2442994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:00:13.2578168Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:00:13.2605178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:13.2657636Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:13.2857165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:00:13.2882936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:00:13.3016700Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:00:13.3036639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:13.3297178Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:13.3327851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:00:13.3406498Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:00:13.3418575Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:00:13.3460919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:00:13.3482918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:13.3575923Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:13.3736967Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:00:13.3762577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:00:13.3856882Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:00:13.3880048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:00:13.3896858Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:00:13.3925904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:00:13.4177083Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:00:13.4202185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:00:13.4297214Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:00:13.4320957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:00:13.4337152Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:00:13.4368261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:00:13.4618108Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:00:13.4645663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:00:13.4779181Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:00:13.4781089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:13.4810570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:00:13.4818095Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:00:13.5057171Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:13.5084118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:00:13.5216348Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:00:13.5242070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:13.5282340Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:13.5285098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:00:13.5497342Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:00:13.5522526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:00:13.5656484Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:00:13.5683282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:00:13.5696342Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:00:13.5721092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:00:13.5936422Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:00:13.5968053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:00:13.6096555Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:00:13.6121401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:00:13.6136386Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:00:13.6158100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:00:13.6375731Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:00:13.6395696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:00:13.6536229Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:00:13.6560037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:00:13.6574636Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:00:13.6595565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:00:13.6815371Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:00:13.6834738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:00:13.6976531Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:00:13.7003268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:13.7015380Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:13.7034083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:00:13.7257306Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:00:13.7282235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:00:13.7416721Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:00:13.7436081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:13.7457354Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:13.7696481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:00:13.7724634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:00:13.7856313Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:00:13.7896039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:00:13.8137210Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:00:13.8167284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:00:13.8297090Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:00:13.8327640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:13.8577333Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:13.8736628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:00:13.8757621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:13.8774658Z [gw3] [ 70%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:00:13.9017631Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:13.9166159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:00:13.9179135Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:00:13.9207392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:13.9456707Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:13.9487850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:00:13.9525572Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:00:13.9536774Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:00:13.9617033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:00:13.9648581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:13.9897348Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:13.9956073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:00:14.0012509Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:00:14.0021532Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:00:14.0045524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:00:14.0059109Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:00:14.0089661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:00:14.0336759Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:00:14.0359058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:00:14.0456526Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:00:14.0478913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:00:14.0496573Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:00:14.0526741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:00:14.0776820Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:00:14.0799478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:00:14.0896481Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:00:14.0919638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:00:14.0936933Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:00:14.0968496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:14.1217166Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:14.1241553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:00:14.1336295Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:00:14.1357970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:00:14.1376797Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:00:14.1405595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:14.1656552Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:14.1680542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:00:14.1817990Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:00:14.1821071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:00:14.1846633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:14.1856080Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:00:14.2096640Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:14.2122852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:00:14.2256735Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:00:14.2279437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:14.2297205Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:14.2324128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:00:14.2538184Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:00:14.2565571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:00:14.2698378Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:00:14.2737247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:00:14.2745356Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:00:14.2774991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:00:14.2978495Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:00:14.3006342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:00:14.3138673Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:00:14.3163797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:00:14.3217022Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:00:14.3251053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:00:14.3417479Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:00:14.3444094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:00:14.3577071Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:00:14.3595599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:00:14.3696695Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:00:14.3729034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:00:14.3856727Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:00:14.3879680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:00:14.4016608Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:00:14.4044033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:00:14.4136495Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:00:14.4296392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:00:14.4321350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:00:14.4455891Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:00:14.4478068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:00:14.4538465Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:00:14.4575734Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:00:14.4669095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:00:14.4736100Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:00:14.4761627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:00:14.4897430Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:00:14.4919139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:00:14.5056253Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:00:14.5080916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:00:14.5176007Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:00:14.5199321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:00:14.5336260Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:00:14.5358415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:00:14.5495781Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:00:14.5521677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:00:14.5615263Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:00:14.5632382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:00:14.5775116Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:00:14.5793476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:00:14.5935293Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:00:14.5959757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:00:14.6054891Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:00:14.6071592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:00:14.6214890Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:00:14.6231142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:00:14.6375549Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:00:14.6400140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:00:14.6494927Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:00:14.6511229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:00:14.6655307Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:00:14.6672343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:00:14.6814991Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:00:14.6934863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:00:14.6951390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:00:14.7039224Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:00:14.7095133Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:00:14.7114176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:00:14.7254858Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:00:14.7298952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:00:14.7374865Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:00:14.7391253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:00:14.7535605Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:00:14.7553662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:00:14.7694966Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:00:14.7815194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:00:14.7836338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:00:14.7841828Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:00:14.7975320Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:00:14.7992059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:00:14.8134797Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:00:14.8177855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:00:14.8254912Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:00:14.8270640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:00:14.8415421Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:00:14.8432378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:00:14.8575115Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:00:14.8591553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:00:14.8695048Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:00:14.8711169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:00:14.8855191Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:00:14.8872933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:00:14.9014920Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:00:14.9031464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:00:14.9135631Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:00:14.9156668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:00:14.9295651Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:00:14.9314439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:00:14.9455036Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:00:14.9473176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:00:14.9575417Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:00:14.9591995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:00:14.9736338Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:00:14.9755103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:00:14.9896666Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:00:14.9916967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:00:15.0016125Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:00:15.0037175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:00:15.0176003Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:00:15.0195805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:00:15.0335271Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:00:15.0355554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:00:15.0455060Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:00:15.0472431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:00:15.0615413Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:00:15.0633712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:00:15.0775595Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:00:15.0793798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:00:15.0895202Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:00:15.0913211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:00:15.1055349Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:00:15.1073683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:00:15.1214869Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:00:15.1231081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:00:15.1334861Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:00:15.1350600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:00:15.1495284Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:00:15.1512379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:00:15.1654873Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:00:15.1671230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:00:15.1774626Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:00:15.1790114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:00:15.1936223Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:00:15.1957182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:00:15.2096106Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:00:15.2115890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:00:15.2215742Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:00:15.2234512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:00:15.2376053Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:00:15.2395741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:00:15.2535278Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:00:15.2552843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:00:15.2654762Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:00:15.2672459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:00:15.2815184Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:00:15.2834134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:00:15.2975315Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:00:15.2991732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:00:15.3095639Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:00:15.3114242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:00:15.3256110Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:00:15.3279156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:00:15.3417381Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:00:15.3444771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:00:15.3536778Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:00:15.3550173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:00:15.3697291Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:00:15.3721209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:00:15.3855871Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:00:15.3875980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:00:15.3975822Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:00:15.3991808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:00:15.4135719Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:00:15.4164595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:00:15.4295295Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:00:15.4415059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:00:15.4434564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:00:15.4576304Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:00:15.4598143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:00:15.4856336Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:00:15.4875373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:00:15.4928132Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:00:15.4939260Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:00:15.5015937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:00:15.5036913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:00:15.5080839Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:00:15.5295520Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:00:15.5313918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:00:15.5375672Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:00:15.5393296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:00:15.5455245Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:00:15.5477133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:00:15.5735268Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:00:15.5754139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:00:15.5815171Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:00:15.5835268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:00:15.5894984Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:00:15.5916259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:00:15.6174715Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:00:15.6193349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:00:15.6255325Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:00:15.6272510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:00:15.6334962Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:00:15.6358355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:00:15.6614823Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:00:15.6633417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:00:15.6695241Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:00:15.6717343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:00:15.6775241Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:00:15.6792001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:00:15.7055400Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:00:15.7071279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:00:15.7135079Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:00:15.7156590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:00:15.7215135Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:00:15.7265837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:00:15.7495062Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:00:15.7511349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:00:15.7575136Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:00:15.7596633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:00:15.7655250Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:00:15.7935633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:00:15.7961419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:00:15.7992130Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:00:15.8015224Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:00:15.8095693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:00:15.8241675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:00:15.8375876Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:00:15.8404142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:00:15.8537068Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:00:15.8566863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:00:15.8816834Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:00:15.8843556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:00:15.8953134Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:00:15.8960563Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:00:15.8976746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:00:15.9002170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:00:15.9160092Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:00:15.9256862Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:00:15.9281549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:00:15.9376544Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:00:15.9532149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:00:15.9698408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:00:15.9736135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:00:16.0139262Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:00:16.0183015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:00:16.0316662Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:00:16.0324345Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:00:16.0516558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:00:16.0576199Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:00:16.0737666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:00:16.0905008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:00:16.1016738Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:00:16.1172119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:00:16.1180283Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:00:16.1405899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:00:16.1456624Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:00:16.1556154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:00:16.1616827Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:00:16.1856845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:00:16.1898479Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:00:16.1922979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:00:16.2373366Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:00:16.2380045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:00:16.2778168Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:00:16.2817705Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:00:16.2820265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:00:16.2834345Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:00:16.3167113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:00:16.3216862Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:00:16.3244479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:00:16.3296446Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:00:16.3354903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:00:16.3656797Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:00:16.3684810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:00:16.3776263Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:00:16.3801654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:00:16.4098304Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:00:16.4128493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:00:16.4175736Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:00:16.4189685Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:00:16.4256728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:00:16.4286857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:00:16.4444350Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:00:16.4537731Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:00:16.4564145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:00:16.4617141Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:00:16.4697366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:00:16.4727037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:00:16.4977397Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:00:16.5006138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:00:16.5176968Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:00:16.5202676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:00:16.5416593Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:00:16.5442576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:00:16.5616746Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:00:16.5644133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:00:16.5856549Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:00:16.6074998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:00:16.6096934Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:00:16.6123112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:00:16.6296465Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:00:16.6362108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:00:16.6535749Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:00:16.6552270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:00:16.6673697Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:00:16.6682461Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:00:16.6735815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:00:16.6761362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:16.6975543Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:16.6992579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:00:16.7027145Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:00:16.7095650Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:00:16.7175937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:00:16.7201846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:00:16.7416292Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:00:16.7435161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:00:16.7617227Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:00:16.7642823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:00:16.7855696Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:00:16.7876374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:00:16.8055799Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:00:16.8080929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:00:16.8296157Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:00:16.8496984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:00:16.8743920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:00:16.8750350Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:00:16.8858518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:00:16.8936376Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:00:16.8960893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:00:16.9039175Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:00:16.9048942Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:00:16.9091509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:00:16.9175686Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:00:16.9195340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:00:16.9376974Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:00:16.9406383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:00:16.9456262Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:00:16.9478989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:00:16.9817658Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:00:16.9896594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:00:16.9926753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:00:17.0255265Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:00:17.0263251Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:00:17.0337662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:00:17.0341914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:00:17.0378871Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:00:17.0380461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:00:17.0387393Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:00:17.0486231Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:00:17.0696868Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:00:17.0777794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:17.0802935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:00:17.0811294Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:00:17.1219465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:00:17.1227146Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:00:17.1231523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:00:17.1259312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:00:17.1335425Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:00:17.1656988Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:00:17.1661100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:00:17.1684409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:00:17.1698393Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:00:17.2096677Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:00:17.2122110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:00:17.2137063Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:00:17.2161974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:00:17.2202936Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:00:17.2215643Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:17.2343620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:00:17.2536671Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:00:17.2558878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:00:17.2576350Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:00:17.2599113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:00:17.2656309Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:00:17.2976319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:00:17.3002611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:00:17.3015720Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:00:17.3042575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:00:17.3413422Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:00:17.3426776Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:00:17.3431953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:00:17.3458300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:00:17.3465004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:00:17.3486002Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:00:17.3611885Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:00:17.3858286Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:00:17.3860341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:00:17.3884607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:00:17.3895972Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:00:17.3922558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:00:17.4296200Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:00:17.4314327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:00:17.4335610Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:00:17.4352061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:00:17.4506311Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:00:17.4513601Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:00:17.4637243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:00:17.4735542Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:00:17.4754108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:00:17.4775297Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:00:17.4795429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:00:17.4937700Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:00:17.4961500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:00:17.5178717Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:00:17.5199476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:00:17.5216954Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:00:17.5377936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:00:17.5400109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:00:17.5616382Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:00:17.5639865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:00:17.5815793Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:00:17.5838511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:00:17.6055670Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:00:17.6074012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:00:17.6255753Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:00:17.6279126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:00:17.6496046Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:00:17.6513570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:00:17.6696655Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:00:17.6714514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:00:17.6935734Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:00:17.6953237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:00:17.7136520Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:00:17.7158310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:00:17.7375815Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:00:17.7577484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:00:17.7604374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:00:17.7652959Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:00:17.7815567Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:00:17.8016613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:00:17.8038743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:00:17.8091487Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:00:17.8255510Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:00:17.8329194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:00:17.8456103Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:00:17.8476980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:00:17.8696226Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:00:17.8714403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:00:17.8895884Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:00:17.8913357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:00:17.9136474Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:00:17.9155373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:00:17.9335982Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:00:17.9357185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:00:17.9577389Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:00:17.9595931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:00:17.9776585Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:00:17.9794743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:00:18.0015943Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:00:18.0034079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:00:18.0216499Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:00:18.0234752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:00:18.0456173Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:00:18.0473176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:00:18.0656970Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:00:18.0688874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:00:18.0896634Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:00:18.0926231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:00:18.1096548Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:00:18.1125569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:00:18.1336819Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:00:18.1365601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:00:18.1576708Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:00:18.1605706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:00:18.1777060Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:00:18.1804768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:00:18.2016948Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:00:18.2045059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:00:18.2217401Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:00:18.2243777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:00:18.2457074Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:00:18.2477710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:00:18.2656575Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:00:18.2695001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:00:18.2896788Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:00:18.2918100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:00:18.3096297Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:00:18.3124524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:00:18.3337271Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:00:18.3366025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:18.3537020Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:18.3567643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:00:18.3776615Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:00:18.3806076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:00:18.3977520Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:00:18.4006294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:00:18.4216462Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:00:18.4415771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:00:18.4441507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:00:18.4487993Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:00:18.4656169Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:00:18.4730639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:00:18.4857269Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:00:18.4878827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:00:18.5096635Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:00:18.5133877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:00:18.5295801Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:00:18.5327607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:00:18.5564521Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:00:18.5567947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:00:18.5893469Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:00:18.5896853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:00:18.5978170Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:00:18.6436351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:00:18.6439805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:00:18.6452031Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:00:18.6468908Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:00:18.6684028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:00:18.6850780Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:00:18.6854035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:00:18.6896199Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:00:18.6961986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:00:18.7329757Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:00:18.7333032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:00:18.7373415Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:00:18.7376650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:00:18.7851768Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:00:18.7855760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:00:18.7860386Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:00:18.7860957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:00:18.8323705Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:00:18.8327562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:00:18.8332418Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:00:18.8333017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:00:18.8803577Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:00:18.8806439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:00:18.8813780Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:00:18.8814494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:00:18.9283826Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:00:18.9287323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:00:18.9291038Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:00:18.9291903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:00:18.9770449Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:00:18.9772243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:00:18.9775123Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:00:18.9777855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:00:19.0246123Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:00:19.0249011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:00:19.0252033Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:00:19.0254807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:00:19.0682951Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:00:19.0685758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:00:19.0689645Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:00:19.0692392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:00:19.1168113Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:00:19.1171038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:00:19.1173734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:00:19.1609120Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:00:19.1611881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:00:19.2086598Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:00:19.2089471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:00:19.2571774Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:00:19.2576368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:00:19.3006890Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:00:19.3011413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:00:19.3486789Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:00:19.3491246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:00:19.3966407Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:00:19.3970861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:00:19.4405687Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:00:19.4410122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:00:19.4753119Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:00:19.4847436Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:00:19.4852307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:00:19.4864588Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:00:19.5291350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:00:19.5297358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:00:19.5591875Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:00:19.5641463Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:00:19.5649378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:00:19.5728768Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:00:19.5736869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:00:19.6048720Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:00:19.6056791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:00:19.6208507Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:00:19.6217228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:00:19.6654720Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:00:19.6655367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:00:19.6695442Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:00:19.6936594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:00:19.6937192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:00:19.7379773Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:00:19.7380398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:00:19.7545530Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:00:19.7563331Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:00:19.7693687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:00:19.7817323Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:00:19.7817903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:00:19.8014343Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:00:19.8014964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:00:19.8253032Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:00:19.8253708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:00:19.8490459Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:00:19.8491423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:00:19.8689329Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:00:19.8691549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:00:19.8968337Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:00:19.8970813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:00:19.9129658Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:00:19.9130275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:00:19.9407722Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:00:19.9409793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:00:19.9567716Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:00:19.9569423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:00:19.9889114Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:00:19.9891526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:00:20.0011323Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:00:20.0014263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:00:20.0369971Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:00:20.0372700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:00:20.0449821Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:00:20.0452914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:00:20.0808148Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:00:20.0810951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:00:20.0888154Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:00:20.0890756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:00:20.1282195Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:00:20.1330854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:00:20.1339664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:00:20.1364666Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:00:20.1729373Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:00:20.1773516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:00:20.1782731Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:00:20.1790511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:00:20.2167521Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:00:20.2210048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:00:20.2219564Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:00:20.2227220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:00:20.2655048Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:00:20.2698439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:00:20.2706340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:00:20.3126786Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:00:20.3132310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:00:20.3566110Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:00:20.3571108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:00:20.4008603Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:00:20.4013540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:00:20.4452919Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:00:20.4457672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:00:20.4927538Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:00:20.4932501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:00:20.5337679Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:00:20.5344401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:00:20.5539880Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:00:20.5554980Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:00:20.5778132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:00:20.5784828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:00:20.5981532Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:00:20.5996516Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:00:20.6070230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:00:20.6218041Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:00:20.6222405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:00:20.6448259Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:00:20.6452771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:00:20.6646719Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:00:20.6651826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:00:20.6887816Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:00:20.6893579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:00:20.7057985Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:00:20.7079223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:20.7338102Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:20.7358865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:00:20.7529972Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:00:20.7535053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:00:20.7779510Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:00:20.8014103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:00:20.8019411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:00:20.8199369Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:00:20.8218223Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:00:20.8331356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:00:20.8458665Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:00:20.8493615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:00:20.8658818Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:00:20.8691206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:00:20.8937928Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:00:20.8967637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:00:20.9096902Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:00:20.9125512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:00:20.9376432Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:00:20.9401981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:00:20.9536059Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:00:20.9563596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:00:20.9826845Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:00:20.9914952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:00:20.9976926Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:00:21.0007251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:00:21.0256590Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:00:21.0323565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:00:21.0415976Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:00:21.0444773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:00:21.0696423Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:00:21.0724442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:00:21.0856105Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:00:21.0887942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:00:21.1136362Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:00:21.1295511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:00:21.1314833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:00:21.1737307Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:00:21.1757345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:00:21.2177600Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:00:21.2199429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:00:21.2617334Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:00:21.2639313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:00:21.3057131Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:00:21.3078272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:00:21.3497557Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:00:21.3519029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:00:21.3937124Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:00:21.3958495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:00:21.4300869Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:00:21.4309452Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:00:21.4376458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:00:21.4394650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:00:21.4630213Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:00:21.4735714Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:00:21.4817564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:00:21.4828200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:00:21.4838352Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:00:21.5176987Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:00:21.5196875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:21.5256766Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:21.5280263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:00:21.5619610Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:00:21.5648397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:00:21.5697465Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:00:21.5723265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:00:21.6057355Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:00:21.6084192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:21.6176674Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:21.6200851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:00:21.6496963Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:00:21.6522976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:21.6616560Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:21.6642420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:00:21.6936708Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:00:21.6963030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:00:21.7097236Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:00:21.7124923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:00:21.7416758Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:00:21.7445653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:00:21.7567323Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:00:21.7570317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:00:21.7926907Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:00:21.7930015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:00:21.8014236Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:00:21.8369662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:00:21.8372351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:00:21.8419818Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:00:21.8496866Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:00:21.8748130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:00:21.8848560Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:00:21.8855811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:00:21.9010976Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:00:21.9020156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:00:21.9335922Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:00:21.9345506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:00:21.9467059Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:00:21.9496493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:00:21.9812822Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:00:21.9817480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:21.9931745Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:21.9939153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:00:22.0291637Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:00:22.0296901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:00:22.0413878Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:00:22.0730737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:00:22.0737375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:00:22.1170402Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:00:22.1177090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:00:22.1658330Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:00:22.1666736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:00:22.2144157Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:00:22.2151420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:00:22.2557126Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:00:22.2569324Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:00:22.2578592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:22.2587077Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:22.3018150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:00:22.3051719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:00:22.3065051Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:00:22.3077831Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:00:22.3457724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:00:22.3491219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:22.3836012Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:22.3849481Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:00:22.3928861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:00:22.3933963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:22.4146326Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:22.4256376Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:00:22.4415085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:00:22.4421785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:22.4860780Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:22.4867802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:00:22.5064811Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:00:22.5088118Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:00:22.5301104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:00:22.5307383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:00:22.5332317Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:00:22.5613561Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:00:22.5778053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:00:22.5784289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:00:22.6209549Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:00:22.6215836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:22.6600562Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:22.6647505Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:00:22.6653073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:22.6661018Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:22.7031484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:00:22.7062569Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:00:22.7144452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:00:22.7145063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:22.7539044Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:22.7566346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:22.7981127Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:22.8022172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:22.8420642Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:22.8454454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:22.8897756Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:22.8947801Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:00:22.8957565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:22.8969577Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:22.8991205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:00:22.9380897Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:00:22.9391357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:22.9419489Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:22.9454568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:00:22.9820804Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:00:22.9831381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:22.9893119Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:22.9903042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:00:23.0317303Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:00:23.0318091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:00:23.0385252Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:00:23.0385769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:00:23.0786598Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:00:23.0791970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:23.0851784Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:23.0855751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:00:23.1222167Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:00:23.1227326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:23.1319148Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:23.1331669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:00:23.1661400Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:00:23.1666624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:00:23.1808311Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:00:23.1814573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:00:23.2140029Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:00:23.2145715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:00:23.2290311Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:00:23.2296902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:00:23.2624554Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:00:23.2630676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:23.2722043Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:23.2731571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:00:23.3059659Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:00:23.3065916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:23.3207890Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:23.3212931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:00:23.3538763Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:00:23.3544432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:23.3646007Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:23.3652966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:00:23.3977365Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:00:23.3982858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:23.4053083Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:23.4058963Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:00:23.4091152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:00:23.4104556Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:00:23.4418722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:00:23.4424392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:23.4566667Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:23.4572150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:00:23.4899230Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:00:23.4904921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:23.4978499Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:23.5009053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:00:23.5370163Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:00:23.5375925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:23.5445986Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:23.5451696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:00:23.5824992Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:00:23.5830857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:23.5889903Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:23.5895362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:00:23.6217792Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:00:23.6246921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:23.6297608Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:23.6321214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:00:23.6657971Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:00:23.6688377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:23.6776357Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:23.6803418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:00:23.7096398Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:00:23.7122255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:23.7216603Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:23.7240008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:00:23.7536955Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:00:23.7567175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:23.7710810Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:23.7726633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:00:23.8005724Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:00:23.8008186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:23.8206361Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:23.8208931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:00:23.8446050Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:00:23.8448571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:23.8616666Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:23.8642518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:23.8857070Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:23.8883719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:23.9056955Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:23.9083429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:23.9297713Z [gw2] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:23.9323352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:23.9497025Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:23.9519737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:23.9736935Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:23.9763391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:00:23.9936625Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:00:23.9957278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:24.0176415Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:24.0203998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:00:24.0376852Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:00:24.0402492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:00:24.0616923Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:00:24.0642068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:24.0816650Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:24.0843591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:00:24.1058757Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:00:24.1169564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:24.1258097Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:24.1287198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:24.1498311Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:24.1533992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:00:24.1698220Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:00:24.1730160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:00:24.1939473Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:00:24.1972738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:00:24.2137802Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:00:24.2165626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:00:24.2379210Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:00:24.2407983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:24.2412828Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:00:24.2422531Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:24.2577343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:00:24.2607295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:00:24.2818595Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:00:24.2849715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:24.2891466Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:24.2898172Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:00:24.3015217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:00:24.3022094Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:00:24.3046870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:00:24.3256162Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:00:24.3281108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:24.3335884Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:24.3356238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:00:24.3455674Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:00:24.3479955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:00:24.3696633Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:00:24.3719870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:24.3777156Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:24.3801551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:00:24.3896098Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:00:24.4074882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:00:24.4176069Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:00:24.4198606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:00:24.4216309Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:00:24.4336651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:00:24.4350712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:00:24.4394461Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:00:24.4615244Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:00:24.4631291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:00:24.4654939Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:00:24.4673489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:00:24.4775159Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:00:24.4791462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:00:24.5055335Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:00:24.5074106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:24.5095352Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:24.5116199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:00:24.5215598Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:00:24.5232874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:00:24.5495525Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:00:24.5512155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:00:24.5535355Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:00:24.5556407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:00:24.5655363Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:00:24.5672909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:00:24.5935617Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:00:24.5953544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:00:24.5975746Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:00:24.5996620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:00:24.6095339Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:00:24.6112446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:00:24.6376008Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:00:24.6393251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:00:24.6415647Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:00:24.6436746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:00:24.6535003Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:00:24.6554864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:00:24.6815619Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:00:24.6838054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:24.6855937Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:24.6878737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:00:24.6975101Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:00:24.6993010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:00:24.7255501Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:00:24.7273763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:00:24.7295243Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:00:24.7319076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:00:24.7415112Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:00:24.7432129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:00:24.7695245Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:00:24.7713603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:24.7734634Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:24.7751233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:00:24.7855227Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:00:24.7871361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:00:24.8134839Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:00:24.8153178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:24.8174745Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:24.8192716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:00:24.8294905Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:00:24.8311798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:00:24.8575024Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:00:24.8594538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:00:24.8614975Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:00:24.8632017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:00:24.8735370Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:00:24.8751843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:00:24.9015439Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:00:24.9032399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:00:24.9054995Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:00:24.9071857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:00:24.9175009Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:00:24.9191545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:00:24.9455219Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:00:24.9472486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:24.9494852Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:24.9579702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:00:24.9615923Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:00:24.9634274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:24.9895270Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:24.9914161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:00:24.9934894Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:00:24.9952734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:00:25.0055355Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:00:25.0072108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:25.0335768Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:25.0353669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:25.0374877Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:25.0394375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:00:25.0494780Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:00:25.0511529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:25.0775382Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:25.0792967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:25.0815291Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:25.0935704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:00:25.0953495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:25.1036782Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:25.1215379Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:00:25.1237143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:25.1255150Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:25.1382535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:00:25.1401124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:25.1656670Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:25.1675091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:25.1816378Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:25.1834054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:25.2098000Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:25.2140618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:00:25.2237714Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:00:25.2245335Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:00:25.2257535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:00:25.2282634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:25.2473139Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:25.2538294Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:00:25.2562229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:00:25.2656536Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:00:25.2697163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:00:25.2719702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:25.2883058Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:25.2976913Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:00:25.2997947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:25.3095709Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:25.3117092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:00:25.3136408Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:00:25.3160655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:25.3415876Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:25.3435232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:25.3535726Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:25.3554280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:00:25.3575470Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:00:25.3598325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:25.3855302Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:25.3872619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:25.3975285Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:25.3992225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:00:25.4015082Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:00:25.4036884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:25.4295148Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:25.4313350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:00:25.4414756Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:00:25.4431520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:00:25.4455483Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:00:25.4476634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:25.4735210Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:25.4751477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:00:25.4855296Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:00:25.4871806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:00:25.4895238Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:00:25.4916506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:25.5175813Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:25.5194073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:25.5294757Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:25.5311451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:00:25.5335325Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:00:25.5432206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:00:25.5615389Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:00:25.5634177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:25.5734951Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:25.5751525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:00:25.5775965Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:00:25.5796368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:25.6058058Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:25.6081294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:00:25.6176026Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:00:25.6195616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:00:25.6215931Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:00:25.6239065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:25.6495637Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:25.6587127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:00:25.6615386Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:00:25.6633090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:00:25.6654984Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:00:25.6676690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:25.6935220Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:25.6952398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:25.7054840Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:25.7075899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:00:25.7094862Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:00:25.7116070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:25.7375219Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:25.7393821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:00:25.7495206Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:00:25.7511248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:00:25.7535183Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:00:25.7556242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:25.7816366Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:25.7835194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:00:25.7935437Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:00:25.7953073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:00:25.7975608Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:00:25.7997366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:25.8255472Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:25.8274482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:00:25.8375250Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:00:25.8391846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:00:25.8414947Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:00:25.8436720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:25.8695338Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:25.8714526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:00:25.8815080Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:00:25.8831933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:00:25.8854865Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:00:25.8875704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:25.9135509Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:25.9154083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:00:25.9255172Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:00:25.9272025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:00:25.9295001Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:00:25.9315560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:25.9575306Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:25.9591315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:00:25.9694879Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:00:25.9710898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:00:25.9734930Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:00:25.9755815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:26.0016365Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:26.0034631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:00:26.0135400Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:00:26.0154664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:00:26.0176050Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:00:26.0202047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:26.0455108Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:26.0474715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:00:26.0575412Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:00:26.0593016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:00:26.0615249Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:00:26.0636814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:26.0895348Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:26.0917322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:00:26.1015240Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:00:26.1056044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:00:26.1070034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:26.1336492Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:00:26.1355315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:00:26.1456267Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:00:26.1556273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:00:26.1648330Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:00:26.1658608Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:26.1776021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:26.1793848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:00:26.1896483Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:00:26.1950972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:00:26.2216141Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:00:26.2234917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:00:26.2279906Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:00:26.2287362Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:26.2335945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:26.2421669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:00:26.2656593Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:00:26.2677950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:00:26.2776801Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:00:26.3028469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:00:26.3037047Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:26.3091867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:00:26.3105078Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:00:26.3132529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:00:26.3141319Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:00:26.3216635Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:00:26.3306321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:00:26.3456163Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:00:26.3477083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:26.3536409Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:26.3557116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:00:26.3655129Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:00:26.3673594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:00:26.3895300Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:00:26.3912311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:26.3975758Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:26.3994934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:00:26.4095188Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:00:26.4114295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:00:26.4334974Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:00:26.4416333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:26.4437612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:00:26.4535259Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:00:26.4551914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:00:26.4680302Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:00:26.4775250Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:26.4856743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:26.4880130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:00:26.4976094Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:00:26.4995963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:00:26.5296091Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:00:26.5313095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:00:26.5415501Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:00:26.5463369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:00:26.5735475Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:00:26.5756245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:00:26.5855983Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:00:26.5874717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:00:26.6176607Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:00:26.6194837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:00:26.6295922Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:00:26.6314393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:00:26.6616100Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:00:26.6633436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:00:26.6735470Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:00:26.6752456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:00:26.7056056Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:00:26.7073120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:00:26.7175682Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:00:26.7194809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:00:26.7349292Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:00:26.7357821Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:26.7495816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:26.7512648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:00:26.7615639Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:00:26.7635951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:00:26.7846770Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:00:26.7855890Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:26.7872284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:26.7934880Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:26.7951133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:00:26.8054841Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:00:26.8072562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:00:26.8294834Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:00:26.8310929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:26.8375417Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:26.8495821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:00:26.8516813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:00:26.8544897Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:00:26.8735368Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:00:26.8752036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:26.8814824Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:26.8899379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:00:26.8935309Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:00:26.8956531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:00:26.9175062Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:00:26.9192077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:00:26.9254860Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:00:26.9271660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:00:26.9374988Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:00:26.9396096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:00:26.9615036Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:00:26.9632355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:00:26.9695485Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:00:26.9781706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:00:26.9815292Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:00:26.9836638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:00:27.0055005Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:00:27.0073669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:27.0135247Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:27.0153740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:00:27.0255921Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:00:27.0277307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:00:27.0495729Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:00:27.0514937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:27.0575121Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:27.0592597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:00:27.0696041Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:00:27.0718918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:00:27.0935692Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:00:27.0954612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:27.1015854Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:27.1040331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:00:27.1135861Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:00:27.1153716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:00:27.1375858Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:00:27.1455859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:27.1466030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:00:27.1476963Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:27.1575657Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:00:27.1596778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:00:27.1815826Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:00:27.1833500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:27.1896852Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:27.1923853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:00:27.2016783Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:00:27.2045033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:00:27.2256805Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:00:27.2279411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:27.2336692Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:27.2364616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:00:27.2460541Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:00:27.2488101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:00:27.2696356Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:00:27.2718895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:27.2777079Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:27.2805346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:00:27.2896383Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:00:27.2925536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:27.3137602Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:27.3159541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:27.3217095Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:27.3248049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:00:27.3337063Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:00:27.3359827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:27.3577672Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:27.3604105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:27.3656934Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:27.3684359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:00:27.3777076Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:00:27.3802271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:00:27.4018070Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:00:27.4045556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:27.4096595Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:27.4125500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:00:27.4216423Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:00:27.4245436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:00:27.4457773Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:00:27.4483592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:27.4536359Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:27.4560585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:00:27.4657035Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:00:27.4896772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:00:27.4926724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:27.4976342Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:27.5004809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:00:27.5065662Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:00:27.5096082Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:00:27.5208883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:00:27.5336450Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:00:27.5364711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:27.5416185Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:27.5444803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:00:27.5535891Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:00:27.5594032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:00:27.5776253Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:00:27.5806991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:27.5860475Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:27.5889061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:00:27.5975930Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:00:27.6218650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:00:27.6253468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:27.6297463Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:27.6330377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:00:27.6381364Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:00:27.6416598Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:00:27.6532078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:00:27.6657044Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:00:27.6689678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:27.6736673Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:27.6767117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:00:27.6856253Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:00:27.7096734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:00:27.7130066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:27.7177575Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:27.7209849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:00:27.7258540Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:00:27.7295762Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:00:27.7408914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:00:27.7536936Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:00:27.7568203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:27.7616605Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:27.7644823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:00:27.7736284Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:00:27.7759558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:00:27.7978172Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:00:27.8008418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:27.8056844Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:27.8087032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:00:27.8176641Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:00:27.8201129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:27.8417393Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:27.8447350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:27.8496647Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:27.8525758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:00:27.8616437Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:00:27.8639729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:00:27.8857269Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:00:27.8886092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:27.8936859Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:27.8963908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:00:27.9056534Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:00:27.9081325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:00:27.9296515Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:00:27.9324773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:00:27.9376927Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:00:27.9404368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:00:27.9496549Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:00:27.9518096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:00:27.9736734Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:00:27.9762667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:27.9816299Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:27.9841222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:00:27.9936150Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:00:27.9958659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:00:28.0176611Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:00:28.0200986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:28.0256278Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:28.0284684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:00:28.0376422Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:00:28.0398250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:00:28.0617739Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:00:28.0647762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:28.0696971Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:28.0722965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:00:28.0816242Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:00:28.0839028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:00:28.1057060Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:00:28.1081630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:28.1136117Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:28.1161032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:00:28.1256326Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:00:28.1281521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:00:28.1496776Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:00:28.1521927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:28.1576250Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:28.1601868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:00:28.1694986Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:00:28.1711225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:00:28.1935985Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:00:28.1960955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:00:28.2015156Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:00:28.2040775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:00:28.2134844Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:00:28.2151257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:00:28.2376199Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:00:28.2401044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:00:28.2456944Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:00:28.2485171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:00:28.2576329Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:00:28.2598864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:00:28.2816822Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:00:28.2843911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:00:28.2896613Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:00:28.2924675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:00:28.3016437Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:00:28.3038876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:00:28.3256637Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:00:28.3284134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:00:28.3336504Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:00:28.3355888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:00:28.3456497Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:00:28.3478814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:00:28.3697207Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:00:28.3776193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:28.3795517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:00:28.3899691Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:00:28.3926834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:00:28.4165927Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:00:28.4177263Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:28.4196444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:28.4216407Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:28.4241517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:00:28.4335927Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:00:28.4360360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:00:28.4616360Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:00:28.4632827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:28.4656925Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:28.4687195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:00:28.4776493Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:00:28.4955480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:00:28.5082997Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:00:28.5085654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:28.5130411Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:28.5132868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:00:28.5244338Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:00:28.5255518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:00:28.5577045Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:00:28.5617252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:28.5621595Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:28.5637409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:00:28.5671737Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:00:28.5703737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:00:28.6020494Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:00:28.6023723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:00:28.6036679Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:00:28.6081131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:00:28.6112284Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:00:28.6134857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:00:28.6416355Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:00:28.6461683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:00:28.6494810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:00:28.6528354Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:00:28.6536453Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:00:28.6572279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:00:28.6856569Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:00:28.6897486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:00:28.6922382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:00:28.6964286Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:00:28.6976191Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:00:28.7001219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:00:28.7296609Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:00:28.7336433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:00:28.7362309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:00:28.7369073Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:00:28.7417096Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:00:28.7443974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:00:28.7736938Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:00:28.7764848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:00:28.7775979Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:00:28.7798898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:00:28.7856718Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:00:28.7882387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:00:28.8176515Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:00:28.8208980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:00:28.8220955Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:00:28.8243369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:00:28.8296636Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:00:28.8318877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:00:28.8617643Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:00:28.8656401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:00:28.8682916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:28.8737104Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:28.8765528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:00:28.9096200Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:00:28.9120012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:28.9175830Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:28.9200739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:00:28.9537288Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:00:28.9563701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:00:28.9615983Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:00:28.9639374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:00:28.9976087Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:00:29.0001271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:00:29.0055872Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:00:29.0077968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:00:29.0416149Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:00:29.0442191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:00:29.0496054Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:00:29.0518393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:00:29.0856758Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:00:29.0936073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:00:29.0962339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:00:29.1051298Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:00:29.1295644Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:00:29.1356775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:00:29.1376080Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:00:29.1397670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:00:29.1628455Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:00:29.1636289Z [gw0] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:00:29.1736748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:00:29.1764138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:00:29.1816816Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:00:29.1845155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:00:29.2177492Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:00:29.2204503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:00:29.2256311Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:00:29.2617021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:00:29.3146646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:00:29.3213305Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:00:29.3274411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:00:29.3300533Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:00:29.3309794Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:00:29.3561090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:00:29.3576040Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:00:29.3633472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:00:29.3735779Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:00:29.4016914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:00:29.4038767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:00:29.4075306Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:00:29.4081873Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:00:29.4322124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:00:29.4328373Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:00:29.4458007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:00:29.4464853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:00:29.4612795Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:00:29.4735963Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:00:29.4757063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:00:29.4872084Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:00:29.4879571Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:00:29.4898303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:00:29.4935679Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:00:29.4985394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:00:29.5175482Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:00:29.5192751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:00:29.5295161Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:00:29.5314403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:00:29.5375147Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:00:29.5617277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:00:29.5645430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:00:29.5717650Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:00:29.5776902Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:00:29.5801747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:00:29.5817934Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:00:29.5943259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:00:29.6058124Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:00:29.6082818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:00:29.6258351Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:00:29.6259613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:00:29.6352967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:00:29.6468308Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:00:29.6496751Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:00:29.6519979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:00:29.6697878Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:00:29.6699319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:00:29.6721688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:00:29.6761782Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:00:29.6936316Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:00:29.6958811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:00:29.7137637Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:00:29.7141375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:00:29.7165835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:00:29.7174803Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:00:29.7376487Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:00:29.7405791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:00:29.7576864Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:00:29.7580193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:00:29.7610636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:00:29.7620208Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:00:29.7817075Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:00:29.7846078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:29.8016497Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:29.8039014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:29.8057401Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:29.8085485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:00:29.8257187Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:00:29.8284703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:29.8457212Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:29.8478950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:29.8536322Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:29.8561552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:00:29.8696475Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:00:29.8724745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:00:29.8896390Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:00:29.8920199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:00:29.9016391Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:00:29.9040933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:00:29.9136166Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:00:29.9161676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:00:29.9336319Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:00:29.9358284Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:29.9497794Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:29.9528562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:00:29.9576797Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:00:29.9605164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:00:29.9776392Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:00:29.9800269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:29.9977618Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:30.0006288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:00:30.0018780Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:00:30.0040990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:00:30.0216527Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:00:30.0240024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:00:30.0417756Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:00:30.0447985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:00:30.0460882Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:00:30.0485391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:30.0657822Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:30.0685059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:00:30.0856979Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:00:30.0888524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:00:30.0900118Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:00:30.0923796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:30.1097251Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:30.1119654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:00:30.1336668Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:00:30.1339984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:30.1359057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:00:30.1374319Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:30.1536802Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:00:30.1560939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:00:30.1778535Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:00:30.1780637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:30.1808211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:00:30.1977069Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:30.2005478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:00:30.2216403Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:00:30.2241223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:00:30.2337321Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:00:30.2347607Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:00:30.2416403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:00:30.2448112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:30.2482678Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:30.2656473Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:00:30.2678316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:30.2776432Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:30.2856691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:00:30.2884689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:30.3072281Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:30.3096422Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:00:30.3120858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:30.3216297Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:30.3296287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:00:30.3312432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:30.3536757Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:30.3563791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:00:30.3736601Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:00:30.3753756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:30.3944940Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:30.3951613Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:00:30.3976329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:00:30.4001355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:00:30.4093163Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:00:30.4176016Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:00:30.4197050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:00:30.4375133Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:00:30.4393744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:00:30.4415512Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:00:30.4441244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:00:30.4615536Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:00:30.4637218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:00:30.4814846Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:00:30.4832138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:00:30.4855211Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:00:30.4880169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:00:30.5055512Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:00:30.5077656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:30.5255399Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:30.5273434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:00:30.5295267Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:00:30.5319813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:00:30.5495420Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:00:30.5515027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:30.5695332Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:30.5711718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:00:30.5735435Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:00:30.5759306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:00:30.5935266Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:00:30.5955098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:00:30.6135781Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:00:30.6154821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:00:30.6176013Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:00:30.6200316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:00:30.6377805Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:00:30.6401552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:00:30.6577485Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:00:30.6599522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:00:30.6617309Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:00:30.6816727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:00:30.6840855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:00:30.7016975Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:00:30.7036855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:00:30.7256535Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:00:30.7278009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:30.7456698Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:30.7475826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:00:30.7696783Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:00:30.7708080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:30.7717923Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:30.7727059Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:00:30.7895651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:00:30.7912727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:00:30.7939727Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:00:30.8136300Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:00:30.8138837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:00:30.8158970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:00:30.8164427Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:00:30.8335343Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:00:30.8353108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:00:30.8576059Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:00:30.8578566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:00:30.8600404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:30.8607240Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:30.8775717Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:00:30.8793699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:00:30.9016772Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:00:30.9019068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:30.9041846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:00:30.9044285Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:30.9215580Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:00:30.9232671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:00:30.9456922Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:00:30.9458875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:30.9478994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:30.9655870Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:30.9674158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:00:30.9747821Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:00:30.9897787Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:30.9898459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:30.9915575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:31.0096928Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:31.0117765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:00:31.0184429Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:00:31.0336375Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:31.0338918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:31.0361777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:00:31.0536795Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:00:31.0559782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:00:31.0623571Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:00:31.0776303Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:31.0777720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:00:31.0796895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:00:31.0860312Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:00:31.0975353Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:00:31.0992892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:00:31.1216808Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:00:31.1219010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:00:31.1239649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:31.1245984Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:31.1414856Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:00:31.1431989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:00:31.1657091Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:00:31.1659461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:00:31.1677061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:31.1686399Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:00:31.1855895Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:31.1874308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:00:31.2096918Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:00:31.2099238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:31.2123274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:00:31.2124708Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:31.2295701Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:00:31.2315777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:00:31.2537224Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:00:31.2537980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:00:31.2549993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:31.2562596Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:31.2736759Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:00:31.2755212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:00:31.2977579Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:00:31.2978412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:31.2991038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:00:31.3000738Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:31.3175288Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:00:31.3222167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:00:31.3417182Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:00:31.3419737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:31.3432755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:00:31.3441108Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:31.3616395Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:00:31.3701194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:00:31.3857022Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:00:31.3858880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:00:31.3870838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:31.3948008Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:31.4055088Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:00:31.4069263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:00:31.4296929Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:00:31.4297955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:00:31.4316092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:31.4495598Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:31.4508693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:31.4736342Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:31.4754973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:00:31.4936071Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:00:31.5021699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:00:31.5029514Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:00:31.5176333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:00:31.5199158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:00:31.5208001Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:00:31.5268472Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:00:31.5376899Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:00:31.5456489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:00:31.5489009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:00:31.5499754Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:00:31.5616647Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:00:31.5642147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:00:31.5816877Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:00:31.5842890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:00:31.5896333Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:00:31.5925217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:00:31.6056381Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:00:31.6084710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:00:31.6256656Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:00:31.6283292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:00:31.6376668Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:00:31.6405831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:00:31.6496159Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:00:31.6518067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:00:31.6697048Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:00:31.6817573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:00:31.6851310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:00:31.6949722Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:00:31.7030978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:00:31.7257844Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:00:31.7290946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:00:31.7377911Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:00:31.7413761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:00:31.7699774Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:00:31.7735463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:00:31.7818613Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:00:31.7849879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:00:31.8137593Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:00:31.8163616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:00:31.8256896Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:00:31.8484160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:00:31.8491204Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:00:31.8503756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:00:31.8576599Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:00:31.8604224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:00:31.8696473Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:00:31.8767985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:00:31.8866766Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:00:31.8896666Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:00:31.9016513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:00:31.9136495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:00:31.9551611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:00:31.9576253Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:00:31.9603692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:00:32.0017694Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:00:32.0047875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:00:32.0456383Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:00:32.0483620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:00:32.0824409Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:00:32.0836745Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:00:32.0896608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:00:32.0924034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:00:32.1251025Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:00:32.1259756Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:00:32.1319888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:32.1334718Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:00:32.1400229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:00:32.1704454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:00:32.1776387Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:00:32.1803303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:00:32.2218471Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:00:32.2246175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:00:32.2388852Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:00:32.2401998Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:32.2656632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:32.2684797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:00:32.3046252Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:00:32.3059618Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:00:32.3135775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:00:32.3162370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:00:32.3453789Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:00:32.3497315Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:00:32.3528975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:00:32.3537959Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:00:32.3548072Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:32.3616563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:32.3639960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:00:32.3766938Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:00:32.3777397Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:00:32.3936337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:32.3959007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:00:32.4055376Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:00:32.4079468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:00:32.4376686Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:00:32.4404449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:00:32.4496662Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:00:32.4525295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:00:32.4699745Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:00:32.4713548Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:32.4815887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:32.4838576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:00:32.4935869Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:00:32.4962834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:00:32.5256194Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:00:32.5281422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:00:32.5375548Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:00:32.5399808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:00:32.5735888Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:00:32.5761058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:00:32.5815663Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:00:32.6217542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:00:32.6221905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:00:32.6241794Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:00:32.6255511Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:00:32.6361712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:00:32.6401066Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:00:32.6413638Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:32.6656062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:32.6679037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:00:32.6695674Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:00:32.6722405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:00:32.7096090Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:00:32.7120363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:00:32.7136696Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:00:32.7159622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:00:32.7536210Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:00:32.7558773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:00:32.7575910Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:00:32.7596401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:00:32.7682910Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:00:32.7689072Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:32.7711743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:00:32.7977025Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:00:32.7999122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:00:32.8056404Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:00:32.8077886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:00:32.8096293Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:00:32.8118648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:00:32.8457442Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:00:32.8478494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:00:32.8496068Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:00:32.8577500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:00:32.8609142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:00:32.8682949Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:00:32.8896597Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:00:32.8922765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:00:32.8937061Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:00:32.8997382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:00:32.9056678Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:00:32.9085818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:00:32.9336501Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:00:32.9358962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:00:32.9376639Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:00:32.9496969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:00:32.9527024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:00:32.9564024Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:00:32.9820682Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:00:32.9823397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:00:32.9847568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:00:32.9893915Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:00:32.9977025Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:00:33.0005832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:00:33.0257748Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:00:33.0259988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:00:33.0292959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:00:33.0297571Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:00:33.0416465Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:00:33.0441988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:00:33.0697732Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:00:33.0698368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:00:33.0722181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:00:33.0732874Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:00:33.0897758Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:00:33.0924723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:00:33.1138717Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:00:33.1139323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:00:33.1172139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:00:33.1177252Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:00:33.1377569Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:00:33.1404343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:00:33.1576669Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:00:33.1604316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:00:33.1616637Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:00:33.1856225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:00:33.1882973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:00:33.1922551Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:00:33.2016223Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:00:33.2045745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:00:33.2096278Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:00:33.2337152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:00:33.2365174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:00:33.2456703Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:00:33.2487069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:00:33.2515579Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:00:33.2577076Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:00:33.2691905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:00:33.2816572Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:00:33.2846319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:00:33.2896894Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:00:33.2925813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:00:33.3016331Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:00:33.3038606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:00:33.3257055Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:00:33.3284608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:00:33.3336697Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:00:33.3365232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:00:33.3456345Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:00:33.3478498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:00:33.3696247Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:00:33.3725219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:00:33.3776549Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:00:33.3801791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:00:33.3936240Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:00:33.3959049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:00:33.4187451Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:00:33.4201062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:00:33.4216270Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:00:33.4240653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:00:33.4416007Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:00:33.4438134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:00:33.4658837Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:00:33.4659450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:00:33.4690376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:00:33.4693732Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:00:33.4856564Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:00:33.4878143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:00:33.5097732Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:00:33.5101230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:00:33.5115089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:00:33.5134432Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:00:33.5336523Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:00:33.5358233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:00:33.5536185Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:00:33.5537935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:00:33.5554883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:00:33.5732662Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:00:33.5775904Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:00:33.5797600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:00:33.5979253Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:00:33.5980824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:00:33.6217727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:00:33.6256734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:00:33.6741302Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:00:33.6743823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:00:33.7228597Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:00:33.7230634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:00:33.7398386Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:00:33.7417687Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:00:33.7699435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:00:33.7701225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:00:33.7768819Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:00:33.7860833Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:00:33.7869029Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:00:33.7878814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:00:33.7906631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:00:33.8127516Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:00:33.8130216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:00:33.8321610Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:00:33.8336220Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:00:33.8337252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:00:33.8349139Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:00:33.8389732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:00:33.8608449Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:00:33.8609179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:00:33.8776878Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:00:33.8778937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:00:33.8789858Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:00:33.8830169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:00:33.9096470Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:00:33.9097069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:00:33.9221834Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:00:33.9229232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:00:33.9334604Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:00:33.9533955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:00:33.9534583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:00:33.9659753Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:00:33.9661011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:00:33.9968578Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:00:33.9969522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:00:34.0056923Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:00:34.0077416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:00:34.0446790Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:00:34.0449452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:00:34.0554227Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:00:34.0926659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:00:34.0929548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:00:34.1367266Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:00:34.1370124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:00:34.1488837Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:00:34.1505610Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:34.1840452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:00:34.1843112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:00:34.2328409Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:00:34.2332610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:00:34.2769912Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:00:34.2775172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:00:34.3249078Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:00:34.3254292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:00:34.3678362Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:00:34.3694720Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:00:34.3703904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:00:34.3715305Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:00:34.4128727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:00:34.4137197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:00:34.4381980Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:00:34.4402350Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:00:34.4567400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:00:34.4575366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:00:34.5046984Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:00:34.5054874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:00:34.5528170Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:00:34.5536291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:00:34.5633846Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:00:34.5658586Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:00:34.6009041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:34.6017134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:00:34.6280638Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:00:34.6294151Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:00:34.6488427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:00:34.6496433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:00:34.6591500Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:00:34.6817100Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:00:34.6971589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:00:34.6979530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:00:34.7448336Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:00:34.7456481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:00:34.7731027Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:00:34.7754658Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:34.7928987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:34.7936959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:00:34.8188199Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:00:34.8211918Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:34.8219402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:34.8229771Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:00:34.8408317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:00:34.8416542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:00:34.8526707Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:00:34.8698954Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:00:34.8763392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:00:34.8848873Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:00:34.8856652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:00:34.9207972Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:00:34.9215901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:00:34.9304109Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:00:34.9319125Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:00:34.9331448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:00:34.9339111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:00:34.9649595Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:00:34.9657468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:00:34.9771172Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:00:34.9778844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:00:35.0093838Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:00:35.0101842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:00:35.0253363Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:00:35.0261232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:00:35.0533969Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:00:35.0542021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:00:35.0692059Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:00:35.0699968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:00:35.0960822Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:00:35.0978324Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:00:35.0986072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:00:35.0995441Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:00:35.1131032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:00:35.1138913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:00:35.1418819Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:00:35.1448954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:00:35.1570347Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:00:35.1578419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:00:35.1916108Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:00:35.2012561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:00:35.2020502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:00:35.2451310Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:00:35.2459941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:00:35.2895851Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:00:35.2904440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:00:35.3376770Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:00:35.3489681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:00:35.3517181Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:00:35.3878506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:00:35.3937452Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:00:35.3965933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:00:35.4408853Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:00:35.4416809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:00:35.4937917Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:00:35.5064763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:00:35.5099400Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:00:35.5581811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:00:35.5614590Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:00:35.5682666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:35.6089226Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:35.6098443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:00:35.6528469Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:00:35.6537162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:00:35.7056758Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:00:35.7057474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:00:35.7536890Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:00:35.8142779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:00:35.8160531Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:00:35.8442427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:00:35.8471323Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:35.9891417Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:35.9919641Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:00:35.9963508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:00:36.0183641Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:00:36.0344447Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:00:36.0410425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:00:36.0418315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:00:36.0700614Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:00:36.0811677Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:00:36.0820003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:00:36.0865606Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:00:36.0889160Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:36.0975018Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:00:36.1256090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:00:36.1264917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:00:36.1698699Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:00:36.1708030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:00:36.2131900Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:00:36.2140462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:00:36.2574349Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:00:36.2583644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:00:36.3014824Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:00:36.3023820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:00:36.3448507Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:00:36.3457532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:00:36.3583391Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:00:36.3615420Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:00:36.3890289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:00:36.3899055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:00:36.4376800Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:00:36.4393871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:00:36.4417545Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:00:36.8337781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:00:36.8360906Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:00:36.9093277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:00:36.9115417Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:00:36.9164403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:00:36.9569925Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:00:36.9578081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:00:37.0049544Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:00:37.0057483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:00:37.0489525Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:00:37.0498263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:00:37.0928943Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:00:37.0937730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:00:37.1368946Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:00:37.1378516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:00:37.1820956Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:00:37.1829821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:00:37.2300496Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:00:37.2309777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:00:37.2777331Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:00:37.3624855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:00:37.3639391Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:00:37.4778367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:00:37.4809118Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:00:37.5669588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:00:37.5692774Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:00:37.7343577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:00:37.7372702Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:00:38.6450259Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:38.6467174Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:00:38.8136563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:00:38.8163298Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:00:38.8202770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:00:38.8614658Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:00:38.8623185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:00:38.9057659Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:00:38.9084855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:00:38.9498225Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:00:38.9531690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:00:38.9937623Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:00:38.9967308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:00:39.0007659Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:00:39.0022527Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:00:39.0375838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:00:39.0396690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:00:39.0858213Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:00:39.0883765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:00:39.1328179Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:00:39.1336901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:00:39.1770918Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:00:39.1779941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:00:39.2257803Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:00:39.2267704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:00:39.2738169Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:00:39.2747676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:00:39.3171367Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:00:39.3180241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:00:39.3404182Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:00:39.3428379Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:00:39.3608832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:00:39.3617362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:00:39.4021594Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:00:39.4068643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:00:39.4498959Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:00:39.4524439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:00:39.4937185Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:00:39.4961304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:00:39.5378456Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:00:39.5408836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:00:39.5857417Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:00:39.5887081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:00:39.6337362Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:00:39.6366360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:00:39.6817765Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:00:39.6847364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:00:39.7297285Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:00:39.7329587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:00:39.7738016Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:00:39.7898426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:00:39.8249425Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:00:39.8257716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:00:39.8710147Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:00:39.8740098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:00:39.9207792Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:00:39.9216555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:00:39.9687483Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:00:39.9696388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:00:40.0167616Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:00:40.0176550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:00:40.0649079Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:00:40.0657847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:00:40.1057540Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:00:40.1080925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:00:40.1496999Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:00:40.1522118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:00:40.1979192Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:00:40.2007552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:00:40.2499454Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:00:40.2506586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:00:40.2925494Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:00:40.2937661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:00:40.3377522Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:00:40.3421088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:00:40.3896444Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:00:40.7381692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:00:40.7404583Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:00:40.8941229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:00:40.8960945Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:00:41.0187699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:00:41.0208711Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:00:41.0243164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:00:41.0275908Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:00:41.0290831Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:00:41.0648811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:00:41.0660894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:00:41.1088379Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:00:41.1101268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:00:41.1530104Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:00:41.1538966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:00:41.2009034Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:00:41.2017925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:00:41.2447685Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:00:41.2456423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:00:41.2890445Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:00:41.2899361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:00:41.3041543Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:00:41.3066735Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:00:41.3329101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:00:41.3337904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:00:41.3768094Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:00:41.3773589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:00:41.4208512Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:00:41.4214609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:00:41.4648793Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:00:41.4650493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:00:41.5057876Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:00:41.5082496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:00:41.5502507Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:00:41.5549591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:00:41.5943209Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:00:41.5991379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:00:41.6380920Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:00:41.6407002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:00:41.6818178Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:00:41.6845640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:00:41.7257389Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:00:41.7284205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:00:41.7697291Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:00:41.9182466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:00:41.9200298Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:00:41.9268413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:00:41.9300987Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:00:41.9762167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:00:41.9782778Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:00:41.9815380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:00:41.9937502Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:00:41.9956753Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:00:42.0250693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:42.0251510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:00:42.0689210Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:00:42.0690113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:00:42.1174663Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:00:42.9675553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:00:42.9689770Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:43.0285416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:43.0299327Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:43.4038998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:00:43.4063510Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:00:43.6612375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:00:43.6640952Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:00:43.7379119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:00:43.7402294Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:00:43.7897067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:00:43.7921657Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:00:44.1914142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:00:44.1931726Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:00:44.3007828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:00:44.3044721Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:00:44.5087718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:00:44.5112367Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:00:44.6219398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:00:44.6246359Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:00:44.6281912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:00:44.6507620Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:00:44.6531037Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:00:44.6687326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:00:44.6695785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:00:44.6960830Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:00:44.6983475Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:00:44.7127217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:00:44.7135676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:00:44.7566792Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:00:44.7575676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:00:44.8016652Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:00:44.8026945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:00:44.8702913Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:00:44.8707371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:00:44.9250491Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:00:44.9251456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:00:44.9746613Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:00:44.9748620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:00:45.0173172Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:00:45.0174243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:00:45.0609922Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:00:45.0611217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:00:45.1047304Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:00:45.1048601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:00:45.1486099Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:00:45.1487204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:00:45.1530463Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:00:45.1561325Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:45.1926713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:00:45.1927964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:00:45.2370138Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:00:45.2371950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:00:45.2779591Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:00:45.2807772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:00:45.3219916Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:00:45.3260143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:00:45.3657614Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:00:45.3689764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:00:45.4096734Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:00:45.4115716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:00:45.4461116Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:00:45.4472877Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:00:45.4536164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:00:45.4559055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:00:45.4983581Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:00:45.5040870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:45.5454154Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:45.5461565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:45.5806329Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:45.5818283Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:00:45.5922755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:00:45.7866194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:00:45.7875333Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:00:46.4804110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:00:46.4826134Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:00:46.7721684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:46.7753207Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:00:46.9646019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:00:46.9678859Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:00:47.0763742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:00:47.0788557Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:00:47.0824848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:00:47.1031150Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:00:47.1055191Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:00:47.1091797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:00:47.1292439Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:00:47.1300869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:00:47.1491141Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:00:47.1499520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:00:47.1789095Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:00:47.1789872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:00:47.1969849Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:00:47.1978152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:00:47.2251918Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:00:47.2258500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:00:47.2417516Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:00:47.2422874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:00:47.2694224Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:00:47.2696366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:00:47.2818275Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:00:47.2844582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:00:47.3097781Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:00:47.3116265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:00:47.3257513Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:00:47.3279025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:00:47.3537785Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:00:47.3563220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:00:47.3697001Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:00:47.3724523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:00:47.3977856Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:00:47.4002728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:00:47.4137798Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:00:47.4166197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:00:47.4416689Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:00:47.4443324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:00:47.4576410Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:00:47.4601086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:00:47.4857873Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:00:47.4888142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:00:47.5016561Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:00:47.5043341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:00:47.5296521Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:00:47.5323576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:00:47.5456057Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:00:47.5482561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:00:47.5738371Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:00:47.5763162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:00:47.5896299Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:00:47.5920670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:00:47.6176069Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:00:47.6195721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:00:47.6335706Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:00:47.6356550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:00:47.6615838Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:00:47.6635478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:00:47.6776005Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:00:47.6795723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:00:47.7056005Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:00:47.7073919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:00:47.7218385Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:00:47.7239081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:00:47.7496192Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:00:47.7517359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:00:47.7656195Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:00:47.7675526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:00:47.7935709Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:00:47.7956271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:00:47.8095754Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:00:47.8115520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:00:47.8375540Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:00:47.8396570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:00:47.8535683Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:00:47.8555836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:00:47.8816652Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:00:47.8979862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:00:47.9019208Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:00:47.9042368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:00:47.9256983Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:00:47.9456671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:00:47.9487946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:00:47.9650806Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:00:47.9696540Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:00:47.9877460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:00:47.9896856Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:00:47.9925917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:00:48.0137594Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:00:48.0337846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:00:48.0372522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:48.0484290Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:00:48.0577256Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:00:48.0776745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:00:48.0806817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:48.1218117Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:48.1249742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:48.1656859Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:48.1686039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:48.2099880Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:48.2124103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:00:48.2252175Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:00:48.2268812Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:00:48.2539152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:00:48.2566845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:00:48.2650292Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:00:48.2696887Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:00:48.2726854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:00:48.2977920Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:00:48.3004504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:48.3167788Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:48.3171240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:00:48.3418156Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:00:48.3451650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:48.3648217Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:48.3650432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:00:48.3887889Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:00:48.3893012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:00:48.4126623Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:00:48.4131733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:00:48.4330640Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:00:48.4335491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:00:48.4537655Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:00:48.4699752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:00:48.4808419Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:00:48.4811778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:00:48.4996234Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:00:48.5018563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:00:48.5291600Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:00:48.5292911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:00:48.5487511Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:00:48.5501968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:00:48.5729640Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:00:48.5733059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:00:48.5966903Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:00:48.5971817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:00:48.6169195Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:00:48.6174458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:00:48.6419953Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:00:48.6453244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:00:48.6611162Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:00:48.6616442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:00:48.6859112Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:00:48.6887778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:00:48.7017732Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:00:48.7053925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:00:48.7336149Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:00:48.7344643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:00:48.7533340Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:00:48.7781006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:00:48.7786091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:00:48.8215347Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:00:48.8219723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:00:48.8647246Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:00:48.8651398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:00:48.9086047Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:00:48.9091678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:00:48.9506231Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:00:48.9532742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:00:49.0006308Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:00:49.0011986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:00:49.0446650Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:00:49.0451871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:00:49.0885668Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:00:49.0891097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:00:49.1365118Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:00:49.1370619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:00:49.1809641Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:00:49.1815057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:49.2286525Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:49.2291932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:00:49.2836522Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:00:49.2918745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:00:49.3220293Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:00:49.3226976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:00:49.3657213Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:00:49.3663316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:00:49.4104787Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:00:49.4112339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:00:49.4536677Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:00:49.4542732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:49.4979437Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:49.4985078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:00:49.5381666Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:00:49.5409669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:49.5818742Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:49.5846642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:49.6257331Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:49.6296030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:49.6697159Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:49.6728723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:00:49.7167644Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:00:49.7176231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:00:49.7616640Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:00:49.7626201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:00:49.8055908Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:00:49.8065376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:49.8496742Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:49.8503122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:49.8936704Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:49.8942040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:49.9385150Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:49.9392197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:49.9817049Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:49.9823856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:50.0253862Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:50.0260061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:50.0692852Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:50.0699052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:50.1141629Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:50.1151581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:50.1567382Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:50.1578108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:50.2007520Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:50.2017541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:00:50.2457024Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:00:50.2466704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:50.2896032Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:50.2904697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:50.3334436Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:50.3342892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:50.3776307Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:50.3785894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:00:50.4221606Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:00:50.4232506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:50.4663337Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:50.4675074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:50.5099571Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:50.5109254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:50.5543289Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:50.5553399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:50.5973206Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:50.5980941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:50.6416401Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:50.6425931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:50.6854463Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:50.6864049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:50.7297472Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:50.7308030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:50.7737663Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:50.7749319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:50.8178332Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:50.8189057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:00:50.8616765Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:00:50.8625221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:00:50.9054529Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:00:50.9063497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:50.9494540Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:50.9505528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:00:50.9624360Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:00:50.9637626Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:00:50.9934701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:00:50.9944403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:51.0341696Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:51.0371457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:51.0779040Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:51.0808097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:00:51.1219025Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:00:51.1247325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:00:51.1658204Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:00:51.1784253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:00:51.1791310Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:00:51.2151897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:00:51.2217878Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:00:51.2244351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:51.2736026Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:51.2742493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:00:51.3172132Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:00:51.3179110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:51.3477153Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:51.3501717Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:00:51.3610865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:00:51.3619291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:51.3939201Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:51.3963045Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:00:51.4051318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:00:51.4060995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:00:51.4158037Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:00:51.4487887Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:00:51.4530919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:00:51.4539110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:00:51.4981698Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:00:51.5015286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:00:51.5497452Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:00:51.5508174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:00:51.5975579Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:00:51.5981524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:00:51.6412630Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:00:51.6417882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:00:51.6890785Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:00:51.6896323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:51.7329195Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:51.7334133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:51.7735528Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:51.7759658Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:00:51.7771408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:00:51.7776743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:51.8208795Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:51.8213565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:51.8240283Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:51.8264228Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:00:51.8687902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:00:51.8690963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:51.9128340Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:51.9131167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:51.9576669Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:51.9578209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:52.0017376Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:52.0019764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:00:52.0450599Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:00:52.0454554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:00:52.0632720Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:00:52.0651372Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:00:52.0889953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:00:52.0893148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:52.1068581Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:52.1085520Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:00:52.1121920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:00:52.1328912Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:00:52.1331427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:52.1530712Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:52.1532993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:52.1774827Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:52.1777064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:00:52.1974701Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:00:52.1976587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:00:52.2211655Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:00:52.2213980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:00:52.2410699Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:00:52.2412783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:00:52.2650591Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:00:52.2654573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:52.2817015Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:52.2835938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:00:52.3055979Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:00:52.3075982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:52.3255568Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:52.3276399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:00:52.3496397Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:00:52.3516020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:52.3695687Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:52.3713918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:00:52.3936625Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:00:52.3953994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:52.4136331Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:52.4156426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:00:52.4376216Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:00:52.4396623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:00:52.4576213Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:00:52.4595036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:00:52.4816312Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:00:52.4835598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:00:52.5016016Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:00:52.5032697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:00:52.5255968Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:00:52.5274587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:52.5456039Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:52.5475674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:00:52.5696208Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:00:52.5715413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:00:52.5936799Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:00:52.5954699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:00:52.6136485Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:00:52.6155780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:00:52.6377715Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:00:52.6400486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:00:52.6578336Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:00:52.6599441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:00:52.6858028Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:00:52.6877435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:00:52.7016921Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:00:52.7035700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:52.7296444Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:52.7314085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:00:52.7456464Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:00:52.7475314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:00:52.7737358Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:00:52.7762996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:00:52.7897654Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:00:52.7927739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:52.8181505Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:52.8379557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:00:52.8384355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:52.8819738Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:52.8823112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:00:52.9222353Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:00:52.9270929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:00:52.9472402Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:00:52.9495561Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:00:52.9543322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:00:52.9701546Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:00:52.9704812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:52.9931763Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:52.9932463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:00:53.0133051Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:00:53.0133756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:00:53.0373058Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:00:53.0374033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:00:53.0572424Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:00:53.0573142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:53.0811812Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:53.0812629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:00:53.0978980Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:00:53.1006945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:53.1217638Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:53.1240416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:00:53.1416893Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:00:53.1446965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:53.1658175Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:53.1680837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:00:53.1856453Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:00:53.1884832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:53.2137653Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:53.2160847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:00:53.2297085Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:00:53.2324830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:00:53.2617809Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:00:53.2642648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:00:53.2737230Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:00:53.2762638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:00:53.3097786Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:00:53.3125748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:00:53.3177114Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:00:53.3288107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:00:53.3568234Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:00:53.3572788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:00:53.3690206Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:00:53.3693927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:53.4018451Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:53.4049031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:00:53.4096831Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:00:53.4123538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:53.4497646Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:53.4527077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:00:53.4539959Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:00:53.4565747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:53.5004001Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:53.5005170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:00:53.5006766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:53.5015893Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:00:53.5417509Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:53.5420706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:00:53.5445942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:00:53.5460683Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:00:53.5857965Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:00:53.5860227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:53.5894466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:00:53.5902229Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:53.6296764Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:00:53.6322777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:53.6336914Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:53.6365052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:00:53.6737696Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:00:53.6760896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:00:53.6779742Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:00:53.7179978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:00:53.7216907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:00:53.7698658Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:00:53.7699280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:00:53.8169721Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:00:53.8172407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:00:53.8653127Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:00:53.8655664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:00:53.9056844Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:00:53.9083563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:00:53.9572131Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:00:53.9576947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:00:54.0095699Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:00:54.3106652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:00:54.3129236Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:00:54.4382037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:00:54.4402870Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:00:54.9513575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:00:54.9530998Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:00:55.0705566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:00:55.0747402Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:00:55.0810897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:00:55.1221046Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:00:55.1230887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:00:55.1661241Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:00:55.1666005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:00:55.2058500Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:00:55.2097240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:00:55.2498016Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:00:55.2544076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:00:55.2549768Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:00:55.2557950Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:00:55.2936652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:00:55.2968891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:00:55.3379541Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:00:55.3411321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:00:55.3818977Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:00:55.3851834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:55.4245285Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:55.4260798Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:00:55.4269911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:55.4291306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:00:55.4323844Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:55.4739289Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:00:55.4787022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:00:55.4791617Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:00:55.4796098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:00:55.5176174Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:00:55.5180024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:00:55.5229316Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:00:55.5232384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:00:55.5616255Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:00:55.5619305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:00:55.5639202Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:00:55.6056265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:55.6059629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:00:55.6498738Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:00:55.6499385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:00:55.6899139Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:00:55.6927032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:00:55.7339348Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:00:55.7373270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:00:55.7758152Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:00:55.7767679Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:55.7777716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:55.7807434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:00:55.8216625Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:00:55.8247167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:00:55.8657494Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:00:55.8689404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:00:55.9098535Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:00:55.9504697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:00:55.9521555Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:55.9936731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:55.9961966Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:00:56.0120238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:00:56.0377935Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:00:56.0414889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:00:56.0889545Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:00:56.0898337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:00:56.1327892Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:00:56.1336705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:00:56.1645949Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:00:56.1662914Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:56.1699939Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:56.1733955Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:56.1793356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:00:56.1820965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:00:56.2258408Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:00:56.2259048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:00:56.2367185Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:00:56.2387518Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:00:56.2424150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:00:56.2727614Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:00:56.2736641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:00:56.2848804Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:00:56.2856376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:00:56.3167829Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:00:56.3176040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:00:56.3289317Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:00:56.3297057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:56.3609522Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:56.3618164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:00:56.3730761Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:00:56.3738702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:56.4056545Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:56.4078565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:00:56.4136580Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:00:56.4159354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:56.4498856Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:56.4522998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:00:56.4577165Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:00:56.4607385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:56.4940828Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:56.4966981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:00:56.5017148Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:00:56.5049208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:56.5376738Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:56.5402067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:56.5456656Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:56.5486857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:56.5816965Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:56.5842675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:56.5896650Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:56.5927161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:56.6257121Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:56.6283267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:56.6336953Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:56.6370597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:56.6696990Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:56.6723410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:56.6777207Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:56.7137415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:00:56.7173393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:56.7263845Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:56.7281615Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:00:56.7312708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:56.7607642Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:56.7612446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:56.7735296Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:56.7740502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:56.8018128Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:56.8042180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:56.8136608Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:56.8162941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:56.8456679Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:56.8576915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:56.8611421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:56.9019634Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:56.9047989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:56.9459285Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:56.9488562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:56.9759307Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:56.9765971Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:56.9897326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:56.9937136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:57.0339931Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:57.0384224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:57.0780887Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:57.0830141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:57.1262741Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:57.1273207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:57.1693605Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:57.1703231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:57.2132736Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:57.2142182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:57.2613910Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:57.8594688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:57.8635254Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:58.5519309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:58.5548635Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:58.9063088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:58.9078445Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:59.0303442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:59.0329755Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:59.0691274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:00:59.0767863Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:00:59.0773456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:59.1209365Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:59.1214236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:59.1497324Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:59.1512880Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:59.1519409Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:59.1533741Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:00:59.1545528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:59.1572241Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:00:59.1631757Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:59.1648692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:59.2035080Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:59.2044258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:59.2414329Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:59.2439129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:59.2443241Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:00:59.2447873Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:00:59.2451677Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:59.2468709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:59.2577549Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:59.2579956Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:00:59.2614296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:59.2899273Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:59.2926281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:00:59.3017182Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:00:59.3047313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:59.3337649Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:59.3387619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:00:59.3458659Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:00:59.3486951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:59.3777205Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:59.3804953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:59.3896282Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:59.3907831Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:00:59.3911763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:59.3934718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:00:59.4218248Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:59.4242982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:59.4258952Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:59.4337548Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:00:59.4340749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:00:59.4362640Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:00:59.4491208Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:00:59.4657107Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:00:59.4680711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:59.4778994Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:59.4783244Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:00:59.4806361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:59.5096794Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:59.5169771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:59.5216727Z [gw2] [ 92%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:59.5244546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:59.5536571Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:59.5566058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:59.5655643Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:59.5680124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:59.6016536Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:59.6046487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:59.6096746Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:59.6120222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:59.6411776Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:59.6423315Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:00:59.6457324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:00:59.6482063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:59.6537146Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:59.6557628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:59.6823453Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:59.6896488Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:00:59.6925404Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:00:59.6926916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:59.7007081Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:59.7008416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:59.7417891Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:59.7419793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:59.7464211Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:59.7466464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:59.7895366Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:59.7897584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:59.7901854Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:59.7903419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:00:59.8329141Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:00:59.8331520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:00:59.8337639Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:00:59.8369499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:59.8566543Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:59.8584680Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:00:59.8767793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:00:59.8771794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:59.8807244Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:59.8810309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:59.8965487Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:59.9016809Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:00:59.9206800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:00:59.9210573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:59.9246188Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:59.9250217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:59.9647194Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:59.9651721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:00:59.9690705Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:00:59.9694490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:59.9817248Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:59.9833743Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:01:00.0127533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:01:00.0131011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:00.0138432Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:00.0572235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:01:00.0574720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:00.0866493Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:00.1007736Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:01:00.1010916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:00.1016301Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:00.1046459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:00.1487902Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:00.1495380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:00.1498119Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:00.1499166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:01:00.1926452Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:01:00.1928288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:00.1938160Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:00.1973397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:01:00.2407283Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:01:00.2408487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:01:00.2419264Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:01:00.2457213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:01:00.2829268Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:01:00.2841160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:00.2857584Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:00.3333362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:00.3340011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:00.3379655Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:00.3393877Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:01:00.3748349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:01:00.3753520Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:00.3772514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:00.3782364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:01:00.4141646Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:00.4146567Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:01:00.4161229Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:01:00.4177474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:01:00.4182405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:00.4218073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:00.4222765Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:00.4451291Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:00.4692225Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:01:00.4697802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:01:00.4703236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:00.4710289Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:00.5024067Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:01:00.5057131Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:01:00.5063436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:01:00.5097514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:00.5138271Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:00.5157111Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:01:00.5187487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:00.5529712Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:00.5536527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:00.5579153Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:00.5613978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:00.6008078Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:00.6009154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:00.6019329Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:00.6054715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:01:00.6404823Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:01:00.6418160Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:01:00.6486971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:01:00.6487872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:00.6502839Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:00.6541601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:00.6897992Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:00.6921036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:00.6941471Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:00.6972784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:00.7406471Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:00.7421330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:01:00.7422189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:01:00.7422921Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:01:00.7817763Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:01:00.7845404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:00.7860045Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:00.7882394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:00.8258169Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:00.8285300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:00.8337321Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:00.8363632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:00.8697019Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:00.8728195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:01:00.8817398Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:01:00.8840573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:00.9138390Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:00.9173446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:00.9325072Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:00.9335532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:00.9613265Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:00.9617256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:00.9783813Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:00.9815359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:01:01.0062156Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:01:01.0064529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:01:01.0289694Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:01:01.0292786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:01.0477665Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:01.0496987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:01:01.0728772Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:01:01.0734505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:01.0920581Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:01.0925630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:01:01.1167192Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:01:01.1172532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:01.1367389Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:01.1372529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:01:01.1576155Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:01:01.1598067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:01.1777550Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:01.1796871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:01:01.2016275Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:01:01.2041636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:01.2255606Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:01.2259990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:01:01.2496627Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:01:01.2500234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:01:01.2695087Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:01:01.2700666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:01:01.2936010Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:01:01.2940933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:01.3134978Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:01.3139760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:01:01.3373465Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:01:01.3378039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:01.3423602Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:01.3435894Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:01:01.3576111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:01:01.3581228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:01:01.3812308Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:01:01.3816882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:01:01.3977446Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:01:01.4002042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:01:01.4296206Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:01:01.4303609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:01:01.4452434Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:01:01.4458369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:01:01.4698874Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:01:01.4724559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:01:01.4827961Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:01:01.4849605Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:01:01.4900420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:01:01.4901030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:01:01.4911560Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:01:01.5138156Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:01:01.5171912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:01:01.5256683Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:01:01.5284238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:01:01.5333803Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:01:01.5341049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:01:01.5614020Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:01:01.5615319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:01:01.5695928Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:01:01.5723698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:01:01.5751299Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:01:01.5786591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:01:01.6047192Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:01:01.6053209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:01:01.6135728Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:01:01.6168775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:01:01.6201727Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:01:01.6228379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:01:01.6488172Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:01:01.6494433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:01:01.6575506Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:01:01.6603808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:01:01.6615520Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:01:01.6637342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:01:01.6895342Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:01:01.6911630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:01:01.7015139Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:01:01.7031301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:01:01.7055472Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:01:01.7072549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:01:01.7335335Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:01:01.7352504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:01:01.7455115Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:01:01.7473242Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:01:01.7494770Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:01:01.7777777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:01:01.7796643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:01:01.7896707Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:01:01.7922213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:01:01.8216686Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:01:01.8236456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:01:01.8335790Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:01:01.8656506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:01:01.8689608Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:01:01.8699795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:01:01.8703796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:01:01.8719981Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:01:01.8953747Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:01:01.8969325Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:01:01.8993421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:01:01.9118184Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:01:01.9126455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:01:01.9141149Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:01:01.9168177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:01:01.9446978Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:01:01.9451299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:01:01.9569472Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:01:01.9573339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:01:01.9595768Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:01:01.9615753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:01:01.9924014Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:01:01.9980914Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:01:02.0012581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:01:02.0028683Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:01:02.0064608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:01:02.0419175Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:01:02.0445362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:01:02.0498846Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:01:02.0520961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:01:02.0858058Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:01:02.0881251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:01:02.0936667Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:01:02.0959950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:01:02.1298334Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:01:02.1325328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:01:02.1377462Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:01:02.1402393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:01:02.1758204Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:01:02.1791331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:01:02.1822479Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:01:02.1855025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:01:02.2178119Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:01:02.2257679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:01:02.2284039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:01:02.2737269Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:01:02.2764944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:01:02.3178424Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:01:02.3208557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:01:02.3618356Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:01:02.7595154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:01:02.7628912Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:01:02.8523692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:01:02.8552161Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:01:03.0820713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:01:03.0831590Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:01:03.3876000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:01:03.3888187Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:01:03.3916384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:01:03.4369340Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:01:03.4373913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:01:03.4708357Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:01:03.4716965Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:01:03.4742151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:01:03.4816872Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:01:03.4840920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:01:03.5137268Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:01:03.5161251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:01:03.5255742Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:01:03.5576822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:01:03.5610110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:01:03.6115076Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:01:03.6124602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:01:03.6499926Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:01:03.6500704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:01:03.6901927Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:01:03.6935943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:01:03.7337561Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:01:03.7370235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:01:03.7777648Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:01:03.7939675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:01:03.8218467Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:01:03.8681339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:01:03.8775621Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:01:03.8792850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:01:03.9177575Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:01:03.9194434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:01:03.9619882Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:01:04.3433445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:01:04.3471264Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:01:04.4211914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:01:04.4244721Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:01:04.4296520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:01:04.4693008Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:01:04.4693925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:01:04.5175155Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:01:05.5506374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:01:05.5531315Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:01:05.6468899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:01:05.6481577Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:01:05.9655275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:01:05.9670332Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:01:06.2554557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:01:06.2572572Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:01:06.2616593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:01:06.3020670Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:01:06.3025759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:01:06.3456083Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:01:06.3461597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:01:06.3914017Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:01:06.4637045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:01:06.4674946Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:01:06.6228951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:01:06.6272110Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:01:06.6332526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:01:06.6730902Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:01:06.6740225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:01:06.7170043Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:01:06.7179003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:01:06.7615283Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:01:06.7624794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:01:06.8059684Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:01:06.8094969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:01:06.8530286Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:01:06.8538743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:01:06.8972010Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:01:06.8980788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:01:06.9413584Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:01:06.9423220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:01:06.9858417Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:01:06.9867230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:01:07.0333124Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:01:07.0341507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:01:07.0809447Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:01:07.0817667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:01:07.1288299Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:01:07.1296602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:01:07.1728433Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:01:07.1736839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:01:07.2168323Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:01:07.2176652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:01:07.2648333Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:01:07.2656703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:01:07.3127721Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:01:07.3136001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:01:07.3292910Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:01:07.3323644Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:01:07.3611400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:01:07.3616461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:01:07.4087185Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:01:07.4092305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:01:07.4501478Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:01:07.5181833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:01:07.5203399Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:01:07.6009706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:01:07.6032494Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:01:07.6278413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:01:07.6488069Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:01:07.6492116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:01:07.6969996Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:01:07.6973450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:01:07.7495832Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:01:08.0303355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:01:08.0334553Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:01:08.0947606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:01:08.0958797Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:01:08.1079438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:01:08.1412117Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:01:08.1421791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:01:08.1836957Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:01:08.3645909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:01:08.3680331Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:01:08.4029545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:01:08.4104402Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:01:08.5974667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:01:08.6008355Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:01:08.9404619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:01:08.9449912Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:01:09.0503946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:01:09.0546082Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:01:09.2369557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:01:09.2414463Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:01:09.2771352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:01:09.2818695Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:01:09.2876679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:01:09.3297596Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:01:09.3306316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:01:09.3738999Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:01:09.3747854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:01:09.4169195Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:01:09.4178056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:01:09.4612085Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:01:09.4621041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:01:09.5100571Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:01:09.5110959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:01:09.5546511Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:01:09.5558610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:01:09.5942655Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:01:09.5997895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:01:09.6461825Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:01:09.6466593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:01:09.6604132Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:01:09.6627570Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:01:09.6858936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:01:09.6899640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:01:09.7344424Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:01:09.7345078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:01:09.7783228Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:01:09.7783896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:01:09.8222714Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:01:09.8223440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:09.8673120Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:09.8676245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:09.9093646Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:09.9096775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:09.9533014Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:09.9534566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:09.9980103Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:09.9982542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:01:10.0378341Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:01:10.0422388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:01:10.0858108Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:01:10.0860337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:01:10.1295640Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:01:10.1302603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:01:10.1740457Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:01:10.1750579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:01:10.2164112Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:01:10.2179154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:01:10.2621997Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:01:10.2631490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:01:10.3064080Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:01:10.3074386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:01:10.3469038Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:01:10.3506470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:01:10.3914662Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:01:10.3953010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:01:10.4334768Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:01:10.4363441Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:01:10.4371289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:01:10.4381347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:01:10.4811835Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:01:10.4820442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:01:10.5250750Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:01:10.5259616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:01:10.5562325Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:01:10.5594238Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:01:10.5690071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:01:10.5698622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:01:10.6170132Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:01:10.6178630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:01:10.6609837Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:01:10.6618767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:01:10.7050381Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:01:10.7059352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:01:10.7490171Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:01:10.7499325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:01:10.7915295Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:01:10.7941066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:01:10.8363775Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:01:10.8367626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:10.8802789Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:10.8806658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:10.9242090Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:10.9246480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:10.9687031Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:10.9690883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:11.0140056Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:11.0143136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:01:11.0571671Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:01:11.0574272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:01:11.1014190Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:01:11.1015014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:01:11.1453290Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:01:11.1454373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:01:11.1904099Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:01:11.1907754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:01:11.2344590Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:01:11.2345912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:01:11.2781841Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:01:11.2782640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:01:11.3220123Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:01:11.3226274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:01:11.3418319Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:01:11.3495288Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:01:11.3661562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:01:11.3667943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:01:11.4139208Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:01:11.5884775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:01:11.5903986Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:01:11.6092684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:01:11.6414958Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:01:11.7119031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:01:11.7138673Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:01:11.9710236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:01:11.9736717Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:01:12.0176295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:01:12.0202466Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:01:12.2661304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:01:12.2690267Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:01:12.2726522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:01:12.3173987Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:01:12.6476714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:01:12.6510286Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:01:12.6566214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:01:12.6968936Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:01:12.6983810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:01:12.7464004Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:01:12.7464635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:01:12.7711656Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:01:12.7736836Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:01:12.7931450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:01:12.7938202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:01:12.8370533Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:01:12.8378242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:01:12.8603249Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:01:12.8625683Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:01:12.8660359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:01:12.8809799Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:01:12.8811929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:01:12.9088788Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:01:12.9094744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:01:12.9251072Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:01:12.9254825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:01:12.9529471Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:01:12.9537093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:01:12.9684557Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:01:12.9692074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:01:12.9974158Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:01:12.9981917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:01:13.0125748Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:01:13.0133025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:01:13.0412177Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:01:13.0414436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:01:13.0560777Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:01:13.0852417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:01:13.0855604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:01:13.1289057Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:01:13.1291874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:01:13.1754320Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:01:13.1775542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:01:13.2294563Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:01:13.3169612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:01:13.3187024Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:01:13.3575528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:01:13.3647754Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:01:13.3653511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:01:13.4089611Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:01:13.4093928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:01:13.4527975Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:01:13.4532753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:01:13.4974314Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:01:13.4978635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:01:13.5411068Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:01:13.5417095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:01:13.5855959Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:01:13.5864340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:01:13.6294893Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:01:13.6303090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:01:13.6734270Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:01:13.6741989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:01:13.7172014Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:01:13.7179911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:01:13.7609567Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:01:13.7617648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:01:13.8047420Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:01:13.8055562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:01:13.8490377Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:01:13.8491195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:01:13.8928554Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:01:13.8930376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:01:13.9365632Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:01:13.9371217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:01:13.9808203Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:01:13.9824616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:01:14.0218800Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:01:14.0241092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:01:14.0657976Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:01:14.2241460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:01:14.2265876Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:01:14.2301622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:01:14.2815503Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:01:14.4178379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:01:14.4199941Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:01:14.4540267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:01:14.4616624Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:01:14.6061716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:01:14.6095035Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:01:14.6422324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:01:14.6537196Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:01:14.6568592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:01:14.7059024Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:01:14.7059744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:01:14.7156288Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:01:14.7183641Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:01:14.7538972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:01:14.7539623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:01:14.8015974Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:01:14.8984187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:01:14.9014336Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:01:14.9066721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:01:14.9451947Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:01:14.9452751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:01:14.9892923Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:01:14.9898593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:01:15.0375509Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:01:15.2909109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:01:15.2938056Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:01:15.3208365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:01:15.3406943Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:01:15.3412652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:01:15.3846155Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:01:15.3851836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:01:15.4288561Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:01:15.4294459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:01:15.4726797Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:01:15.4733604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:01:15.5171494Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:01:15.5177917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:01:15.5609726Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:01:15.5613946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:01:15.6049024Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:01:15.6054513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:01:15.6457337Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:01:15.6490146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:01:15.6896695Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:01:15.6928793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:01:15.7375305Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:01:15.7393662Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:01:15.7458267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:01:15.7483662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:01:15.7901349Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:01:15.8543346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:01:15.8564936Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:01:16.3276554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:01:16.3302296Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:01:16.4293074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:01:16.4319121Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:01:16.4355429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:01:16.4749082Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:01:16.4776675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:01:16.5209064Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:01:16.5217711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:01:16.5685857Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:01:16.5694238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:01:16.5943130Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:01:16.5952901Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:01:16.6139199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:01:16.6167886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:01:16.6578336Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:01:16.6610685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:01:16.6895782Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:01:16.6916773Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:01:16.7017109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:01:16.7042899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:01:16.7498035Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:01:16.7527315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:01:16.7977508Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:01:16.8009548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:01:16.8417878Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:01:16.8452114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:01:16.8901132Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:01:16.8943167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:01:16.9381112Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:01:16.9406786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:01:16.9818200Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:01:16.9850819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:01:17.0257586Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:01:17.0372394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:01:17.0756921Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:01:17.0775630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:01:17.1250926Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:01:17.1251556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:01:17.1688378Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:01:17.1692586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:01:17.2217011Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:01:17.4100093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:01:17.4118573Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:01:17.6174420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:01:17.6209619Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:01:17.6743121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:01:17.6774753Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:01:17.6826587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:01:17.7205315Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:01:17.7210417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:01:17.7688320Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:01:17.7697508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:01:17.7800174Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:01:17.7933180Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:01:17.8214701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:01:17.8456627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:01:17.8616499Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:01:20.5369938Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:01:20.5381263Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:01:21.9976176Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:01:21.9982347Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:01:23.4347785Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:01:23.4373401Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:01:23.7035318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:01:23.7056383Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:01:24.0626634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:01:24.0634657Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:01:24.1312825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:01:24.1323984Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:01:24.4692097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:01:24.4707163Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:01:24.5383459Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:01:24.5405444Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:01:25.1523726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:01:25.1549861Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:01:25.2805836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:01:25.2907038Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:01:25.9372644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:01:25.9394679Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:01:26.0832296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:01:26.0864063Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:01:26.6587918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:01:26.6598647Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:01:26.7433770Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:01:26.7444643Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:01:28.7342901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:01:28.7368494Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:01:29.1427453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:01:29.1438536Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:01:29.4354091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:01:29.4364389Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:01:29.4889936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:01:29.4901801Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:01:29.7281299Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:01:29.7306425Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:01:29.7563905Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:01:29.7736032Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:01:29.8199682Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:01:29.8222593Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:01:30.0618030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:01:30.0643124Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:01:31.0597907Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:01:31.0623064Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:01:31.2780660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:01:31.2788243Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:01:31.4668161Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:01:31.4678097Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:01:33.3609396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:01:33.3621892Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:01:33.7524313Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:01:33.7534086Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:01:35.4683230Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:01:35.4696349Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:01:35.9004833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:01:35.9011790Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:01:36.1288472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:01:36.1301093Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:01:36.1561579Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:01:36.1737580Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:01:36.2191223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:01:36.2217501Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:01:36.4597418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:01:36.4614336Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:01:36.7557601Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:01:36.7583053Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:01:36.7889992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:01:36.8016065Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:01:36.8854803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:01:36.8877670Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:01:36.9989425Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:01:36.9997143Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:01:37.0228684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:01:37.0417634Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:01:37.0763239Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:01:37.0857174Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:01:38.6074042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:01:38.6083622Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:01:38.9020915Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:01:38.9031388Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:01:38.9058803Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:01:38.9458103Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:01:39.0705011Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:01:39.0717928Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:01:39.1007154Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:01:39.1137401Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:01:39.2857048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:01:39.2867472Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:01:39.4173098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:01:39.4193707Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:01:39.5486194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:01:39.5506529Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:01:39.5839319Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:01:39.5935552Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:01:39.6972324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:01:39.6996027Z [gw1] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:01:39.9888923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:01:39.9910373Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:01:40.1313760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:01:40.1336166Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:01:41.1727881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:01:41.1734702Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:01:41.5430251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:01:41.5444833Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:01:41.5480825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:01:41.5857161Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:01:41.5894618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:01:41.6296216Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:01:42.2039924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:01:42.2061307Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:01:42.3153156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:01:42.3173185Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:01:42.3935632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:01:42.3957364Z [gw0] [ 98%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:01:42.3990310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:01:42.4376139Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:01:42.4409707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:01:42.4816154Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:01:42.5448337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:01:42.5471114Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:01:42.5621747Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:01:42.5896666Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:01:42.5933077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:01:42.6336514Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:01:42.6371853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:01:42.6776053Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:01:42.6809218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:01:42.7256097Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:01:42.7289080Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:01:42.7695904Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:01:42.7711937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:01:42.8136053Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:01:42.8153190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:01:42.8578052Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:01:42.8598812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:01:42.9016961Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:01:42.9038351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:01:42.9456974Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:01:42.9478581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:01:42.9897939Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:01:42.9926314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:01:43.0336777Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:01:43.0361708Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:01:43.0776974Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:01:43.1523606Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:01:43.1537150Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:01:43.2815156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:01:43.2836889Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:01:43.4235801Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:01:43.4242510Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:01:43.4957539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:01:43.4967925Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:01:43.7543360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:01:43.7556953Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:01:44.0109314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:01:44.0134010Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:01:44.1203776Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:01:44.1228350Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:01:44.1930652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:01:44.1940146Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:01:44.2723733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:01:44.2737940Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:01:44.7427769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:01:44.7453922Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:01:46.0308532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:01:46.0335075Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:01:46.6818808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:01:46.6826253Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:01:46.8720963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:01:46.8728034Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:01:46.9102756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:01:46.9136525Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:01:46.9158734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:01:46.9577864Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:01:46.9604719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:01:47.0019543Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:01:47.0516569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:01:47.0526277Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:01:47.0548994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:01:47.0937108Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:01:47.0958912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:01:47.1378153Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:01:47.1400851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:01:47.1815972Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:01:47.1840668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:01:47.2255324Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:01:47.2270620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:01:47.2695903Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:01:47.2713005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:01:47.3135525Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:01:47.3154462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:01:47.3575889Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:01:47.3593077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:01:47.4015305Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:01:47.4030539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:01:47.4455430Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:01:47.4471905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:01:47.4894779Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:01:47.4912805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:01:47.5335132Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:01:47.5666215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:01:47.5776738Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:01:47.5800231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:01:47.6219099Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:01:47.6247051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:01:47.6660202Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:01:47.6689554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:01:47.7097925Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:01:47.7127932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:01:47.7535555Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:01:47.7560029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:01:47.7976010Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:01:47.7999787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:01:47.8417402Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:01:47.8443003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:01:47.8856903Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:01:47.8881586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:01:47.9296296Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:01:47.9320661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:01:47.9735769Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:01:47.9752401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:01:48.0175283Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:01:48.0194458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:01:48.0615481Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:01:48.0635908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:01:48.1055142Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:01:48.1074292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:01:48.1495958Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:01:48.1516425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:01:48.1935185Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:01:48.1954920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:01:48.2375450Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:01:48.2392547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:01:48.2814748Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:01:48.2835064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:01:48.3257636Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:01:48.3281540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:01:48.3697372Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:01:48.3721379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:01:48.4136752Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:01:48.4160542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:01:48.4230094Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:01:48.4239263Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:01:48.4576400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:01:48.4603312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:01:48.5017276Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:01:48.5045002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:01:48.5456340Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:01:48.5482624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:01:48.5897301Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:01:48.8359987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:01:48.8377029Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:01:48.8747003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:01:48.8778476Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:01:48.8813403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:01:48.9218084Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:01:48.9252446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:01:48.9658358Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:01:48.9696259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:01:49.0098525Z [gw1] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:01:49.0135526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:01:49.0537839Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:01:49.0561288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:01:49.0977083Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:01:49.1000969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:01:49.1197174Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:01:49.1207012Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:01:49.1417112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:01:49.1441922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:01:49.1476231Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:01:49.1615753Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:01:49.1897083Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:01:49.1923594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:01:49.2337403Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:01:49.2362682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:01:49.2818376Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:01:49.2842869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:01:49.3256886Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:01:50.2168812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:01:50.2194053Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:01:50.3941191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:01:50.3966065Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:01:50.4098223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:01:50.4377605Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:01:50.4411866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:01:50.4817969Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:01:50.4851699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:01:50.5257271Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:01:50.5290793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:01:50.5697070Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:01:50.7038036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:01:50.7062707Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:01:50.7388917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:01:50.7497176Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:01:50.7531007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:01:50.7937565Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:01:50.7971214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:01:50.8417412Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:01:50.8450754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:01:50.8857268Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:01:50.9334510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:01:51.7834515Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:01:51.7844831Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:01:52.0913310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:01:52.0921405Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:00.5680078Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:00.5687664Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:01.6942543Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:01.6950196Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:03.9632070Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:03.9638621Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:04.2958422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:04.2969859Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:04.7042124Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:04.7051877Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:05.1652740Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:05.1663238Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:05.4349161Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:05.4358075Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:05.7012134Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:05.7018156Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:06.0164136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:06.0170983Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:06.0356986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:06.0576956Z [gw0] [ 99%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:06.2485398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:06.2495464Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:06.4515631Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:06.4522535Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:06.7243345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:06.7249090Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:06.7593518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:06.7656022Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:06.7678513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:06.8095671Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:06.8364741Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:06.8535405Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:06.9637966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:06.9645748Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:07.8914297Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:07.8921618Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:08.0552088Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:08.0559137Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:08.5763684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:08.5771755Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:09.3037149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:09.3044507Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:22.2834254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:22.2841521Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:22.3667710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:22.3677916Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:22.8133438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:02:22.8143085Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:02:22.8165600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:22.8576166Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:23.0355280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:23.0361842Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:23.0830121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:23.0840878Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:23.0864147Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:23.1258074Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:23.1721777Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:23.1728094Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:23.2211436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:23.2219112Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:23.3616684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:23.3624122Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:23.5414763Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:23.5422396Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:23.8398460Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:23.8408940Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:23.9626678Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:23.9632211Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:24.0822149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:24.0833772Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:24.1997657Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:24.2007347Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:24.2994145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:24.2998958Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:24.4146600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:24.4156638Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:24.5364830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:24.5371335Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:24.8716542Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:24.8726066Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:25.5752171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:25.5758829Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:25.6934260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:25.6941652Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:25.8692827Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:25.8700178Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:25.9513973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:25.9520983Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:28.0989429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:28.0996827Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:28.5540812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:28.5547546Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:28.7038151Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:28.7045326Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:28.7369283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:28.7455403Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:28.9714807Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:28.9722837Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:36.5375572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:36.5382689Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:47.4208130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:47.4218166Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:52.9041001Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:52.9052992Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:52.9211874Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:53.8127472Z [gw0] [100%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:53.8129013Z 2022-09-27T16:02:53.8133824Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml - 2022-09-27T16:02:53.8152231Z === 3435 passed, 4020 skipped, 73 xfailed, 213 warnings in 741.67s (0:12:21) === 2022-09-27T16:02:53.9276808Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T16:02:54.7711257Z Running test_quantization ... [2022-09-27 16:02:54.770707] 2022-09-27T16:02:54.7711995Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:02:54.770789] 2022-09-27T16:02:56.5872578Z /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:02:56.5873471Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:02:56.6397296Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-09-27T16:02:56.6484018Z 2022-09-27T16:02:56.6484152Z Running tests... 2022-09-27T16:02:56.6486090Z ---------------------------------------------------------------------- 2022-09-27T16:02:56.6492706Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:02:56.6582349Z Tests the migration of the torch.nn.quantized.functional ... ok (0.010s) 2022-09-27T16:02:56.6589345Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6595711Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6602087Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6608312Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6616317Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6623760Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6631330Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6639229Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6646856Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6654952Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6662312Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6669742Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6677428Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6686631Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6694118Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6701946Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6708770Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6714912Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6717954Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:02:56.6722305Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T16:02:56.6725749Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:02:56.6730596Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T16:02:56.6736503Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6739706Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:02:56.6744033Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-09-27T16:02:56.6751683Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6757621Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:02:56.6761074Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:02:56.6770383Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-09-27T16:02:56.6776139Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:02:56.6782378Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-09-27T16:02:56.6792437Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6799418Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6806732Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6815621Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6823676Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6829853Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6838808Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6846710Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6854448Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6860645Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6869299Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6875533Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6881150Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6886912Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6893029Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6899219Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6904837Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6910939Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6917069Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6923046Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6929052Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6935319Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:02:56.6944085Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.6951644Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.6961623Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.6968505Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.6976009Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.6983626Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.6991346Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.6999143Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7006077Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7014827Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7023722Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7032290Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7038140Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7044097Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7050199Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7055911Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7061804Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7067661Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7073292Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7078993Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7084909Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7090885Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7096625Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7102447Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:02:56.7141892Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-09-27T16:02:56.7157741Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T16:02:56.7168438Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7192449Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T16:02:56.7206626Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7238080Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-09-27T16:02:56.7248795Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7259603Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7270309Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7280247Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7300914Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7303736Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7314768Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7325067Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7335361Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7345664Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7356112Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7366510Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7377217Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7398564Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T16:02:56.7409769Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:56.7421891Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:02:57.3397948Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.597s) 2022-09-27T16:02:57.5032202Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.163s) 2022-09-27T16:02:58.1483558Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.645s) 2022-09-27T16:02:58.6226227Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.474s) 2022-09-27T16:02:58.6321747Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.010s) 2022-09-27T16:02:58.7244619Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.092s) 2022-09-27T16:02:58.7292561Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-09-27T16:02:58.7293658Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-09-27T16:02:58.7295018Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:101: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-09-27T16:02:58.7295952Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-09-27T16:02:58.7297532Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:214: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-09-27T16:02:58.7298495Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-09-27T16:02:58.7670022Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:237: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-09-27T16:02:58.7671020Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-09-27T16:02:58.8010400Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:179: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-09-27T16:02:58.8011470Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-09-27T16:02:58.8362512Z ok (0.112s) 2022-09-27T16:02:58.8415264Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-09-27T16:02:58.8417066Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-09-27T16:02:58.8418326Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:265: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-09-27T16:02:58.8419253Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-09-27T16:02:58.8420501Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:370: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-09-27T16:02:58.8421403Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-09-27T16:02:58.8878394Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:450: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-09-27T16:02:58.8879347Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-09-27T16:02:58.9135563Z ok (0.077s) 2022-09-27T16:02:58.9141149Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:02:58.9150348Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:02:58.9191227Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.005s) 2022-09-27T16:02:58.9201870Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:02:58.9299485Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.011s) 2022-09-27T16:02:58.9309831Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:02:58.9350421Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-09-27T16:02:58.9351349Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:02:58.9393532Z ok (0.009s) 2022-09-27T16:02:58.9409856Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:02:58.9410884Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-09-27T16:02:58.9415766Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:02:58.9428593Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-09-27T16:02:58.9457033Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:58.9731754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:58.9895732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.0051362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.0217363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.0371435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.0521503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.0651729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.0842157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.0993582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.1178539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.1326309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.1530921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.1674614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.1842316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.1977517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.2094848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.2267499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.2447523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.2604772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.2761352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.2891719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.3041525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.3171606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.3351104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.3565030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.3719061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.3874254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.4049287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.4171422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.4349816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.4489609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.4631783Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.4771407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.4946671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.5086973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.5241572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.5371556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.5573108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.5721057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:02:59.6776114Z ok (0.734s) 2022-09-27T16:02:59.6801158Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:60: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:02:59.6802320Z self._get_name() 2022-09-27T16:02:59.7900906Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:02:59.8176628Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:76.) 2022-09-27T16:02:59.8177343Z return callable(*args, **kwargs) 2022-09-27T16:02:59.8262701Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:02:59.8667736Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:02:59.8920532Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:02:59.9054573Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:02:59.9342309Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:02:59.9646951Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:02:59.9963079Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.1085828Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.1495214Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.1911531Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.2165336Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.2474965Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.2761914Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.3090083Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.3388319Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.5561099Z ok (0.878s) 2022-09-27T16:03:00.5576569Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:125: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:03:00.5577739Z self._get_name() 2022-09-27T16:03:00.6563205Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.6964983Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.7449688Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.7690720Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.8008778Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.8319721Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.8691682Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:00.9004169Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.0017872Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.0431070Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.0830727Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.1076644Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.1374713Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.1662635Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.2070265Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.2388653Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.4609205Z ok (0.905s) 2022-09-27T16:03:01.4626760Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:190: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:03:01.4627673Z self._get_name() 2022-09-27T16:03:01.6698625Z ok (0.209s) 2022-09-27T16:03:01.6716040Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:260: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:03:01.6717222Z self._get_name() 2022-09-27T16:03:01.7663657Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.8042416Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.8401944Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.8645007Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.8934311Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.9241730Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.9584854Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:01.9881321Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.0898149Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.1268076Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.1668021Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.1909573Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.2251509Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.2574944Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.2961544Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.3280845Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.5351295Z ok (0.865s) 2022-09-27T16:03:02.5368961Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:321: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:03:02.5369909Z self._get_name() 2022-09-27T16:03:02.6339276Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.6710361Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.7146958Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.7380703Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.7674547Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.7980993Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.8309996Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.8628118Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:02.9691992Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:03.0031915Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:03.0420666Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:03.0670118Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:03.0983211Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:03.1299034Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:03.1644760Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:03.1948596Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:03:03.4127537Z ok (0.877s) 2022-09-27T16:03:03.4144605Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:382: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:03:03.4145528Z self._get_name() 2022-09-27T16:03:03.6046192Z ok (0.192s) 2022-09-27T16:03:03.6066057Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.6212276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.6373151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.6509988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.6692787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.6841527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.6990909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.7133053Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.7279318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.7412450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.7565590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.7701657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.7846894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.7971356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.8116478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.8251865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.8412872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.8533192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.8653173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.8794828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9065751Z ok (0.302s) 2022-09-27T16:03:03.9106805Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9115216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9116548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9194408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9357804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9374766Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-09-27T16:03:03.9375619Z return callable(*args, **kwargs) 2022-09-27T16:03:03.9430489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9525928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9607215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9624051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9645380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9696146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9723624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:03.9739088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0625543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0631028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0632484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0687842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0770274Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0812346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0881394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0940086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0952717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.0969372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.1005393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.1026721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.1039497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.1932206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.2056520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.2206998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.2418328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.2687246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.2978661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.3254934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.3416011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.3693250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.3996688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.4320681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.4613185Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.4757558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.5844334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.5851097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.5852268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.5908804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.5991984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.6032189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.6100899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.6159041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.6171777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.6187466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.6223643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.6244409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.6256760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.7112624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.7301310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.7446193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.7668956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.7887788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.8124705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.8492032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.8746755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.9077427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.9421699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:04.9758074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.0035729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.0191135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1273576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1280029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1280969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1336571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1418101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1457963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1526281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1584794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1597097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1612884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1648933Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1669769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.1682409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2532435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2538048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2539171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2594802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2676853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2716956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2785483Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2845765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2858811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2875149Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2911510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2933193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.2945509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.3801152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.3807422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.3808457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.3863021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.3946636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.3987395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.4056038Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.4114797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.4127878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.4144869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.4180875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.4201809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.4214613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.5091372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.5260097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.5313993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.5530767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.5820088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.6175135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.6542350Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.6771655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.7169188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.7482632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.7800912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.8141114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.8298243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.9479685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.9623033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.9759674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:05.9968365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.0197857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.0478075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.0838220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.1047685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.1282508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.1592713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.1912969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.2229570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.2403368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3568510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3574172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3575671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3630231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3713375Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3753096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3822865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3881470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3894749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3911250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3947504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3969044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.3981627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.4841515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.5019653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.5157757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.5377946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.5601693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.5918927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.6237833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.6450463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.6733777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.7048029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.7373840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.7714727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.7870134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.8931633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.9099921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.9236653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.9446548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:06.9743144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.0073523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.0443759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.0641159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.1023716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.1338709Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.1664715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.1953069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.2115960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.3172446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.3325481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.3471865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.3699892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.3963777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.4309865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.4693964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.4922700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.5215517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.5503403Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.5833876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.5995713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.6148327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.7274801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.7419643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.7566473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.7787805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.7964016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.8296768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.8651939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.8888338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.9169451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.9459328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:07.9770990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.0106647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.0257684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.1249033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.1413786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.1565996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.1796137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.2054796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.2396508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.2770724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.2981252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.3279844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.3596662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.3875057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.4074948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.4137285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.5238690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.5393313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.5538836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.5741961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.6003112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.6338435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.6653091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.6790081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.7055354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.7342408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.7656571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.7961568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.8108040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.9261201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.9406650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.9533127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.9755798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:08.9989051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.0333691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.0731670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.0905599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.1190563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.1502497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.1845767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.2115423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.2268450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.3349770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.3495374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.3642148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.3871259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.4126494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.4413244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.4735276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.4956547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.5203747Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.5502895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.5862654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.6196587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.6362872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.7531567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.7677691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.7815694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.8055072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.8320416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.8665049Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.8964561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.9174814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.9453391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.9702448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:09.9918219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.0276745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.0416073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.1497815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.1642491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.1787487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.1999458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.2232192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.2597247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.2951627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.3029969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.3271860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.3540548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.3866447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.4155339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.4295208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.5409998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.5563473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.5714901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.5935859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.6196366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.6529906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.6859537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.7091679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.7374203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.7689244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.8016206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.8320644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.8467282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.9699554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.9851803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:10.9972726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.0216962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.0472535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.0816102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.1180256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.1408272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.1683816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.1992509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.2339278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.2639560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.2799049Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.3853470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.3995281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.4145300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.4365424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.4607664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.4958799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.5343413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.5578576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.5864649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.6176909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.6493002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.6758526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.6906637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.8064657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.8216659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.8368262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.8597283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.8848192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.9206133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.9572652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:11.9823699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.0094293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.0398018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.0714003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.1009264Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.1152564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2220630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2226801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2227732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2283643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2364819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2405183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2473068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2531476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2544018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2560069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2596063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2617664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.2631149Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3487598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3494059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3495230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3551836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3637103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3676549Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3744929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3803710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3816635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3832274Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3868005Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3890129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.3903120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.4767580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.4774078Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.4775310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.4829051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.4912315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.4951780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.5020502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.5080155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.5093234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.5108713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.5144657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.5165100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.5177169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.6090909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.6260290Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.6407818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.6618275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.6883068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.7154954Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.7448807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.7654673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.7924212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.8222145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.8556889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.8850706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:12.8992544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.0179361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.0333622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.0479975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.0692237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.0931190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.1269719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.1644596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.1863436Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.2133900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.2469527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.2811604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.3130606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.3295460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4458629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4464407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4465825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4526492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4610486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4650456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4718853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4777704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4790404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4806289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4842562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4864539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.4878313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.5781979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.5788266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.5789380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.5848561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.5932082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.5971735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.6040327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.6098712Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.6111121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.6127087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.6163111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.6185046Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.6198125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7066979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7073301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7076259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7134457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7217476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7256947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7327274Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7389300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7402468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7418092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7453999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7476301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.7489749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8364906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8371154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8372710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8427644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8509218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8548677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8616713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8675202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8687499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8703448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8741536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8763380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.8777103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.9651721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.9782526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:13.9975012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.0189190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.0398361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.0736401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.1133113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.1362508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.1653137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.1938173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.2379711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.2695407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.2827542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.3964217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.4102250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.4247548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.4503855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.4769656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.5093704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.5407329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.5572438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.5869771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.6140936Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.6484635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.6793028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.6921944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.8101818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.8252080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.8402827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.8607994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.8888048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.9213401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.9575734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:14.9784125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.0083478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.0305823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.0715812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.1047197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.1211578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.2246224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.2401923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.2552341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.2762966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.3008539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.3339972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.3699609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.3909974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.4173144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.4478620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.4805410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.5114242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.5266211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.6387472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.6538845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.6688197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.6906293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.7168769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.7513430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.7901912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.8135109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.8415842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.8744466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.9059178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.9323441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:15.9454760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0506134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0512830Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0514101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0571326Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0652638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0693330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0761869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0822967Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0835379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0852481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0889801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0910471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.0922484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.1771224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.1776905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.1778165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.1836672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.1917836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.1957567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.2026559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.2086467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.2099894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.2115606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.2151541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.2172757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.2184310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.3073279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.3302122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.3447648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.3660760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.3923636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.4245702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.4465901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.4613947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.4885378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.5169444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.5491692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.5816282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.5975600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.7120401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.7274487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.7424500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.7660042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.7924954Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.8252789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.8632968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.8852623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.9134884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.9462152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:16.9839728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.0163835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.0306608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.1374139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.1516258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.1660887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.1867437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.2106125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.2444752Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.2814289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.3020221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.3293451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.3728899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.4057853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.4368379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.4505563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.5631503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.5783241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.5921309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.6126617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.6396198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.6733555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.7102603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.7312788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.7608488Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.7899083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.8229243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.8555893Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.8707279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.9840894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:17.9990899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.0137228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.0362497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.0528380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.0843809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.1211311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.1452703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.1733058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.1959907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.2338884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.2647291Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.2787331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.3951883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.4111083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.4259902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.4450608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.4650515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.5007570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.5383252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.5594037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.5893639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.6219740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.6575944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.6878929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.7041502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.8208306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.8360726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.8453776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.8681437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.8929647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.9259295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.9710572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:18.9928770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.0212324Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.0502044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.0833004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.1098232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.1236698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.2355892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.2498754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.2648783Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.2860577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.3102806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.3439773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.3806706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.3994318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.4294422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.4607504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.4975753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.5315771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.5468144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.6558653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.6700172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.6865760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.7097378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.7337817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.7677208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.8057690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.8280659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.8569170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.8783676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.9099531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.9387484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:19.9541389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.0703563Z ok (16.164s) 2022-09-27T16:03:20.0746925Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.0892772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.0916282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.1171166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.1313810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.1464296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.1605729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.1733056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.1881408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.2028297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.2178092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.2345899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.2493928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.2652622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.2801328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.2954430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.3095056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.3243279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.3384166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.3531833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.3739528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.3876930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.4030647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.4173069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.4292313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.4433588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.4663695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.4850663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.4959889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.5096899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.5235160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.5372395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.5509163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.5645703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.5795345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.5932068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.6082624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.6226923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.6371819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.6514166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.6651575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.6787975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.6929410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.7081843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.7212110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.7366179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.7491489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.7652566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.7789728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.7925806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.8051933Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.8188991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.8327563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.8465317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.8602520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.8732365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.8869866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.9006441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.9132277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.9268625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.9405928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.9542366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.9680828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:20.9819541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.0014717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.0130829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.0271283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.0411449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.0575201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.0736788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.0874468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.1011608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.1150886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.1287918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.1424739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.1562777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.1699760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.1853798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.1989713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.2147906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.2284535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.2427776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.2573861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.2715578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.2857284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.2994524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.3685259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.3825659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.3967242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.4091458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.4227585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.4364714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.4490743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.4628900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.4767745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.4891895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.5052469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.5211432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.5353138Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.5451650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.5571389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.5731637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.5891271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.6031545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.6131528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.6307012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.6456166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.6570772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.6731371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.6895353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.7043839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.7172274Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.7314704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.7452938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.7588915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.7725961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.7870257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.8013990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.8159667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.8321077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.8466764Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.8653746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.8799641Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.8933004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.9080363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.9213743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.9454784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.9591711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.9729586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.9853917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:21.9990983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.0128025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.0253649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.0396229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.0532172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.0674135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.0815925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.0969101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.1104792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.1243500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.1380521Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.1518870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.1653683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.1792840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.1928706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.2053561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.2190780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.2334670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.2437531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.2617253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.2754507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.2893484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.3053108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.3174154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.3331714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.3468951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.3613766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.3762764Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.3893805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.4043017Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.4172828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.4310367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.4452130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.4573750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.4733634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.4871187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.5008099Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.5151489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.5307477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.5449019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.5601305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.5732172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.5893994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.6013402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.6150194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.6319071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.6459278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.6596686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.6741705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.6878723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.7011955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.7150264Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.7292173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.7453327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.7594051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.7739651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.7875080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.8021813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.8169453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.8306194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.8457950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.8596227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.8732741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.8870145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.9011655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.9169630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.9308610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.9448312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.9599958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.9732551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:22.9885913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.0031500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.0172445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.0321624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.0451678Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.0598434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.0812654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.0958445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.1118989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.1256801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.1403427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.1532744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.1681708Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.1813680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.2060493Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.2195031Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.2331555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.2468872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.2606081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.2748900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.2886631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.3023265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.3169275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.3304245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.3439381Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.3573791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.3718494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.3860251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.3997597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.4133592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.4270819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.4407098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.4543755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.4680653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.4817758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.4959953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.5102391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.5238626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.5376246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.5513009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.5649316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.5802515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.5973506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.6133233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.6155881Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.6413224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.6560909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.6701505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.6842273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.6988852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.7132939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.7269710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.7407055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.7532686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.7670702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.7808241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.7957508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.8091452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:23.9208307Z ok (3.850s) 2022-09-27T16:03:23.9526887Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.032s) 2022-09-27T16:03:23.9832678Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.030s) 2022-09-27T16:03:24.0179010Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.035s) 2022-09-27T16:03:24.0506548Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.033s) 2022-09-27T16:03:24.0796022Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.028s) 2022-09-27T16:03:24.0831934Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-09-27T16:03:24.0915737Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.0923835Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.0986630Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.0996475Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1006615Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1016231Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1026950Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1037169Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1048359Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1057288Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1070783Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1138146Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1148318Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1158852Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1206233Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1216775Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1236417Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1312477Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1321793Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:24.1370588Z ok (0.054s) 2022-09-27T16:03:25.6844566Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.547s) 2022-09-27T16:03:25.7282604Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.044s) 2022-09-27T16:03:25.9604293Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.232s) 2022-09-27T16:03:31.3720216Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (5.412s) 2022-09-27T16:03:31.3759717Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.3895589Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.4029802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.4170770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.4354941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.4566385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.4735857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.4885300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.5346554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.5491742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.5659160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.5799688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.5967321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.6103583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.6272493Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.6411495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.6889698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.7009293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.7209185Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.7315590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.7470312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.7610670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.7779384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.7919309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.8305342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.8454461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.8645110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.8827613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.9000595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.9130703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.9285943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.9412084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.9857271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:31.9994751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.0151210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.0288146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.0432140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.0571175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.0728095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.0866258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.1303523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.1439886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.1592635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.1732442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.1892834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.2012272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.2171989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.2313186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.2766487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.2902058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.3058573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.3198266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.3351978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.3492026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.3660014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.3771869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.4207441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.4351430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.4511420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.4650430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.4810056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.4932218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.5125367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.5269785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.5703964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.5851784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.6047635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.6199551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.6351517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.6492105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.6656548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.6771557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.7221672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.7366092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.7510004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.7651727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.7816307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.7932448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.8111300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.8251417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.8685963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.8876754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.9044872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.9171413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.9398604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.9438228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.9699642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:32.9835578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.0222059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.0368806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.0524140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.0660833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.0827662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.0970949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.1127956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.1251486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.1691383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.1841810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.1991128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.2092289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.2280809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.2284793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.2572744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.2712292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.3138466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.3299058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.3455229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.3592333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.3755983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.3904510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.4070122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.4210183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.4635345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.4771909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.4911965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.5051930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.5220422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.5332212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.5500633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.5612180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.6065545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.6212121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.6354111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.6492331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.6662928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.6799399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.6991874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.7131898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.7529582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.7651996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.7821007Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.7966051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.8138752Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.8291629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.8458548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.8610843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.9073057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.9217267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.9383946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.9657908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.9812564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:33.9960388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.0108375Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.0252279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.0660106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.0807600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.0960397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.1091779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.1258464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.1394367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.1547107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.1693764Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.2087466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.2224559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.2389528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.2536733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.2710564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.2854305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.3018521Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.3162252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.3549750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.3703191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.3864197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.3998848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.4151684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.4252250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.4446271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.4572145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.5028478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.5171385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.5335879Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.5499950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.5651598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.5787614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.5940705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.6086167Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.6493398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.6642916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.6810116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.6956824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.7104799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.7252619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.7412085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.7612357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.8071266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.8216127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.8374705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.8491262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.8647976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.8771768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.8926033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.9052486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.9501242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.9648533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:34.9819333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.0090348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.0245949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.0333400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.0531211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.0531888Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.0898062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.1052451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.1217073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.1363148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.1510187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.1650816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.1818784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.1931311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.2372587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.2513705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.2670914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.2810962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.2982187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.3091222Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.3269970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.3422714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.3860629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.3997935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.4155126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.4290472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.4471336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.4620225Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.4791035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.4949310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.5403018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.5532756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.5707077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.5855766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.6022537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.6188309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.6350928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.6500226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.6959243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.7099546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.7266569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.7410991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.7584311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.7731749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.7889894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.8043191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.8456508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.8600866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.8765446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.8901999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.9068317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.9216407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.9388385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.9531363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:35.9993462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.0051622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.0289784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.0430118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.0593372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.0730870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.0900507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.1035450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.1474740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.1611263Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.1778775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.1925047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.2070501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.2210828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.2367567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.2515930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.2972554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.3131213Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.3300546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.3482158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.3629613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.3766252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.3863057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.4000108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.4396997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.4531703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.4703745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.4853871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.5024928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.5160760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.5326731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.5465091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.5917477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.6051554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.6219025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.6367477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.6509804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.6646496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.6790976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.6927407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.7367108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.7491900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.7655179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.7772092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.7929146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.8051691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.8210009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.8332311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.8752742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.8891878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.9047242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.9171929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.9330865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.9451777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.9610380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:36.9731769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.0202629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.0346457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.0511785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.0661695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.0833847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.1041541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.1208836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.1343959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.1740409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.1887811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.2047446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.2171608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.2350798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.2487754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.2657757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.2797494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.3162707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.3312448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.3477671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.3613769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.3781316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.3908551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.4063557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.4212357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.4660517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.4805188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.4952132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.5092434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.5264127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.5372146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.5559976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.5692225Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.6153135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.6289418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.6430581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.6567310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.6724065Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.6892548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.7067362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.7214109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.7579415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.7720746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.7870318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.8007909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.8165406Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.8300751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.8469401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.8607499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.9066491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.9205816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.9350316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.9499550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.9662151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.9814733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:37.9997645Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.0133770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.0575567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.0717887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.0871717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.1008932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.1237602Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.1378763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.1539563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.1683591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.2067664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.2227551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.2395020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.2550682Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.2711898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.2852301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.3024079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.3132075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.3582743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.3726653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.3881131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.4031277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.4190137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.4334852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.4501062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.4611431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.5051226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.5171990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.5343515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.5479012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.5628851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.5765322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.5933993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.6069323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.6534036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.6682446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.6848159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.6993983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.7151778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.7292230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.7459907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.7571436Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:03:38.7998528Z ok (7.428s) 2022-09-27T16:03:38.8012946Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:03:38.8032167Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-09-27T16:03:38.8038886Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:03:38.8068527Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.004s) 2022-09-27T16:03:38.8084454Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:03:38.8305696Z First checks to see if _equalize.equalize can handle multiple ... ok (0.024s) 2022-09-27T16:03:38.8323943Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:03:38.8649102Z Checks to see if eager mode equalization supports fused ... ok (0.034s) 2022-09-27T16:03:38.8666035Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:03:38.8947167Z Checks to see if eager mode equalization supports fused ... ok (0.030s) 2022-09-27T16:03:39.2698372Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.375s) 2022-09-27T16:03:39.2714233Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:39.2829117Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1498: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:03:39.2830385Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-09-27T16:03:39.2831565Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1504: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:03:39.2832443Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-09-27T16:03:39.3434792Z ok (0.074s) 2022-09-27T16:03:39.3449994Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:39.3553047Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:742: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-09-27T16:03:39.3553802Z f"Cannot equalize {node} because it is part of a branch." 2022-09-27T16:03:39.3566952Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:742: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-09-27T16:03:39.3567616Z f"Cannot equalize {node} because it is part of a branch." 2022-09-27T16:03:39.3687840Z ok (0.025s) 2022-09-27T16:03:39.3701212Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:39.5953989Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:39.5955103Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:39.6538369Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:39.6539329Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:39.8629078Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:39.8630241Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:40.4260866Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:40.4261965Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:40.5440521Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:40.5441935Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:41.1158241Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:41.1159297Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:41.2542073Z ok (1.885s) 2022-09-27T16:03:41.2551853Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:41.3245363Z After applying the equalization functions, check if the equalization ... ok (0.070s) 2022-09-27T16:03:41.3290296Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:41.3412266Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:03:41.3413058Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:03:41.3426831Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:191: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-09-27T16:03:41.3427457Z "Must run observer before calling calculate_equalization_scale. " + 2022-09-27T16:03:41.3428404Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:103: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-09-27T16:03:41.3428877Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-09-27T16:03:41.3433390Z /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:03:41.3433914Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:03:41.8329747Z ok (0.508s) 2022-09-27T16:03:41.8343761Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:42.0256575Z Tests that graphs created after prepare_fx is as expected ... ok (0.193s) 2022-09-27T16:03:42.0265761Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:42.2560822Z Tests that for small models, the results of quantized models that ... ok (0.230s) 2022-09-27T16:03:42.2572373Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:42.3242263Z After applying the equalization functions check if the weights and ... ok (0.068s) 2022-09-27T16:03:42.3259873Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:03:42.5558069Z Tests that we are able to run numeric suite on the equalized model ... ok (0.232s) 2022-09-27T16:03:42.6380435Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.082s) 2022-09-27T16:03:42.6863796Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.048s) 2022-09-27T16:03:42.8032725Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.117s) 2022-09-27T16:03:42.8042460Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:03:42.8538527Z Verify that graph matching works on methods ... ok (0.050s) 2022-09-27T16:03:42.9323952Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.078s) 2022-09-27T16:03:42.9557120Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /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:03:42.9558439Z Returning default scale and zero point " 2022-09-27T16:03:43.1376499Z ok (0.205s) 2022-09-27T16:03:43.1404754Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:03:43.1463992Z Tests that the mapping of op relationships is complete. ... ok (0.009s) 2022-09-27T16:03:43.2176826Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.071s) 2022-09-27T16:03:43.2380047Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:43.2381265Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:43.2994055Z ok (0.082s) 2022-09-27T16:03:43.4605131Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.161s) 2022-09-27T16:03:43.5200467Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.059s) 2022-09-27T16:03:43.5915776Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.071s) 2022-09-27T16:03:43.7535513Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.162s) 2022-09-27T16:03:43.7546525Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:03:43.7979526Z Verify that graph matching works on user defined functions ... ok (0.044s) 2022-09-27T16:03:43.7996225Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead. 2022-09-27T16:03:43.7996915Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T16:03:43.7997614Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=None`. 2022-09-27T16:03:43.7998038Z warnings.warn(msg) 2022-09-27T16:03:47.7324798Z ok (3.934s) 2022-09-27T16:03:53.5429414Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (5.810s) 2022-09-27T16:03:53.5438723Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:03:57.6005378Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T16:03:57.6006096Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:03:57.8686534Z ok (4.325s) 2022-09-27T16:03:57.8698321Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:03:58.3553969Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:58.3554888Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:58.7449456Z ok (0.875s) 2022-09-27T16:03:59.0847213Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.340s) 2022-09-27T16:03:59.0852855Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:03:59.2156232Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:03:59.2157662Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-09-27T16:03:59.2603142Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:03:59.2847444Z ok (0.200s) 2022-09-27T16:04:00.5856968Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.301s) 2022-09-27T16:04:01.0255426Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.440s) 2022-09-27T16:04:01.1064501Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.081s) 2022-09-27T16:04:01.1676290Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:04:01.1677563Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:04:01.1678756Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:04:01.1679768Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:04:01.1680957Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:04:01.1681940Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:04:01.1683133Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:04:01.1684079Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:04:02.0016489Z ok (0.895s) 2022-09-27T16:04:02.9128241Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.911s) 2022-09-27T16:04:02.9135099Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:04:03.1341817Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.220s) 2022-09-27T16:04:03.2151669Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.081s) 2022-09-27T16:04:03.5932835Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.378s) 2022-09-27T16:04:04.0605461Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.467s) 2022-09-27T16:04:05.1094185Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.049s) 2022-09-27T16:04:06.3049529Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.195s) 2022-09-27T16:04:06.3595807Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.055s) 2022-09-27T16:04:06.6080042Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:04:06.6081500Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:04:06.6121534Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-09-27T16:04:06.6122155Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-09-27T16:04:06.6143926Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-09-27T16:04:06.6145838Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-09-27T16:04:06.6199417Z ok (0.260s) 2022-09-27T16:04:06.7181534Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.098s) 2022-09-27T16:04:06.8200649Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.102s) 2022-09-27T16:04:06.9853741Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.165s) 2022-09-27T16:04:07.3220907Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.337s) 2022-09-27T16:04:07.6029781Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.281s) 2022-09-27T16:04:07.9697941Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.367s) 2022-09-27T16:04:08.1115897Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.142s) 2022-09-27T16:04:08.2778955Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.166s) 2022-09-27T16:04:08.4105447Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.133s) 2022-09-27T16:04:08.5062801Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.096s) 2022-09-27T16:04:08.5070455Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:04:10.0474538Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:10.1881075Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:10.3077151Z ok (1.801s) 2022-09-27T16:04:10.3898379Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.082s) 2022-09-27T16:04:11.2155620Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.825s) 2022-09-27T16:04:11.5074884Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.292s) 2022-09-27T16:04:11.5080617Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:04:11.7268035Z Verify that add_loggers works on methods ... ok (0.219s) 2022-09-27T16:04:12.5591609Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.832s) 2022-09-27T16:04:12.9290245Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.370s) 2022-09-27T16:04:15.0150886Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:04:15.0152066Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-09-27T16:04:15.0152746Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:04:15.0153477Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:04:15.0154020Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-09-27T16:04:15.0154527Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-09-27T16:04:15.0155012Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:15.0155525Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:15.0156020Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:15.0156500Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:04:15.2151024Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:04:15.2151644Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:04:15.2152332Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-09-27T16:04:15.2153002Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:15.2153547Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:15.2154030Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:04:15.3282002Z ok (2.399s) 2022-09-27T16:04:15.3312176Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:04:15.3377905Z Tests that all the ops quantization cares about have input and output ... ok (0.010s) 2022-09-27T16:04:15.3385234Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:04:16.2057936Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:04:16.2059089Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:04:16.2062016Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:04:16.2065489Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:04:16.2607221Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:04:16.2610084Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:04:16.3140978Z ok (0.976s) 2022-09-27T16:04:16.6556301Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:16.6557152Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:04:16.7916343Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:16.7916949Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:04:16.8288325Z ok (0.515s) 2022-09-27T16:04:16.8295555Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:04:17.2278613Z Verifies that we can match pairs of ops which have the same aten ... ok (0.399s) 2022-09-27T16:04:17.3131776Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.085s) 2022-09-27T16:04:17.4952015Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.182s) 2022-09-27T16:04:17.4957335Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:04:17.8528177Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:04:17.8529334Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:04:17.9199904Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:04:17.9767037Z ok (0.481s) 2022-09-27T16:04:17.9793296Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:04:18.2155950Z Verify that NS APIs work on user defined functions ... /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:04:18.2156444Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:04:18.2731028Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-09-27T16:04:18.2731764Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-09-27T16:04:18.2753830Z ok (0.299s) 2022-09-27T16:04:18.2770642Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:04:18.2783241Z For user defined modules, ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py:150: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-09-27T16:04:18.2784174Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-09-27T16:04:18.5389357Z ok (0.263s) 2022-09-27T16:04:18.6165123Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.077s) 2022-09-27T16:04:20.0139985Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.397s) 2022-09-27T16:04:20.8014030Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.787s) 2022-09-27T16:04:20.8180204Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:04:20.8181243Z r = func(*args, **kwargs) 2022-09-27T16:04:21.0206589Z ok (0.219s) 2022-09-27T16:04:22.4661246Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.445s) 2022-09-27T16:04:23.2718548Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.806s) 2022-09-27T16:04:23.4036003Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.132s) 2022-09-27T16:04:24.1596746Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.756s) 2022-09-27T16:04:24.5515585Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.392s) 2022-09-27T16:04:24.8592139Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.307s) 2022-09-27T16:04:26.9704463Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9705719Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9769389Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9769950Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9802946Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9803481Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9867453Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9868325Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9900632Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9901547Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9935159Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:26.9935986Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0010605Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0011682Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0043925Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0044859Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0109950Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0110620Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0143798Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0144327Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:27.0190574Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-09-27T16:04:27.0193666Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-09-27T16:04:28.0514886Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0544607Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0561454Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0592517Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0609543Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0626100Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0657472Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0674163Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0705365Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0721833Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:28.0745013Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-09-27T16:04:32.2845839Z ok (7.425s) 2022-09-27T16:04:33.4540658Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4541367Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4561415Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4562077Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4593015Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4593735Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4613811Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4614745Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4643892Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4644701Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4665053Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4665813Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4694550Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4695398Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4715809Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.4716728Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9436422Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9446140Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9474038Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9484406Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9500063Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9510758Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9526758Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9537425Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:04:33.9539817Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:04:33.9548142Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2022-09-27T16:04:35.7253293Z ok (3.441s) 2022-09-27T16:04:44.2460716Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (8.521s) 2022-09-27T16:04:47.4831541Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:04:47.4832594Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:04:47.4842898Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:47.5986218Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:04:47.5995557Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:52.5023387Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:04:52.5024027Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:04:52.5031723Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:52.6169203Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:04:52.6176000Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:04:52.8812836Z ok (8.635s) 2022-09-27T16:04:53.1119840Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.230s) 2022-09-27T16:04:53.1186355Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.007s) 2022-09-27T16:04:53.1202965Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-09-27T16:04:53.1206784Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:04:53.2226766Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.102s) 2022-09-27T16:04:53.2474304Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.025s) 2022-09-27T16:04:53.2478213Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:04:53.2481614Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:04:53.2530801Z Tests the backward method. ... skip: temporarily disable the test (0.005s) 2022-09-27T16:04:53.2743213Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-09-27T16:04:53.2748170Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:04:53.2910710Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:04:53.6710191Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.380s) 2022-09-27T16:04:53.6778844Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-09-27T16:04:53.8213556Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.143s) 2022-09-27T16:04:53.8279522Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-09-27T16:04:53.8280885Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T16:04:53.8299856Z ok (0.009s) 2022-09-27T16:04:53.8310640Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:04:53.9784624Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.148s) 2022-09-27T16:04:54.0006113Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.022s) 2022-09-27T16:04:54.0011293Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:04:54.0249398Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.024s) 2022-09-27T16:04:54.0259453Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:04:54.1371193Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.112s) 2022-09-27T16:04:54.1616480Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.024s) 2022-09-27T16:04:54.1621813Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-09-27T16:04:54.1745272Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.012s) 2022-09-27T16:04:54.3581914Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.184s) 2022-09-27T16:04:54.3741276Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:04:54.3781923Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-09-27T16:04:54.3820106Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:04:54.8410043Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.459s) 2022-09-27T16:04:54.8450118Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:04:55.0244506Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.179s) 2022-09-27T16:04:55.0284940Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:04:55.0324366Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-09-27T16:04:55.0360713Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T16:04:55.2254451Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.189s) 2022-09-27T16:04:55.2895895Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.064s) 2022-09-27T16:04:55.2914286Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-09-27T16:04:55.3089163Z Test case that checks whether forward pre hooks of the first module and ... ok (0.019s) 2022-09-27T16:04:55.3713018Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.062s) 2022-09-27T16:04:55.9024559Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.531s) 2022-09-27T16:04:55.9692694Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.067s) 2022-09-27T16:04:55.9765871Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2022-09-27T16:04:55.9802481Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.004s) 2022-09-27T16:04:57.5624888Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.582s) 2022-09-27T16:04:57.9069312Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.344s) 2022-09-27T16:04:57.9089029Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-09-27T16:04:57.9365096Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.028s) 2022-09-27T16:04:57.9437968Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-09-27T16:04:57.9526738Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-09-27T16:04:57.9578928Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.005s) 2022-09-27T16:04:57.9656983Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-09-27T16:04:57.9674068Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:04:57.9714728Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-09-27T16:04:57.9733373Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:04:57.9773972Z This test tests two keys in backend_config: root_node_getter and ... ok (0.006s) 2022-09-27T16:04:57.9927607Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.015s) 2022-09-27T16:04:57.9938668Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:04:58.0329988Z TODO: add test for all fused modules ... ok (0.040s) 2022-09-27T16:04:58.0390858Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /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:04:58.0391840Z warnings.warn(msg, FutureWarning) 2022-09-27T16:04:58.0400593Z ok (0.007s) 2022-09-27T16:04:58.0470749Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.007s) 2022-09-27T16:04:58.0491300Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:04:58.0672397Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.020s) 2022-09-27T16:04:58.0693723Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:04:58.1438176Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.076s) 2022-09-27T16:04:58.1632115Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.019s) 2022-09-27T16:04:58.1841530Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.021s) 2022-09-27T16:04:58.2097252Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.026s) 2022-09-27T16:04:58.2628561Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.053s) 2022-09-27T16:04:58.2993297Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.036s) 2022-09-27T16:04:58.3005222Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-09-27T16:04:58.3065373Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.006s) 2022-09-27T16:04:58.3207988Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.014s) 2022-09-27T16:04:58.3396926Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.019s) 2022-09-27T16:04:58.4035034Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.064s) 2022-09-27T16:04:58.4908643Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.087s) 2022-09-27T16:04:58.5038590Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.013s) 2022-09-27T16:04:58.5311414Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.027s) 2022-09-27T16:04:58.6966694Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.165s) 2022-09-27T16:04:58.7253176Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.029s) 2022-09-27T16:04:58.7550245Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.030s) 2022-09-27T16:04:58.7561187Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:04:58.7714278Z Tests the constructor of the ModelReport class. ... ok (0.016s) 2022-09-27T16:04:58.7723288Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:04:58.8340668Z Tests for generation of qconfigs by ModelReport API ... ok (0.063s) 2022-09-27T16:04:58.8359200Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:04:59.0429948Z Tests model_report.generate_model_report to ensure report generation ... ok (0.209s) 2022-09-27T16:04:59.0439917Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:04:59.0824699Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.040s) 2022-09-27T16:04:59.0842384Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:04:59.1130333Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.030s) 2022-09-27T16:04:59.1141428Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:04:59.1760829Z Tests for generation of qconfigs by ModelReport API ... ok (0.063s) 2022-09-27T16:04:59.2400880Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.064s) 2022-09-27T16:04:59.2655317Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.025s) 2022-09-27T16:04:59.2882999Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.023s) 2022-09-27T16:04:59.3048501Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.016s) 2022-09-27T16:04:59.3278578Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.023s) 2022-09-27T16:04:59.3427991Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.015s) 2022-09-27T16:04:59.3663533Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.023s) 2022-09-27T16:04:59.3807971Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.014s) 2022-09-27T16:04:59.4183761Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.037s) 2022-09-27T16:04:59.6174277Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.199s) 2022-09-27T16:04:59.6232204Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.006s) 2022-09-27T16:04:59.6473267Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.024s) 2022-09-27T16:04:59.6481300Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:04:59.6876981Z Tests the generate_table_view() ... ok (0.040s) 2022-09-27T16:04:59.6883573Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:04:59.7269354Z Tests the generate_table_view() ... ok (0.039s) 2022-09-27T16:04:59.7276113Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:04:59.8563040Z Tests the generate_table_view() ... ok (0.129s) 2022-09-27T16:04:59.8574850Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:04:59.8954337Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.039s) 2022-09-27T16:05:41.5494552Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (41.654s) 2022-09-27T16:05:50.3409603Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (8.791s) 2022-09-27T16:05:51.0478190Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.707s) 2022-09-27T16:05:52.3599327Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (1.312s) 2022-09-27T16:05:52.8927276Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.533s) 2022-09-27T16:05:53.0307859Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.138s) 2022-09-27T16:05:53.0573209Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.026s) 2022-09-27T16:05:53.1927128Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.135s) 2022-09-27T16:05:53.3710077Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.178s) 2022-09-27T16:05:53.6155575Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.244s) 2022-09-27T16:05:53.8783883Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.263s) 2022-09-27T16:05:53.8849788Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:05:53.9043925Z ok (0.026s) 2022-09-27T16:05:54.8732011Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.969s) 2022-09-27T16:05:54.8783785Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:05:54.8920998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:05:54.9223293Z ok (0.049s) 2022-09-27T16:05:55.2610241Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.338s) 2022-09-27T16:05:55.5235375Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.262s) 2022-09-27T16:05:55.5266259Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:05:55.5522003Z ok (0.029s) 2022-09-27T16:05:56.5175581Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.965s) 2022-09-27T16:05:56.5221848Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:05:56.5395841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:05:56.5671534Z ok (0.049s) 2022-09-27T16:05:57.3973557Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.830s) 2022-09-27T16:05:57.4366575Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.039s) 2022-09-27T16:05:57.6390488Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.202s) 2022-09-27T16:05:57.6467426Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-09-27T16:05:58.5908843Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.944s) 2022-09-27T16:05:58.6026509Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.012s) 2022-09-27T16:05:58.6041260Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2022-09-27T16:05:58.6042399Z warnings.warn(msg) 2022-09-27T16:05:58.6624004Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-09-27T16:05:58.6830986Z 2022-09-27T16:05:58.7282341Z 0%| | 0.00/13.6M [00:00, 2022-09-27T16:20:16.7861069Z sample_input=(2, 3, 2.0, 3.0), 2022-09-27T16:20:16.7861305Z ) 2022-09-27T16:20:16.7861558Z skip: Failed to load fixture! (0.120s) 2022-09-27T16:20:17.1934410Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.407s) 2022-09-27T16:20:17.3160282Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.123s) 2022-09-27T16:20:17.3225689Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.007s) 2022-09-27T16:20:17.4766419Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.154s) 2022-09-27T16:20:18.0153933Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.539s) 2022-09-27T16:20:19.1889488Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.173s) 2022-09-27T16:20:19.1999222Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-09-27T16:20:19.2086581Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-09-27T16:20:19.2188014Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T16:20:19.2274029Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-09-27T16:20:19.2342937Z test_add_out (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:19.2394421Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:19.2465995Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:19.2519163Z test_add_tuple_optional (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:19.2573686Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:19.2583380Z test_addmm_grad (__main__.TestScript) 2022-09-27T16:20:19.2634090Z This test checks several things: ... ok (0.006s) 2022-09-27T16:20:19.2686186Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:19.2778682Z test_all (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:19.2991200Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:20:19.3334820Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:20:19.3556321Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:20:19.3916713Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:20:19.3953324Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:19.4225302Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:20:19.4264670Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:19.4531736Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:20:19.4559759Z test_annotated_script_fn (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:19.4576819Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:19.4591377Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:19.4634474Z test_annotated_script_method (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:19.4681121Z test_annoying_doubles (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:19.4887970Z test_any (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:20:19.4918002Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:19.4961661Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:19.5187441Z test_attr_module_constants (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:20:19.5237738Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:19.5263843Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:19.5396352Z test_attribute_serialization (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:20:19.5489209Z test_attribute_unpickling (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:19.5561424Z test_augmented_assign (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:19.5573879Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:20:19.5599848Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:19.5623888Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:19.5715650Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:19.5797149Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:19.5817759Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-09-27T16:20:20.3283473Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.746s) 2022-09-27T16:20:20.3341917Z test_big_float_literals (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:20.3393567Z test_big_int_literals (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:20.5627828Z test_binary_op_shape (__main__.TestScript) ... ok (0.223s) 2022-09-27T16:20:20.5887466Z test_bitwise_ops (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:20:20.5948899Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:20.6012852Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:20.6076064Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:20.6141365Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:20.6477039Z test_bool_dispatch (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:20:20.6615825Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:20:20.6643337Z test_break_continue_error (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:20.7824175Z test_breaks_continues (__main__.TestScript) ... ok (0.118s) 2022-09-27T16:20:20.7979262Z test_builtin_args (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:20.8043573Z 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:20:20.8044509Z File "test_jit.py", line 10868 2022-09-27T16:20:20.8044864Z @torch.jit.script 2022-09-27T16:20:20.8045199Z def f6(a): 2022-09-27T16:20:20.8045530Z a.expand(size=[3, [4]]) 2022-09-27T16:20:20.8046006Z ~~~~~~ <--- HERE 2022-09-27T16:20:20.8046320Z (function emitListLiteral) 2022-09-27T16:20:20.8046651Z ok (0.007s) 2022-09-27T16:20:20.8121914Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:20.8136766Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:20.8191117Z test_call_ge (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:20.8223448Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:20.8268317Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:20.8363500Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:20.8429196Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:20.8451156Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:20.8513827Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:20.8667006Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:20:20.8749356Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:20.8793346Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:20.8859879Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:20.8947706Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:20.8999275Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:20.9092576Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:20.9100642Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:20:20.9209287Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:20.9217124Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:20:20.9354375Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:20:20.9361056Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-09-27T16:20:20.9517340Z test_cat (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:20.9583704Z test_cat_lifts (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:20.9624790Z test_chr (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:20.9635849Z test_circular_dependency (__main__.TestScript) 2022-09-27T16:20:20.9924333Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.030s) 2022-09-27T16:20:21.0071482Z test_class_as_attribute (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:20:21.0096692Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:21.0124828Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:21.0175338Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.0182416Z test_code_with_constants (__main__.TestScript) 2022-09-27T16:20:21.0242472Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-09-27T16:20:21.0250030Z test_code_with_constants_restore (__main__.TestScript) 2022-09-27T16:20:21.0326571Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.008s) 2022-09-27T16:20:21.0381626Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.0433764Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.0447796Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:20:21.0911527Z test_conditional_casting (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:20:21.0963614Z test_constant_as_attr (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.0996275Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:21.1051043Z test_constant_pooling_none (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.1095232Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:21.1259741Z test_context_manager (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:21.1330925Z test_conv_error (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:21.1541200Z test_convert_base (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:20:21.1584245Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:21.1694040Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:21.1779442Z test_desugar_module (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:21.1817131Z test_device_kwarg (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:21.1856186Z test_device_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:21.1859814Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-09-27T16:20:21.1882623Z test_dir (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:21.2195879Z test_divmod (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:20:21.2216706Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-09-27T16:20:21.3966300Z test_dropout_eval (__main__.TestScript) ... ok (0.175s) 2022-09-27T16:20:21.4089762Z test_dropout_script (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:21.4221079Z test_dtype_attr (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:20:21.4607700Z test_dtype_op_shape (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:20:21.5119952Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:20:21.5152660Z test_early_return_closure (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:21.5226004Z test_early_return_fork_join (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:21.5439123Z test_early_return_rewrite (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:20:21.5471780Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:21.5842492Z test_early_returns_loops (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:20:21.5895843Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.5953327Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:21.6019082Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:21.6073709Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.6125989Z test_ellipsis_end (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.6183413Z test_ellipsis_mid (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:21.6253084Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:21.6307695Z test_ellipsis_start (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.6468080Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:21.6501355Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:21.6510091Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:21.6847940Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:20:21.6878602Z test_erase_number_types (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:21.7059439Z test_error (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:21.7198702Z test_error_stacktrace (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:20:21.7495314Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:20:21.7588243Z test_eval_python (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:21.7613527Z test_exception_exits_closure (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:21.7977974Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:20:21.8024330Z test_expand (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.8125627Z test_fibb (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:21.8180293Z test_fibb_totally_better (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.8197719Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:21.8216056Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:21.8351908Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:20:21.8380679Z test_file_line_graph (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:21.8489868Z test_file_line_save_load (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:21.8500789Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:21.8511836Z test_file_line_trace (__main__.TestScript) ... skip: test doesn't currently with crossref (0.001s) 2022-09-27T16:20:21.8555817Z test_filecheck (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:21.8579390Z test_filecheck_parse (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:21.8762316Z test_first_class_calls (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:21.8815137Z test_first_class_module (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.8911381Z test_floor_div (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:21.9200213Z test_floordiv (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:20:21.9214439Z test_for_else (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:21.9310899Z test_for_in_dict (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:21.9617399Z test_for_in_enumerate (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:20:21.9667854Z test_for_in_range (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:21.9845617Z test_for_in_range_ast (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:22.0024138Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:22.0095250Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:22.0152534Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:22.0316157Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:22.0358605Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:22.0513443Z test_for_in_string (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:20:22.0612490Z test_for_in_tensors (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:22.0629394Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:22.0739530Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:22.0807354Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:22.1030588Z test_for_in_zip (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:20:22.1206304Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:22.1296531Z test_for_tuple_assign (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:22.1475437Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:22.1564740Z test_format (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:22.1736457Z test_func_call (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:20:22.1778452Z test_function_compilation_caching (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:22.1942027Z test_function_overload_misuse (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:22.2061848Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:22.2592645Z test_function_overloads (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:20:22.2602560Z 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:20:22.4530764Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.193s) 2022-09-27T16:20:22.4588679Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:22.4661782Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:22.4682625Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:22.5004682Z test_get_set_state (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:20:22.5091135Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:22.5131121Z test_grad_from_script (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:22.5210114Z test_hash (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:22.5325525Z test_hex_literals (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:22.5456519Z test_id (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:20:22.5512984Z test_if (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:22.5605227Z test_if_define (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:22.5653636Z test_if_different_type (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:22.5757298Z test_if_for_in_range (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:22.5942380Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:22.5976550Z test_if_list_cat (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:22.7703428Z test_if_nest_while (__main__.TestScript) ... ok (0.173s) 2022-09-27T16:20:22.7778424Z test_if_noelse (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:22.7804478Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:22.7846193Z test_if_supertype (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:22.7927886Z test_ignore_decorator (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:22.8020739Z test_ignored_as_value (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:22.8082846Z test_ignored_method_binding (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:22.8130632Z test_ignored_props (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:22.8243816Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:22.8345879Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:22.8376063Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:22.9277048Z test_index (__main__.TestScript) ... ok (0.090s) 2022-09-27T16:20:22.9308985Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:22.9379000Z test_index_with_tuple (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:22.9393060Z test_indexing_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:22.9440802Z test_infer_size (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:22.9443838Z test_inferred_error_msg (__main__.TestScript) 2022-09-27T16:20:22.9464637Z Test that when we get a type mismatch on a function where we inferred ... ok (0.002s) 2022-09-27T16:20:22.9587247Z test_inherit_method (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:22.9593111Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-09-27T16:20:22.9602307Z test_inlined_graph (__main__.TestScript) 2022-09-27T16:20:22.9700828Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.011s) 2022-09-27T16:20:22.9746343Z test_inlining_cleanup (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:22.9801718Z test_inplace_add (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:22.9859920Z test_inplace_copy_script (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:22.9905827Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:22.9939210Z test_int_cast (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:22.9955176Z test_integral_shape_inference (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:22.9969157Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:23.4386350Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.441s) 2022-09-27T16:20:23.4547879Z test_intlist_args (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:23.4564512Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:23.4574491Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:23.4597620Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:23.4605475Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:23.4716946Z test_is_after_use (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:23.5126552Z test_is_isnot (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:20:23.5135219Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:23.5158983Z test_is_scripting (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:23.5185781Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:23.5256404Z test_isinstance (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:23.5304323Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:23.5371580Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:23.5511628Z test_isinstance_refinement (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:20:23.5569067Z test_jitter_bug (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:23.5603281Z test_keyword (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:23.5615657Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:23.5641313Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:23.5843461Z test_lazy_script (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:20:23.5917510Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:23.5995810Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:23.6053027Z test_lhs_indexing (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:23.6105957Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:23.6181124Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:23.6229381Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:23.6281905Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:23.6346811Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:23.6498401Z test_linear_grad (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:20:23.6982843Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:20:23.7023993Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:23.7034512Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:23.7103846Z test_list_python_op (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:23.7173571Z test_list_unify (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:23.7376719Z test_literal (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:20:23.7428559Z test_literals (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:23.7628582Z test_logical_short_circuit (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:20:23.7673922Z test_loop_liveness (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:23.7800372Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:20:23.7831703Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:23.7926472Z test_loop_unrolling (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:23.8010226Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:23.8544057Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:20:23.8568058Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:24.0632237Z test_math_ops (__main__.TestScript) ... ok (0.206s) 2022-09-27T16:20:24.0640070Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:20:24.0650944Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-09-27T16:20:24.0713740Z test_method_casts_script (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:24.0742984Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:24.2266042Z test_method_overloading (__main__.TestScript) ... ok (0.152s) 2022-09-27T16:20:24.2302823Z test_missing_getstate (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:24.7496294Z test_mm_batching (__main__.TestScript) ... ok (0.519s) 2022-09-27T16:20:24.8020478Z test_module_apis (__main__.TestScript) ... ok (0.052s) 2022-09-27T16:20:24.8072416Z test_module_attrs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:24.8157961Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:24.8326425Z test_module_copying (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:20:24.8337203Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:24.8378409Z test_module_method_reassignment (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:24.8418584Z test_module_none_attrs (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:24.8687803Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:20:24.8742055Z test_module_str (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:24.8795276Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:24.8805232Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:24.8815402Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:24.9046122Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:20:24.9073843Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:24.9099798Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:24.9197087Z test_multiple_assign (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:24.9253979Z test_multiple_assignment (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:24.9288991Z test_mutable_dce (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:24.9334306Z test_mutable_dce_block (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:24.9361511Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:24.9434171Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:24.9517820Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:24.9553230Z test_mutable_dce_list (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:24.9597306Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:24.9670342Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:24.9708789Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:24.9743591Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:25.0207645Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:20:25.0308324Z test_namedtuple_attr (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:25.0419092Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:25.0599098Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:25.0750814Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:20:25.0868632Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:25.0896087Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:25.0986509Z test_namedtuple_python (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:25.1030591Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:25.1079947Z test_narrow_copy (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:25.1452905Z test_nested_aug_assign (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:20:25.1551800Z test_nested_bailouts (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:25.1832950Z test_nested_breaks (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:20:25.1873273Z test_nested_list_construct (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:25.2047721Z test_nested_select_assign (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:20:25.3092991Z test_nn_GRU (__main__.TestScript) ... ok (0.104s) 2022-09-27T16:20:25.3905679Z test_nn_LSTM (__main__.TestScript) ... ok (0.081s) 2022-09-27T16:20:25.4726047Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.082s) 2022-09-27T16:20:25.5076635Z test_nn_init (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:20:25.5134184Z test_no_dtype_shape (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:25.5182911Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:25.6110284Z test_non_final_return (__main__.TestScript) ... ok (0.093s) 2022-09-27T16:20:25.6117822Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:25.6157429Z test_not (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:25.6166841Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:25.6265755Z test_ntuple_builtins (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:25.6416297Z test_number_abs (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:20:25.6446769Z test_number_augassign (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:25.6478038Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:25.6509989Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:25.6541503Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:25.6630638Z test_number_div (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:27.8081125Z test_number_math (__main__.TestScript) ... ok (2.145s) 2022-09-27T16:20:27.8143660Z test_number_neg (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:27.8153181Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-09-27T16:20:27.8197396Z test_oneline_func (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:27.8272544Z test_op_dtype (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:27.8350437Z test_operator_precedence (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:27.8365953Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-09-27T16:20:27.8380649Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-09-27T16:20:27.8466913Z test_ord (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:27.8576045Z test_override_magic (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:27.8731641Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9785: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:20:27.8732073Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-09-27T16:20:27.8776277Z /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:20:27.8776854Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:20:27.8792598Z /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:20:27.8793212Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:20:27.8801454Z ok (0.022s) 2022-09-27T16:20:27.8813255Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9119487Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:20:27.9274957Z test_pack_unpack_state (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:20:27.9334805Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:20:27.9335271Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:20:27.9335889Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:20:27.9336106Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:20:27.9336306Z grad_fn=) 2022-09-27T16:20:27.9342370Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:20:27.9342720Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:20:27.9343014Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:20:27.9343211Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:20:27.9343518Z grad_fn=) 2022-09-27T16:20:27.9470923Z ok (0.020s) 2022-09-27T16:20:27.9481218Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9492303Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9511985Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:27.9521675Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9559263Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:27.9574539Z test_parser_kwargonly (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9590752Z test_parser_type_annotations (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:27.9605486Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9617018Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9627468Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9637963Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9649024Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:27.9692542Z test_partial_returns (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:27.9730350Z test_pass (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:27.9861209Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:20:27.9864957Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:20:27.9897527Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:27.9907011Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:20:28.0287827Z test_pretty_print_function (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:20:28.0294417Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-09-27T16:20:28.0433700Z test_print (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:20:28.0444332Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:28.0454473Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:20:28.0490327Z test_profiling_merge (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:28.0514484Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:28.0561126Z test_python_call (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:28.0617322Z test_python_call_annotation (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:28.0634943Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:28.0666504Z test_python_call_failure (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.0734846Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:28.0760233Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:28.0786252Z test_python_frontend (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.0801270Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:28.0813732Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:28.0848290Z test_python_op_builtins (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.0880999Z test_python_op_name (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.0894893Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:28.0905089Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-09-27T16:20:28.0965895Z test_rand_profiling (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:28.0989434Z test_range_args (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:28.1026264Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:28.1055222Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.1063591Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:28.1188020Z test_remove_dropout (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:28.1211811Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:28.1266132Z test_request_bailout (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:28.1279942Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-09-27T16:20:28.1562058Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:20:28.1664708Z test_resize_input_ops (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:28.1840714Z test_return (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:28.1900513Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:28.1968230Z test_return_tuple (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:28.4640813Z test_rnn_trace_override (__main__.TestScript) ... ok (0.267s) 2022-09-27T16:20:28.4703064Z test_robust_op_resolution (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:28.4761545Z test_round (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:28.4832143Z test_save_load_attr_error (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:28.4864219Z test_script_annotation (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.4893487Z test_script_bool_constant (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.4928075Z test_script_chunk (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.5104109Z test_script_clamp_none (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:28.5159847Z test_script_copy (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:28.5173804Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:28.5225916Z test_script_define_order (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:28.5258453Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.5281301Z test_script_docstring (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:28.5350046Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:28.5355314Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-09-27T16:20:28.5409341Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:28.5490556Z test_script_is_tracing (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:28.5544612Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:28.5585643Z test_script_method_docstring (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:28.5649223Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:28.5844514Z test_script_module (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:20:28.5904414Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:28.5957250Z test_script_module_const (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:28.6171198Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:20:28.6291627Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:28.6407624Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:28.6700182Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:20:28.6710196Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-09-27T16:20:28.6809101Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:28.6838713Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.6886582Z test_script_module_for (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:28.7224488Z test_script_module_for2 (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:20:28.7251982Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.7352091Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:28.7360599Z 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:20:28.7391152Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.7443725Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:28.7602847Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:28.7758953Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:20:28.7785617Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.7820727Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.7847763Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.8210596Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:20:28.8244083Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:28.8383836Z test_script_optional_none (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:20:28.8421491Z test_script_outputs (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:28.8808185Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:20:28.9235397Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:20:28.9241499Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:28.9483610Z test_script_sequential_for (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:20:28.9893448Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:20:29.0027519Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:20:29.0329235Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:20:29.0641837Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:20:29.0769662Z test_script_star_assign (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:20:29.0998514Z test_script_star_expr (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:20:29.1216735Z test_script_star_expr_string (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:20:29.1286434Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:29.1300105Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:20:29.1310437Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:20:29.1322395Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:20:29.1383924Z test_select_after_chunk (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:29.1411970Z test_sequence_parsing (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:29.1661843Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:20:29.1751119Z test_serialization_big_ints (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:29.1821837Z test_serialization_sharing (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:29.1876794Z test_serialize_long_lines (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:29.2047676Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:20:29.2167026Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:29.2990773Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.082s) 2022-09-27T16:20:29.3106743Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:29.3215653Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:29.3273399Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:29.3302491Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:29.3373062Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:29.3402675Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:29.3430046Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:29.3498641Z test_signed_float_zero (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:29.3509111Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:29.3519868Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:29.3567488Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:29.3574165Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:20:29.3652812Z test_split (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:29.3739868Z test_stack (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:29.4368596Z test_static_if_prop (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:20:29.4376666Z test_static_method_on_module (__main__.TestScript) 2022-09-27T16:20:29.4447634Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.008s) 2022-09-27T16:20:29.4639965Z test_static_methods (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:20:29.4667137Z test_str_cast (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:29.4677049Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:29.4717274Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:29.4768072Z test_string_frontend_elif (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:29.4807822Z test_string_index (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:29.4855776Z test_string_len (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:29.4896114Z test_string_list (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:29.4905705Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:29.4945789Z test_string_ops (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:29.5012377Z test_string_print (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:29.5020877Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:29.5145735Z test_string_slicing (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:29.5186405Z test_string_sort (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:29.5226089Z test_string_sorted (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:29.5393113Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:20:29.5447909Z test_submodule_twice (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:29.5495758Z test_sum (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:29.5555171Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:29.5616477Z test_sum_list_empty (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:29.5668000Z test_sum_list_literal (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:29.5725133Z test_sum_list_one (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:29.5740624Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:29.5766443Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:29.5786990Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-09-27T16:20:29.5823617Z test_tensor_data (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:29.5830360Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:20:29.5909625Z test_tensor_dtype (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:29.5998443Z test_tensor_grad (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:29.6043970Z test_tensor_import_export (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:29.6078089Z test_tensor_len (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:30.0601902Z test_tensor_number_math (__main__.TestScript) ... ok (0.452s) 2022-09-27T16:20:30.0605939Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-09-27T16:20:30.0614865Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-09-27T16:20:30.0657585Z test_tensor_shape (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:30.0685960Z 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:20:30.0686495Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:20:30.0752042Z ok (0.009s) 2022-09-27T16:20:30.0981938Z test_tensor_to (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:20:30.1028290Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:30.1034250Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:20:30.1039254Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-09-27T16:20:30.1125518Z test_ternary (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:30.1473500Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:20:30.1549002Z test_ternary_right_associative (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:30.1641079Z test_ternary_static_if (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:30.1872862Z test_torch_any (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:20:30.1901037Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-09-27T16:20:30.2336975Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:20:30.2422368Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:30.2656051Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:20:30.2743980Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:30.2825340Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:30.2883114Z test_torch_manual_seed (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:30.3229340Z test_torch_pow (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:20:30.9690983Z 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:20:30.9691658Z return callable(*args, **kwargs) 2022-09-27T16:20:30.9762313Z ok (0.653s) 2022-09-27T16:20:30.9843940Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:31.0092694Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:20:31.0201587Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:20:31.0230269Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.1147587Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.092s) 2022-09-27T16:20:31.2849992Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.170s) 2022-09-27T16:20:31.2916099Z test_training_param (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:31.3264025Z test_tuple_assignments (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:20:31.3281103Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:31.3349295Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:31.3556447Z test_tuple_indexing (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:20:31.3604931Z test_tuple_len (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:31.3660794Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:31.3707234Z test_tuple_sort (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:31.3754994Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:31.3799668Z test_tuple_sorted (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:31.3844088Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:31.3876717Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.3912239Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:31.3944503Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.4095160Z test_type_annotate (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:20:31.4220773Z test_type_annotation_module (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:31.4351051Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:20:31.4531037Z test_type_annotations (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:20:31.4654808Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:20:31.4795915Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:20:31.4817372Z test_type_call_in_script (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:31.4867023Z test_type_cast (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:31.4908875Z test_type_comments_in_body (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:20:31.4913936Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-09-27T16:20:31.4934479Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.002s) 2022-09-27T16:20:31.4944229Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-09-27T16:20:31.4972248Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.5002918Z test_unicode_comments (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.5061438Z test_uninitialized (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:31.5088302Z test_union_to_number (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.5101369Z test_unknown_builtin (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:31.5136505Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.5170605Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.5177234Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:20:31.5192091Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:31.5242528Z test_unused_decorator (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:31.5341646Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:31.5733800Z test_var_aug_assign (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:20:31.5780774Z test_vararg_zeros (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:31.5814538Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.5830564Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:20:31.5902056Z test_view_write (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:20:31.5909114Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:20:31.5965448Z test_where (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:31.6019921Z test_where_method (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:20:31.6105247Z test_while (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:20:31.7386684Z test_while_nest_if (__main__.TestScript) ... ok (0.128s) 2022-09-27T16:20:31.7671900Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:20:31.7683233Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:31.7760525Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:20:31.7775592Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:31.7836279Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:20:31.7868208Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.7883285Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:31.7915515Z test_wrong_return_type (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.7928560Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:20:31.7956258Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:20:31.8054788Z test_zeros (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:20:32.2417454Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.436s) 2022-09-27T16:20:32.2424477Z test_bool (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2434870Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-09-27T16:20:32.2440353Z test_contains (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2450255Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T16:20:32.2456112Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2466504Z Test deletion. ... ok (0.002s) 2022-09-27T16:20:32.2471682Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2485119Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-09-27T16:20:32.2489695Z test_items (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2497589Z Test .items(). ... ok (0.001s) 2022-09-27T16:20:32.2501645Z test_iter (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2509854Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-09-27T16:20:32.2513395Z test_len (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2521897Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:20:32.2529638Z test_nested (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2530457Z 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:20:32.2535396Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2564626Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-09-27T16:20:32.2567614Z test_repr (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2575537Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:20:32.2581431Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:20:32.2590938Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-09-27T16:20:32.2595506Z test_append (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2603890Z Test append method. ... ok (0.001s) 2022-09-27T16:20:32.2607494Z test_bool (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2614486Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-09-27T16:20:32.2617527Z test_clear (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2623230Z Test clear. ... ok (0.001s) 2022-09-27T16:20:32.2628526Z test_contains (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2636996Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T16:20:32.2641297Z test_count (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2649329Z Test count method. ... ok (0.001s) 2022-09-27T16:20:32.2654833Z test_delitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2663938Z Test deletion. ... ok (0.001s) 2022-09-27T16:20:32.2675297Z test_extend (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2687492Z Test extend. ... ok (0.002s) 2022-09-27T16:20:32.2697355Z test_getitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2723858Z Test accessing list elements using the [] operator. ... ok (0.004s) 2022-09-27T16:20:32.2730109Z test_insert (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2739604Z Test insert. ... ok (0.002s) 2022-09-27T16:20:32.2743051Z test_iter (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2749963Z Test iteration over a list's elements. ... ok (0.001s) 2022-09-27T16:20:32.2752916Z test_len (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2760106Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:20:32.2767725Z test_nested (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2768268Z 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:20:32.2773649Z test_pop (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2784726Z Test pop. ... ok (0.002s) 2022-09-27T16:20:32.2788952Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2816615Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-09-27T16:20:32.2821294Z test_remove (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2829206Z Test remove method. ... ok (0.001s) 2022-09-27T16:20:32.2831934Z test_repr (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2837621Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:20:32.2847406Z test_setitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:20:32.2859354Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-09-27T16:20:32.2926477Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:20:32.2989408Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:20:32.3052771Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:20:32.3113273Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:20:32.3167040Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:20:32.3215855Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:20:32.3288117Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:20:32.3348767Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:20:32.3415538Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:20:32.3479541Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:20:32.3532864Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:20:32.3582101Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:20:32.3628014Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:20:32.3672440Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-09-27T16:20:32.4340337Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.066s) 2022-09-27T16:20:32.4350044Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-09-27T16:20:32.5023198Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.067s) 2022-09-27T16:20:32.5623264Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.060s) 2022-09-27T16:20:32.7724690Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.210s) 2022-09-27T16:20:32.7941732Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.021s) 2022-09-27T16:20:32.7985784Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:20:32.8047226Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:20:32.8064418Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-09-27T16:20:32.8114564Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:20:32.8159292Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:20:32.8203756Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:20:32.8248561Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:20:32.8298020Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:20:32.8343935Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:20:32.8396619Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:20:32.8436143Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:20:32.8490964Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:20:32.8550598Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:20:32.8607878Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:20:32.8658078Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:20:32.8707783Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:20:32.8769718Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:20:32.8853759Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-09-27T16:20:32.9061121Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.021s) 2022-09-27T16:20:32.9128442Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-09-27T16:20:32.9198859Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-09-27T16:20:32.9235322Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9268590Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9302350Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9336613Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9370547Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9431522Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:20:32.9466887Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:20:32.9527140Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:20:32.9563786Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:20:32.9623410Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:20:32.9657298Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9691053Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9726993Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:20:32.9766383Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:20:32.9825233Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:20:32.9858590Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9891112Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9923198Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:20:32.9962174Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:20:33.0021115Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:20:33.0082283Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:20:33.0141777Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:20:33.0423785Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-09-27T16:20:33.0608170Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-09-27T16:20:33.0659807Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-09-27T16:20:33.0710044Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-09-27T16:20:33.0848947Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-09-27T16:20:33.0888485Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-09-27T16:20:33.1002590Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-09-27T16:20:33.1335762Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.033s) 2022-09-27T16:20:33.1552359Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.022s) 2022-09-27T16:20:33.1660877Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-09-27T16:20:33.1750972Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-09-27T16:20:33.1817389Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-09-27T16:20:33.2552757Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.073s) 2022-09-27T16:20:33.2719560Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-09-27T16:20:33.2728329Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-09-27T16:20:33.2741387Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:20:33.2792169Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-09-27T16:20:33.3002562Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-09-27T16:20:33.3181391Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-09-27T16:20:33.3188448Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:20:33.3207245Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-09-27T16:20:33.3239681Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T16:20:33.3268390Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T16:20:33.3289253Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-09-27T16:20:33.3399759Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.011s) 2022-09-27T16:20:33.3454536Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.005s) 2022-09-27T16:20:33.3605971Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.015s) 2022-09-27T16:20:33.3919299Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.031s) 2022-09-27T16:20:33.3924993Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-09-27T16:20:33.3974464Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:20:33.4023212Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:20:33.4073248Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:20:33.4123951Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:20:33.4173668Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:20:33.4224772Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:20:33.4287133Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.006s) 2022-09-27T16:20:33.4302580Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.001s) 2022-09-27T16:20:33.4402435Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-09-27T16:20:33.4411331Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:20:33.4420601Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-09-27 16:20:33 3508:3508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:20:33.4423697Z STAGE:2022-09-27 16:20:33 3508:3508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:20:33.4427439Z ok (0.002s) 2022-09-27T16:20:33.4450989Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.4530882Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:20:33.4538231Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:20:33.4572253Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:20:33.4621279Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:20:33.4655837Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:20:33.4725877Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:20:33.4768791Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:20:33.4816121Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:20:33.4823560Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:20:33.4871583Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:20:33.4891225Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.4907452Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.4927842Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.4962417Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:20:33.4975592Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:20:33.4987437Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:20:33.4998949Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:20:33.5017751Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.5039629Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.5057116Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.5091340Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:20:33.5107614Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.5129563Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:20:33.5186226Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-09-27T16:20:33.5264879Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:20:33.5411606Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:20:33.5624052Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:20:33.5742289Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:20:33.5846730Z test_constant (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:33.6008928Z test_conv (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:20:33.6188018Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:20:33.6287643Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:33.6382493Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:33.6535646Z test_ge (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:20:33.6538662Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-09-27T16:20:33.8522144Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.198s) 2022-09-27T16:20:33.9035310Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.051s) 2022-09-27T16:20:33.9117683Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:33.9189194Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:33.9252801Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:33.9273789Z 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:20:33.9274780Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9276226Z /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:20:33.9277106Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9278500Z /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:20:33.9279379Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9280743Z /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:20:33.9281608Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9282969Z /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:20:33.9283824Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9285171Z /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:20:33.9286021Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9287440Z /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:20:33.9288320Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9289861Z /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:20:33.9290769Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9292061Z /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:20:33.9293015Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9294326Z /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:20:33.9295122Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9296605Z /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:20:33.9297487Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9298901Z /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:20:33.9299795Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9301147Z /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:20:33.9302003Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9303369Z /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:20:33.9304237Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9305592Z /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:20:33.9306469Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9307837Z /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:20:33.9308776Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9310137Z /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:20:33.9310990Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9312379Z /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:20:33.9313263Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9314614Z /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:20:33.9315464Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9316931Z /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:20:33.9317773Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9319175Z /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:20:33.9320017Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9321363Z /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:20:33.9322221Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9323549Z /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:20:33.9324383Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9325718Z /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:20:33.9326550Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9327909Z /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:20:33.9328881Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9330214Z /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:20:33.9331047Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9332386Z /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:20:33.9333246Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9334583Z /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:20:33.9335423Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9336770Z /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:20:33.9337634Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9338980Z /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:20:33.9339945Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9341262Z /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:20:33.9342117Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9343553Z /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:20:33.9344412Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9345761Z /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:20:33.9346608Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9347945Z /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:20:33.9348950Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9350313Z /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:20:33.9351148Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9352492Z /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:20:33.9353355Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9354691Z /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:20:33.9355540Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9356852Z /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:20:33.9357691Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9359044Z /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:20:33.9359881Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9361223Z /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:20:33.9362049Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9363517Z /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:20:33.9364382Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9365725Z /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:20:33.9366627Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9367959Z /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:20:33.9369011Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9370392Z /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:20:33.9371253Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9372587Z /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:20:33.9373446Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9374799Z /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:20:33.9375661Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9376969Z /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:20:33.9377807Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9379202Z /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:20:33.9380092Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9381463Z /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:20:33.9382326Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9383719Z /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:20:33.9384592Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9385983Z /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:20:33.9386981Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9388409Z /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:20:33.9389283Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9390767Z /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:20:33.9391653Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9392984Z /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:20:33.9393841Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9395198Z /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:20:33.9396044Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9397394Z /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:20:33.9398229Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9399602Z /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:20:33.9400470Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9401728Z /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:20:33.9402566Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9403940Z /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:20:33.9404798Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9406185Z /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:20:33.9407061Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9408389Z /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:20:33.9409447Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9411275Z /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:20:33.9412141Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9413594Z /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:20:33.9414472Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9415819Z /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:20:33.9416675Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9418019Z /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:20:33.9418874Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9420260Z /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:20:33.9421139Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9422488Z /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:20:33.9423335Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9424674Z /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:20:33.9425523Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9426875Z /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:20:33.9427722Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9429116Z /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:20:33.9429982Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9431316Z /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:20:33.9432164Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9433488Z /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:20:33.9434451Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9435813Z /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:20:33.9436663Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9438073Z /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:20:33.9438917Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9440306Z /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:20:33.9441173Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9442516Z /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:20:33.9443358Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9444671Z /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:20:33.9445546Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9446906Z /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:20:33.9447752Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9449232Z /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:20:33.9450117Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9451454Z /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:20:33.9452310Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9453671Z /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:20:33.9454514Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9455890Z /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:20:33.9456872Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9458229Z /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:20:33.9459058Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9460520Z /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:20:33.9461383Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9462785Z /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:20:33.9463664Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9465015Z /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:20:33.9465880Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9467117Z /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:20:33.9467898Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9469392Z /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:20:33.9470277Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9471527Z /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:20:33.9472325Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9473606Z /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:20:33.9474451Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9475734Z /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:20:33.9476584Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9477990Z /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:20:33.9478796Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9480118Z /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:20:33.9481162Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9482626Z /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:20:33.9483542Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9485058Z /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:20:33.9485975Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9487448Z /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:20:33.9488325Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9489835Z /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:20:33.9490761Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9492141Z /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:20:33.9493032Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9494251Z /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:20:33.9495009Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9496381Z /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:20:33.9497186Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9498614Z /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:20:33.9499462Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9500829Z /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:20:33.9501685Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9502984Z /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:20:33.9504030Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9505359Z /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:20:33.9506264Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9507817Z /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:20:33.9508744Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9510113Z /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:20:33.9510992Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9512279Z /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:20:33.9513145Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9514575Z /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:20:33.9515456Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9516698Z /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:20:33.9517481Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9518816Z /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:20:33.9519682Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9521136Z /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:20:33.9522069Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9523469Z /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:20:33.9524285Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9525659Z /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:20:33.9526628Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9528076Z /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:20:33.9529189Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9530692Z /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:20:33.9531606Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9532895Z /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:20:33.9533732Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9534975Z /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:20:33.9535775Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9537147Z /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:20:33.9537984Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9539388Z /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:20:33.9540320Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9541739Z /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:20:33.9542600Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9543940Z /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:20:33.9544837Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9546156Z /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:20:33.9547021Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9548513Z /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:20:33.9549393Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9550851Z /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:20:33.9551904Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9553236Z /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:20:33.9554124Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9555443Z /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:20:33.9556315Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9557721Z /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:20:33.9558558Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9560001Z /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:20:33.9560885Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9562143Z /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:20:33.9563014Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9564438Z /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:20:33.9565340Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9566736Z /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:20:33.9567633Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9569080Z /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:20:33.9569918Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9571363Z /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:20:33.9572232Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9573563Z /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:20:33.9574523Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9575847Z /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:20:33.9576666Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9578124Z /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:20:33.9579016Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9580519Z /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:20:33.9581452Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9582873Z /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:20:33.9583774Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9585227Z /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:20:33.9586142Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9587478Z /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:20:33.9588378Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9589813Z /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:20:33.9590681Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9592105Z /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:20:33.9592883Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9594163Z /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:20:33.9595049Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9596446Z /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:20:33.9597445Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9598828Z /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:20:33.9599736Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9601174Z /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:20:33.9602079Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9603427Z /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:20:33.9604339Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9605725Z /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:20:33.9606550Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9607925Z /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:20:33.9608972Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9610311Z /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:20:33.9611197Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9612593Z /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:20:33.9613394Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9614666Z /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:20:33.9615485Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9616891Z /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:20:33.9617805Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9619230Z /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:20:33.9620111Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9621413Z /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:20:33.9622423Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9623763Z /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:20:33.9624732Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9626107Z /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:20:33.9627018Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9628502Z /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:20:33.9629312Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9630595Z /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:20:33.9631391Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9632770Z /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:20:33.9633596Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9634999Z /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:20:33.9635926Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9637363Z /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:20:33.9638213Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9639498Z /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:20:33.9640386Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9641772Z /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:20:33.9642643Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9643997Z /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:20:33.9645006Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9646468Z /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:20:33.9647339Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9648887Z /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:20:33.9649738Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9651093Z /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:20:33.9651966Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9653316Z /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:20:33.9654188Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9655600Z /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:20:33.9656370Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9657712Z /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:20:33.9658556Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9659978Z /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:20:33.9660876Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9662279Z /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:20:33.9663103Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9664423Z /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:20:33.9665288Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9666695Z /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:20:33.9667530Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9668859Z /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:20:33.9669837Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9671176Z /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:20:33.9672098Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9673429Z /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:20:33.9674333Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9675786Z /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:20:33.9676696Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9678127Z /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:20:33.9679015Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9680466Z /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:20:33.9681389Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9682831Z /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:20:33.9683746Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9685157Z /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:20:33.9686060Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9687481Z /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:20:33.9688377Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9689935Z /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:20:33.9690780Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9692150Z /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:20:33.9693186Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9694563Z /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:20:33.9695469Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9696935Z /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:20:33.9697739Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9699098Z /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:20:33.9699922Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9701315Z /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:20:33.9702221Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9703524Z /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:20:33.9704386Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9705760Z /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:20:33.9706640Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9708043Z /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:20:33.9708943Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9710326Z /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:20:33.9711218Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9712533Z /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:20:33.9713358Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9714681Z /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:20:33.9715565Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9716967Z /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:20:33.9717801Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9719182Z /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:20:33.9720180Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9721626Z /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:20:33.9722541Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9723981Z /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:20:33.9724889Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9726296Z /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:20:33.9727148Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9728522Z /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:20:33.9729633Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9730523Z /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:20:33.9731057Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9731875Z /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:20:33.9732366Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9733110Z /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:20:33.9733596Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9734337Z /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:20:33.9734810Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9735546Z /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:20:33.9736138Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9736884Z /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:20:33.9737365Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9738163Z /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:20:33.9738635Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9739390Z /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:20:33.9739874Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9740610Z /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:20:33.9741082Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9741961Z /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:20:33.9742476Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9743251Z /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:20:33.9743749Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9744499Z /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:20:33.9744986Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9745744Z /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:20:33.9746234Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9746973Z /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:20:33.9747433Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9748232Z /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:20:33.9748715Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9749517Z /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:20:33.9749983Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9750769Z /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:20:33.9751256Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9752008Z /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:20:33.9763258Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9764138Z /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:20:33.9764646Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9765405Z /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:20:33.9765872Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9766631Z /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:20:33.9767125Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9767871Z /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:20:33.9768351Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9769346Z /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:20:33.9769829Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9770572Z /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:20:33.9771054Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9771810Z /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:20:33.9772503Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9773254Z /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:20:33.9773860Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9774614Z /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:20:33.9775085Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9775866Z /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:20:33.9776346Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9777190Z /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:20:33.9777657Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9778406Z /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:20:33.9778886Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9779642Z /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:20:33.9780134Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9780872Z /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:20:33.9781355Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9782106Z /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:20:33.9782591Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9783326Z /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:20:33.9783811Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9784554Z /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:20:33.9785035Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9785762Z /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:20:33.9786241Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9787029Z /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:20:33.9787508Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9788354Z /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:20:33.9788830Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9789586Z /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:20:33.9790072Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9790823Z /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:20:33.9791297Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9792039Z /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:20:33.9792531Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9793280Z /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:20:33.9793765Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9794507Z /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:20:33.9794996Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9795733Z /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:20:33.9796210Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9796932Z /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:20:33.9797406Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9798144Z /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:20:33.9798616Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9799358Z /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:20:33.9799855Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9800609Z /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:20:33.9801081Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9801865Z /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:20:33.9802324Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9803079Z /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:20:33.9803557Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9804293Z /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:20:33.9804766Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9805495Z /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:20:33.9805976Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9806728Z /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:20:33.9807206Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9807949Z /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:20:33.9808434Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9809309Z /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:20:33.9809796Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9810556Z /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:20:33.9811034Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9811778Z /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:20:33.9812316Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9813057Z /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:20:33.9813523Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9814297Z /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:20:33.9814778Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9815517Z /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:20:33.9815991Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9816711Z /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:20:33.9817185Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9817924Z /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:20:33.9818402Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9819136Z /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:20:33.9819611Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9820353Z /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:20:33.9820828Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9821570Z /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:20:33.9822043Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9822790Z /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:20:33.9823268Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9824024Z /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:20:33.9824489Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9825233Z /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:20:33.9825745Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9826482Z /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:20:33.9826957Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9827711Z /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:20:33.9828261Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9829007Z /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:20:33.9829489Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9830220Z /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:20:33.9830702Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9831451Z /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:20:33.9831936Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9832675Z /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:20:33.9833144Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9833871Z /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:20:33.9834338Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9835085Z /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:20:33.9835556Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9836321Z /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:20:33.9836815Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9837567Z /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:20:33.9838084Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9838834Z /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:20:33.9839329Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9840117Z /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:20:33.9840600Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9841353Z /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:20:33.9841850Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9842594Z /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:20:33.9843075Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9843815Z /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:20:33.9844281Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9845022Z /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:20:33.9845499Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9846231Z /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:20:33.9846693Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9847435Z /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:20:33.9847912Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9848774Z /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:20:33.9849316Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9850050Z /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:20:33.9850530Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9851276Z /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:20:33.9851975Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9852701Z /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:20:33.9853178Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9853978Z /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:20:33.9854465Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9855201Z /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:20:33.9855828Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9856584Z /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:20:33.9857067Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9857827Z /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:20:33.9858308Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9859048Z /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:20:33.9859520Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9860255Z /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:20:33.9860728Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9861459Z /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:20:33.9861938Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9862677Z /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:20:33.9863158Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9863887Z /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:20:33.9864408Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9865148Z /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:20:33.9865625Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9866394Z /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:20:33.9866858Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9867610Z /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:20:33.9868096Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9868917Z /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:20:33.9869381Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9870127Z /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:20:33.9870617Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9871371Z /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:20:33.9871851Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9872589Z /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:20:33.9873059Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9873802Z /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:20:33.9874283Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9875017Z /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:20:33.9875494Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9876273Z /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:20:33.9876774Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9877520Z /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:20:33.9878053Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9878799Z /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:20:33.9879311Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9880075Z /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:20:33.9880556Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9881305Z /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:20:33.9881785Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9882536Z /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:20:33.9883022Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9883762Z /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:20:33.9884260Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9885000Z /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:20:33.9885471Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9886205Z /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:20:33.9886680Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9887416Z /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:20:33.9887890Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9888730Z /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:20:33.9889217Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9889965Z /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:20:33.9890501Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9891237Z /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:20:33.9891698Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9892500Z /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:20:33.9892988Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9893734Z /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:20:33.9894219Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9894967Z /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:20:33.9895453Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9896218Z /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:20:33.9896707Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9897454Z /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:20:33.9897939Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9898703Z /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:20:33.9899182Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9899903Z /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:20:33.9900376Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9901121Z /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:20:33.9901589Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9902336Z /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:20:33.9902796Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9903567Z /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:20:33.9904040Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9904825Z /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:20:33.9905311Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9906054Z /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:20:33.9906543Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9907295Z /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:20:33.9907780Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9908599Z /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:20:33.9909091Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9909858Z /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:20:33.9910348Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9911089Z /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:20:33.9911561Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9912304Z /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:20:33.9912785Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9913524Z /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:20:33.9913988Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9914731Z /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:20:33.9915206Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9915951Z /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:20:33.9916566Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9917299Z /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:20:33.9917774Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9918538Z /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:20:33.9919017Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9919742Z /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:20:33.9920305Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9921066Z /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:20:33.9921549Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9922282Z /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:20:33.9922760Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9923647Z /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:20:33.9924130Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9924879Z /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:20:33.9925348Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9926092Z /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:20:33.9926569Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9927319Z /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:20:33.9927794Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9928521Z /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:20:33.9929211Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9929959Z /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:20:33.9930436Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9931214Z /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:20:33.9931695Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9932435Z /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:20:33.9932915Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9933644Z /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:20:33.9934124Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9934864Z /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:20:33.9935337Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9936089Z /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:20:33.9936558Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9937311Z /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:20:33.9937799Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9938537Z /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:20:33.9938998Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9939736Z /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:20:33.9940322Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9941088Z /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:20:33.9941568Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9942292Z /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:20:33.9942827Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9943678Z /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:20:33.9944159Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9944942Z /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:20:33.9945425Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9946170Z /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:20:33.9946650Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9947382Z /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:20:33.9947847Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9948654Z /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:20:33.9949141Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9949890Z /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:20:33.9950354Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9951104Z /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:20:33.9951580Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9952321Z /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:20:33.9952797Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9953531Z /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:20:33.9954016Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9954750Z /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:20:33.9955226Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9956000Z /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:20:33.9956473Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9957248Z /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:20:33.9957736Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9958482Z /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:20:33.9958949Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9959696Z /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:20:33.9960181Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9960922Z /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:20:33.9961385Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9962126Z /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:20:33.9962603Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9963481Z /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:20:33.9963963Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9964708Z /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:20:33.9965190Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9965924Z /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:20:33.9966400Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9967131Z /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:20:33.9967608Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9968346Z /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:20:33.9968972Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9969712Z /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:20:33.9970193Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9970999Z /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:20:33.9971552Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9972334Z /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:20:33.9972814Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9973560Z /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:20:33.9974046Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9974798Z /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:20:33.9975277Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9976029Z /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:20:33.9976522Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9977283Z /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:20:33.9977773Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9978519Z /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:20:33.9979013Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9979776Z /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:20:33.9980267Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9981029Z /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:20:33.9981560Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9982324Z /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:20:33.9982817Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9983589Z /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:20:33.9984056Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9984801Z /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:20:33.9985281Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9986029Z /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:20:33.9986504Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9987241Z /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:20:33.9987721Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9988536Z /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:20:33.9989019Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9989783Z /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:20:33.9990284Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9991069Z /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:20:33.9991580Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9992326Z /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:20:33.9992788Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9993536Z /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:20:33.9994020Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9994771Z /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:20:33.9995291Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9996047Z /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:20:33.9996568Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9997318Z /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:20:33.9997798Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9998538Z /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:20:33.9999018Z errors.OnnxExporterWarning, 2022-09-27T16:20:33.9999775Z /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:20:34.0000256Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0001002Z /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:20:34.0001495Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0002402Z /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:20:34.0002895Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0003666Z /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:20:34.0004143Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0004896Z /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:20:34.0005379Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0006133Z /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:20:34.0006608Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0007361Z /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:20:34.0007897Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0008760Z /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:20:34.0009275Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0010084Z /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:20:34.0010573Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0011333Z /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:20:34.0011814Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0012545Z /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:20:34.0013026Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0013795Z /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:20:34.0014283Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0015041Z /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:20:34.0015509Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0016273Z /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:20:34.0016761Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0017505Z /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:20:34.0017972Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0018716Z /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:20:34.0019192Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0020176Z /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:20:34.0020719Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0021456Z /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:20:34.0021937Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0022769Z /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:20:34.0023245Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0023998Z /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:20:34.0024472Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0025216Z /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:20:34.0025691Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0026446Z /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:20:34.0026915Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0027695Z /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:20:34.0028265Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0029024Z /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:20:34.0029503Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0030228Z /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:20:34.0030708Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0031458Z /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:20:34.0031937Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0032667Z /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:20:34.0033146Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0033886Z /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:20:34.0034412Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0035183Z /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:20:34.0035697Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0036451Z /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:20:34.0036931Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0037695Z /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:20:34.0038174Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0038920Z /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:20:34.0039397Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0040168Z /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:20:34.0040667Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0041403Z /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:20:34.0041880Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0042638Z /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:20:34.0043128Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0043857Z /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:20:34.0044335Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0045074Z /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:20:34.0045552Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0046284Z /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:20:34.0046788Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0047554Z /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:20:34.0048044Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0048986Z /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:20:34.0049469Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0050238Z /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:20:34.0050736Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0051500Z /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:20:34.0051997Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0052751Z /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:20:34.0053243Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0054008Z /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:20:34.0054499Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0055226Z /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:20:34.0055697Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0056446Z /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:20:34.0056936Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0057684Z /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:20:34.0058153Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0058912Z /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:20:34.0059442Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0060184Z /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:20:34.0060651Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0061430Z /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:20:34.0061911Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0062654Z /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:20:34.0063136Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0063872Z /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:20:34.0064355Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0065137Z /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:20:34.0065628Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0066383Z /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:20:34.0066875Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0067646Z /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:20:34.0068190Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0068954Z /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:20:34.0069432Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0070176Z /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:20:34.0070648Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0071418Z /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:20:34.0071914Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0072648Z /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:20:34.0073171Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0074071Z /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:20:34.0074794Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0075540Z /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:20:34.0076028Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0076775Z /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:20:34.0077255Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0077977Z /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:20:34.0078455Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0079363Z /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:20:34.0079848Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0080598Z /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:20:34.0081073Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0081810Z /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:20:34.0082285Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0083027Z /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:20:34.0083508Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0084231Z /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:20:34.0084709Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0085446Z /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:20:34.0085997Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0086727Z /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:20:34.0087202Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0087982Z /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:20:34.0088466Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0089388Z /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:20:34.0089874Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0090635Z /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:20:34.0091126Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0091868Z /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:20:34.0092338Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0093096Z /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:20:34.0093587Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0094349Z /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:20:34.0094837Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0095570Z /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:20:34.0096048Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0096786Z /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:20:34.0097262Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0097991Z /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:20:34.0098464Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0099277Z /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:20:34.0099756Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0100518Z /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:20:34.0101004Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0101760Z /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:20:34.0102243Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0102988Z /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:20:34.0103451Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0104190Z /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:20:34.0104669Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0105414Z /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:20:34.0105893Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0106621Z /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:20:34.0107100Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0107856Z /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:20:34.0108416Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0109147Z /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:20:34.0109627Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0110392Z /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:20:34.0110879Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0111618Z /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:20:34.0112139Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0112870Z /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:20:34.0113341Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0114106Z /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:20:34.0114565Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0115303Z /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:20:34.0115775Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0116515Z /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:20:34.0116987Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0117726Z /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:20:34.0118214Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0118951Z /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:20:34.0119425Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0120167Z /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:20:34.0120650Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0121405Z /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:20:34.0121897Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0122643Z /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:20:34.0123129Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0123890Z /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:20:34.0124402Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0125140Z /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:20:34.0125597Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0126244Z /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:20:34.0126343Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0126975Z /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:20:34.0127072Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0127703Z /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:20:34.0127800Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0128434Z /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:20:34.0128528Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0129274Z /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:20:34.0129370Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0129987Z /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:20:34.0130070Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0130687Z /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:20:34.0130784Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0131402Z /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:20:34.0131500Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0132110Z /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:20:34.0132209Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0132825Z /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:20:34.0132968Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0133578Z /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:20:34.0133706Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0134340Z /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:20:34.0134425Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0135046Z /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:20:34.0135142Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0135754Z /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:20:34.0135851Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0136462Z /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:20:34.0136561Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0137170Z /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:20:34.0137267Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0137890Z /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:20:34.0137985Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0138600Z /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:20:34.0138693Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0139312Z /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:20:34.0139407Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0140044Z /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:20:34.0140170Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0140798Z /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:20:34.0140891Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0141542Z /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:20:34.0141639Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0142270Z /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:20:34.0142366Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0142995Z /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:20:34.0143094Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0143728Z /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:20:34.0143812Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0144473Z /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:20:34.0144569Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0145275Z /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:20:34.0145369Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0145979Z /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:20:34.0146076Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0146686Z /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:20:34.0146779Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0147428Z /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:20:34.0147566Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0148243Z /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:20:34.0148340Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0149006Z /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:20:34.0149104Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0149727Z /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:20:34.0149825Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0150447Z /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:20:34.0150546Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0151155Z /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:20:34.0151251Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0151856Z /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:20:34.0151951Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0152578Z /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:20:34.0152673Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0153272Z /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:20:34.0153369Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0153983Z /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:20:34.0154078Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0154698Z /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:20:34.0154793Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0155405Z /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:20:34.0155531Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0156139Z /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:20:34.0156234Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0156874Z /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:20:34.0156975Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0157583Z /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:20:34.0157665Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0158482Z /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:20:34.0158580Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0159215Z /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:20:34.0159312Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0159934Z /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:20:34.0160027Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0160664Z /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:20:34.0160760Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0161390Z /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:20:34.0161484Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0162249Z /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:20:34.0162332Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0162990Z /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:20:34.0163135Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0163785Z /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:20:34.0163879Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0164531Z /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:20:34.0164627Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0165250Z /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:20:34.0165345Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0165969Z /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:20:34.0166066Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0166697Z /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:20:34.0166795Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0167390Z /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:20:34.0167487Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0168093Z /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:20:34.0168191Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0168978Z /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:20:34.0169080Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0169693Z /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:20:34.0169790Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0170411Z /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:20:34.0170562Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0171174Z /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:20:34.0171268Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0171927Z /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:20:34.0172012Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0172635Z /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:20:34.0172735Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0173368Z /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:20:34.0173465Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0174078Z /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:20:34.0174174Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0174810Z /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:20:34.0174905Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0175520Z /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:20:34.0175615Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0176233Z /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:20:34.0176317Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0176936Z /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:20:34.0177030Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0177647Z /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:20:34.0177742Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0178342Z /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:20:34.0178468Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0179091Z /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:20:34.0179185Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0179821Z /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:20:34.0179923Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0180532Z /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:20:34.0180624Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0181234Z /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:20:34.0181329Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0181950Z /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:20:34.0182051Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0182672Z /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:20:34.0182766Z errors.OnnxExporterWarning, 2022-09-27T16:20:34.0182834Z ok (0.023s) 2022-09-27T16:20:34.0182967Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:34.0183115Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:34.0183228Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:20:34.0183363Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:20:34.0183489Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.0183630Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.0183762Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:20:34.0183895Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:20:34.0184025Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-09-27T16:20:34.0184260Z Check that dictionary access doesn't care about insertion order ... ok (0.011s) 2022-09-27T16:20:34.0184394Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.0238855Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.0328115Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:34.0337651Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-09-27T16:20:34.0455264Z Check that the trace remembers which keys were in a dict input ... ok (0.013s) 2022-09-27T16:20:34.0524341Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:34.0528790Z test_input_flatten (jit.test_tracer.TestTracer) 2022-09-27T16:20:34.0674739Z Check that inputs to traced functions are flattened ... ok (0.015s) 2022-09-27T16:20:34.0705841Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:20:34.0775747Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:34.0863788Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:34.0942215Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.1029158Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:34.1276269Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-09-27T16:20:34.1287331Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-09-27T16:20:34.1391746Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:34.1460765Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:34.1594936Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:20:34.1641378Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:20:34.1664236Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:20:34.1668489Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-09-27T16:20:34.1751441Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.009s) 2022-09-27T16:20:34.1808568Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.1885964Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.1978173Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:34.2079706Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:34.2100169Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:20:34.2285709Z test_simple (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:20:34.2300155Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T16:20:34.2396837Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:34.2459521Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.2679491Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-09-27T16:20:34.2907018Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T16:20:34.2998233Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:34.3029097Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-09-27T16:20:34.3489212Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-09-27T16:20:34.3556734Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:34.3619307Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.3678084Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.3838671Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:20:34.3906361Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:34.3968510Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.4094545Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:20:34.4191455Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:34.4287594Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:34.4337963Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:20:34.4408969Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:34.4479981Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:34.4505992Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:20:34.4533263Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:20:34.4559503Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:20:34.4690629Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:20:34.4874757Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:20:34.5074817Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:20:34.5520650Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-09-27T16:20:34.5847867Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-09-27T16:20:34.5931881Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.5987209Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:20:34.6049227Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.6113315Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.6216621Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:20:34.6382150Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:20:34.6434836Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:20:34.6642834Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:20:34.6753245Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:20:34.7103331Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:20:34.7359138Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-09-27T16:20:34.7439653Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-09-27T16:20:34.7440252Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-09-27T16:20:34.7440736Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-09-27T16:20:34.7441786Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919:0 2022-09-27T16:20:34.7442876Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919:0 2022-09-27T16:20:34.7443741Z %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:20:34.7452226Z %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:20:34.7452959Z %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:20:34.7453441Z return (%12) 2022-09-27T16:20:34.7453615Z 2022-09-27T16:20:34.7453721Z ok (0.009s) 2022-09-27T16:20:34.7517011Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:34.7626313Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:20:34.7788086Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:20:34.7841904Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:20:34.7923091Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.8083197Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:20:34.8143378Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:34.8176423Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:20:34.8187434Z test_trace_records_names (jit.test_tracer.TestTracer) ... skip: test doesn't currently with crossref (0.001s) 2022-09-27T16:20:34.8269181Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.8548921Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:20:34.8598057Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:20:34.8693568Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:34.8804155Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:20:34.8886688Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:20:34.9517782Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.063s) 2022-09-27T16:20:34.9623441Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:20:34.9718619Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:20:34.9825846Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:20:35.0444394Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.062s) 2022-09-27T16:20:35.0873719Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T16:20:35.0979982Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:20:35.1096326Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:20:35.1161093Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:35.1176549Z test_trace_warn (jit.test_tracer.TestTracer) ... skip: test doesn't currently with crossref (0.001s) 2022-09-27T16:20:35.1242312Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:35.1278634Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:20:35.1309119Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:20:35.1459584Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:20:35.1479757Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-09-27T16:20:35.1493844Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T16:20:35.1989421Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-09-27T16:20:35.3267225Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.128s) 2022-09-27T16:20:35.3325329Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:20:35.3397066Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:20:35.3409328Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.3740484Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.034s) 2022-09-27T16:20:35.3804453Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:20:35.3876552Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-09-27T16:20:35.3934586Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:20:35.3941173Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.4044493Z Types should be shared for identical constant values, and different for different constant values ... ok (0.011s) 2022-09-27T16:20:35.4051611Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.4106220Z Types should be shared even if attribute values differ ... ok (0.006s) 2022-09-27T16:20:35.4111418Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.4135242Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-09-27T16:20:35.4196630Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:20:35.4201646Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.4319989Z Simple example with a real nn Module ... ok (0.012s) 2022-09-27T16:20:35.4483189Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.016s) 2022-09-27T16:20:35.4492061Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.4805120Z We should be able to differentiate between two ModuleDict instances ... ok (0.032s) 2022-09-27T16:20:35.4813339Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.5000100Z Mutating the value of an attribute should not change type sharing ... ok (0.019s) 2022-09-27T16:20:35.5006664Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.5077030Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.008s) 2022-09-27T16:20:35.5082732Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.5183372Z Different functions passed in should lead to different types ... ok (0.011s) 2022-09-27T16:20:35.5189021Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.5257739Z Same functions passed in should lead to same types ... ok (0.007s) 2022-09-27T16:20:35.5269550Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.5485089Z Even if everything about the module is the same, different originating ... ok (0.023s) 2022-09-27T16:20:35.5491071Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.5593141Z Different functions passed in should lead to different types ... ok (0.011s) 2022-09-27T16:20:35.5598788Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.5669752Z Same functions passed in should lead to same types ... ok (0.008s) 2022-09-27T16:20:35.5895652Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.023s) 2022-09-27T16:20:35.5904879Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.6355133Z If submodules differ, the types should differ. ... ok (0.046s) 2022-09-27T16:20:35.6361789Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.6499644Z Since we can't guarantee that methods are the same between different ... ok (0.014s) 2022-09-27T16:20:35.6506618Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.6573913Z Test that types are not shared if the exclusion of their ... ok (0.007s) 2022-09-27T16:20:35.6579743Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.6632766Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-09-27T16:20:35.6637397Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.6701328Z Tests that types between instances of a ScriptModule ... ok (0.007s) 2022-09-27T16:20:35.6711491Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:20:35.6900779Z Test that type sharing can be disabled. ... ok (0.020s) 2022-09-27T16:20:35.6959018Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-09-27T16:20:35.6977980Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:20:35.7026308Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-09-27T16:20:35.7039559Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:20:35.7098111Z Test that module attributes can be ignored. ... ok (0.007s) 2022-09-27T16:20:35.7131870Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:20:35.7144755Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:20:35.7152531Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:20:35.7173828Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-09-27T16:20:35.7179937Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:20:35.7268702Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.009s) 2022-09-27T16:20:35.7289088Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:20:35.7304204Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:20:35.7311919Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:20:35.7332483Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-09-27T16:20:35.7463436Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.013s) 2022-09-27T16:20:35.7573745Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-09-27T16:20:35.7597793Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:20:35.7631078Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:20:35.7683523Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:20:35.7747169Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:20:35.7815368Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:20:35.8044140Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.023s) 2022-09-27T16:20:35.8073044Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:20:35.8091311Z 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:20:35.8091997Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-09-27T16:20:35.8092228Z def fn(): 2022-09-27T16:20:35.8092410Z l1 = [1, 2, "foo", 3] 2022-09-27T16:20:35.8092734Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:20:35.8092926Z l2 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:20:35.8093157Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:20:35.8093383Z (function emitListLiteral) 2022-09-27T16:20:35.8094691Z ok (0.002s) 2022-09-27T16:20:35.8112659Z 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:20:35.8113339Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-09-27T16:20:35.8113563Z def fn(): 2022-09-27T16:20:35.8113740Z l1 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:20:35.8114122Z l2 = [1, 2, "foo", 3] 2022-09-27T16:20:35.8114376Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:20:35.8114599Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:20:35.8114792Z return d 2022-09-27T16:20:35.8114979Z (function emitListLiteral) 2022-09-27T16:20:35.8116795Z ok (0.002s) 2022-09-27T16:20:35.8211202Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:20:35.8362436Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.015s) 2022-09-27T16:20:35.8451100Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:20:35.8626545Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.017s) 2022-09-27T16:20:35.8680800Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:20:35.8689722Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T16:20:35.8803420Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.011s) 2022-09-27T16:20:35.8817327Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T16:20:35.8912606Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:20:35.9005423Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:20:35.9034916Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:20:35.9075580Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:20:35.9148245Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:20:35.9194556Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:20:35.9227867Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:20:35.9359707Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.013s) 2022-09-27T16:20:35.9390891Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:20:35.9454802Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:20:35.9503156Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:20:35.9561075Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:20:35.9618067Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:20:35.9668599Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:20:35.9725657Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:20:35.9740645Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T16:20:35.9973161Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.023s) 2022-09-27T16:20:36.0040779Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:20:36.0099436Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:20:36.0148769Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:20:36.0208454Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:20:36.0249486Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:20:36.0359571Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.011s) 2022-09-27T16:20:36.0400990Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:20:36.0446787Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:20:36.0480649Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.0521290Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:20:36.0554573Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.0632812Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:20:36.0682407Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:20:36.0721111Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:20:36.0740577Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:20:36.0759565Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:20:36.0814431Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:20:36.0830410Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:20:36.0844554Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-09-27T16:20:36.0861314Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:20:36.0912450Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:20:36.0959966Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:20:36.0960577Z "The inner type of a container is lost when " 2022-09-27T16:20:36.1012418Z ok (0.010s) 2022-09-27T16:20:36.1067377Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:20:36.1165549Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:20:36.1222910Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:20:36.1247275Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:20:36.1274304Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.1300137Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.1327365Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.1359603Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.1448508Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:20:36.1520945Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:20:36.1555786Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.1627178Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:20:36.1704456Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:20:36.1760027Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:20:36.1815703Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:20:36.1884768Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:20:36.1954547Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:20:36.1983793Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.2019093Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.2131528Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.011s) 2022-09-27T16:20:36.2213926Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:20:36.2246514Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:20:36.2283797Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:20:36.2371174Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:20:36.2440637Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:20:36.2782694Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.034s) 2022-09-27T16:20:36.2860528Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:20:36.3014216Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:20:36.3014823Z File "", line 3 2022-09-27T16:20:36.3014958Z 2022-09-27T16:20:36.3015025Z def fn(): 2022-09-27T16:20:36.3015271Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:20:36.3015707Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:20:36.3015957Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:20:36.3016189Z x.append(torch.tensor(3)) 2022-09-27T16:20:36.3016381Z (function emitListLiteral) 2022-09-27T16:20:36.3130988Z [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:20:36.3131722Z File "", line 3 2022-09-27T16:20:36.3131946Z 2022-09-27T16:20:36.3132064Z def fn(): 2022-09-27T16:20:36.3132354Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:20:36.3132729Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:20:36.3132979Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:20:36.3133208Z x.append(torch.tensor(3)) 2022-09-27T16:20:36.3133399Z (function emitListLiteral) 2022-09-27T16:20:36.3136500Z ok (0.028s) 2022-09-27T16:20:36.3187140Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:20:36.3211887Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:20:36.3237319Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:20:36.3271517Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-09-27T16:20:36.3446483Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.017s) 2022-09-27T16:20:36.3460021Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-09-27T16:20:36.3504502Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:20:36.3545950Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:20:36.3579218Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:20:36.3615724Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:20:36.3666275Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T16:20:36.3694439Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:20:36.3720101Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:20:36.3749539Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:20:36.3775972Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:20:36.3804619Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:20:36.3864507Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-09-27T16:20:36.3898191Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:20:36.3932045Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:20:36.3960750Z test_warn (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:20:36.3988938Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:20:36.4060674Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T16:20:36.4125396Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.006s) 2022-09-27T16:20:36.4196389Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T16:20:36.4226717Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:20:36.4275801Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.005s) 2022-09-27T16:20:36.4307558Z test_with_as (jit.test_with.TestWith) 2022-09-27T16:20:36.5005447Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.073s) 2022-09-27T16:20:36.5028966Z test_with_errors (jit.test_with.TestWith) 2022-09-27T16:20:36.5136087Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.013s) 2022-09-27T16:20:36.5155120Z test_with_exceptions (jit.test_with.TestWith) 2022-09-27T16:20:36.5369164Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.023s) 2022-09-27T16:20:36.5398401Z test_with_no_as (jit.test_with.TestWith) 2022-09-27T16:20:36.6109402Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.074s) 2022-09-27T16:20:36.6124808Z test_with_no_grad (jit.test_with.TestWith) 2022-09-27T16:20:36.6279482Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.017s) 2022-09-27T16:20:36.6290579Z test_with_record_function (jit.test_with.TestWith) 2022-09-27T16:20:36.6434014Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-09-27 16:20:36 3508:3508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:20:36.6451712Z STAGE:2022-09-27 16:20:36 3508:3508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:20:36.6465877Z ok (0.019s) 2022-09-27T16:20:36.6466074Z 2022-09-27T16:20:36.6467499Z ---------------------------------------------------------------------- 2022-09-27T16:20:36.6467751Z Ran 2641 tests in 113.038s 2022-09-27T16:20:36.6467872Z 2022-09-27T16:20:36.6467973Z OK (skipped=121, expected failures=7) 2022-09-27T16:20:36.6468104Z 2022-09-27T16:20:36.6468234Z Generating XML reports... 2022-09-27T16:20:36.6516532Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927161843.xml 2022-09-27T16:20:36.6534334Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927161843.xml 2022-09-27T16:20:36.6536726Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927161843.xml 2022-09-27T16:20:36.6541886Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927161843.xml 2022-09-27T16:20:36.6564863Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927161843.xml 2022-09-27T16:20:36.6570091Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927161843.xml 2022-09-27T16:20:36.6572896Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927161843.xml 2022-09-27T16:20:36.6579898Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927161843.xml 2022-09-27T16:20:36.6584544Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927161843.xml 2022-09-27T16:20:36.6619706Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927161843.xml 2022-09-27T16:20:36.6631433Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927161843.xml 2022-09-27T16:20:36.6642630Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927161843.xml 2022-09-27T16:20:36.6645738Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927161843.xml 2022-09-27T16:20:36.6653396Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927161843.xml 2022-09-27T16:20:36.6665667Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927161843.xml 2022-09-27T16:20:36.6687331Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927161843.xml 2022-09-27T16:20:36.6693493Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927161843.xml 2022-09-27T16:20:36.6776652Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927161843.xml 2022-09-27T16:20:36.6788926Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927161843.xml 2022-09-27T16:20:36.6807193Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927161843.xml 2022-09-27T16:20:36.6838310Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927161843.xml 2022-09-27T16:20:36.6840600Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927161843.xml 2022-09-27T16:20:36.6864655Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927161843.xml 2022-09-27T16:20:36.6866956Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927161843.xml 2022-09-27T16:20:36.6872049Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927161843.xml 2022-09-27T16:20:36.6874184Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927161843.xml 2022-09-27T16:20:36.6876423Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927161843.xml 2022-09-27T16:20:36.6883885Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927161843.xml 2022-09-27T16:20:36.6901860Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927161843.xml 2022-09-27T16:20:36.6904967Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927161843.xml 2022-09-27T16:20:36.6908730Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927161843.xml 2022-09-27T16:20:36.6911700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927161843.xml 2022-09-27T16:20:36.6933006Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927161843.xml 2022-09-27T16:20:36.7011674Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220927161843.xml 2022-09-27T16:20:36.7440038Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927161843.xml 2022-09-27T16:20:36.7447078Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927161843.xml 2022-09-27T16:20:36.7508708Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927161843.xml 2022-09-27T16:20:36.7516554Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927161843.xml 2022-09-27T16:20:36.7521683Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927161843.xml 2022-09-27T16:20:36.7537227Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927161843.xml 2022-09-27T16:20:36.7559014Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927161843.xml 2022-09-27T16:20:36.7578584Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927161843.xml 2022-09-27T16:20:36.7582828Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927161843.xml 2022-09-27T16:20:36.7597772Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927161843.xml 2022-09-27T16:20:36.7610770Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927161843.xml 2022-09-27T16:20:36.7613181Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927161843.xml 2022-09-27T16:20:36.7622408Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927161843.xml 2022-09-27T16:20:36.7645385Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927161843.xml 2022-09-27T16:20:36.7649382Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927161843.xml 2022-09-27T16:20:36.7656075Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927161843.xml 2022-09-27T16:20:36.7659109Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927161843.xml 2022-09-27T16:20:36.7688450Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927161843.xml 2022-09-27T16:20:36.7690523Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927161843.xml 2022-09-27T16:20:36.7700223Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927161843.xml 2022-09-27T16:20:36.7707659Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927161843.xml 2022-09-27T16:20:36.7719577Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927161843.xml 2022-09-27T16:20:36.7721922Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927161843.xml 2022-09-27T16:20:36.7745122Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927161843.xml 2022-09-27T16:20:36.7760483Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927161843.xml 2022-09-27T16:20:36.7770176Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927161843.xml 2022-09-27T16:20:36.7779881Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927161843.xml 2022-09-27T16:20:36.8206835Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220927161843.xml 2022-09-27T16:20:36.8222454Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927161843.xml 2022-09-27T16:20:36.8237455Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927161843.xml 2022-09-27T16:20:36.8249182Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927161843.xml 2022-09-27T16:20:36.8254256Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927161843.xml 2022-09-27T16:20:36.8268624Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927161843.xml 2022-09-27T16:20:36.8272993Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927161843.xml 2022-09-27T16:20:36.8290174Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927161843.xml 2022-09-27T16:20:36.8308724Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927161843.xml 2022-09-27T16:20:36.8315481Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927161843.xml 2022-09-27T16:20:36.8321308Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927161843.xml 2022-09-27T16:20:36.8324544Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927161843.xml 2022-09-27T16:20:36.8346116Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927161843.xml 2022-09-27T16:20:36.8495475Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927161843.xml 2022-09-27T16:20:36.8521806Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927161843.xml 2022-09-27T16:20:36.8534241Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927161843.xml 2022-09-27T16:20:36.8560364Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927161843.xml 2022-09-27T16:20:36.8594483Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927161843.xml 2022-09-27T16:20:36.8598203Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927161843.xml 2022-09-27T16:20:36.8609001Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927161843.xml 2022-09-27T16:20:36.8615332Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927161843.xml 2022-09-27T16:20:36.8622528Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927161843.xml 2022-09-27T16:20:36.8628703Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927161843.xml 2022-09-27T16:20:36.8639660Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927161843.xml 2022-09-27T16:20:37.4039614Z Running test_binary_ufuncs ... [2022-09-27 16:20:37.403600] 2022-09-27T16:20:37.4040137Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:20:37.403680] 2022-09-27T16:20:39.7108895Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-09-27T16:20:39.8341567Z 2022-09-27T16:20:39.8341711Z Running tests... 2022-09-27T16:20:39.8342231Z ---------------------------------------------------------------------- 2022-09-27T16:20:39.8363203Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:39.8373430Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8382342Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8391503Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8400136Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8409423Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8418304Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8427302Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8436721Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8445759Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8454975Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8464135Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8473334Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8482459Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8491646Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8500750Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8510267Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8519423Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8528455Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8537860Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8546953Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8556187Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8565259Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8574579Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8584725Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8594540Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8604339Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8614299Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8624079Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8633904Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8643608Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8653381Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8662372Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8671351Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8680159Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8689102Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8697890Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8706707Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8715666Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8724449Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8733573Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8742590Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8751443Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8760300Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8769310Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8778179Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8787086Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8795922Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8804864Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8813687Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8822435Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8831144Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8839860Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8848803Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8857570Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8866247Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8875265Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8884092Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8893058Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8901810Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8910729Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8919602Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8928510Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8937406Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8946386Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8955429Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8964280Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8973245Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8982030Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8990946Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.8999824Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9008795Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9017671Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9026447Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9035389Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9044371Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9053372Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9062241Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9071316Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9080052Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9089218Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9098076Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9106888Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9115787Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9124893Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9133603Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9142396Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9151861Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9160541Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9169482Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9178383Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9187311Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9196314Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9205233Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9214269Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9223052Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9232180Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9241190Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9250397Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9259399Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9268438Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9277471Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9286491Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9295640Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9305497Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9315423Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9325170Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9335121Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9344799Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9354551Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9364408Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9374150Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9383104Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9392205Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9401277Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9410478Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9419522Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9428663Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9437718Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9446687Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9455978Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9464903Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9474040Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9482948Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9491921Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9500785Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9509885Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9518859Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9528004Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9537133Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9546021Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9555256Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9564378Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9573222Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9581928Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9590759Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9599762Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9608765Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9617869Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9626686Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9635862Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9644968Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9654409Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9663555Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9673040Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9682002Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9691308Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9700411Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9709564Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9718819Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9728020Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9737287Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9746460Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9755727Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9764824Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9774110Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9783234Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9792442Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9801549Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9810829Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9820033Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9829202Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9838308Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9847446Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9856779Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9865806Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9874877Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9883762Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9892600Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9901426Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9910370Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9919224Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9927701Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9936216Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9944761Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9953180Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9961794Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9970513Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9979228Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9987673Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:39.9996440Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0005015Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0013805Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0022337Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0030991Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0039423Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0047815Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0056414Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0064943Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0073343Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0081767Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0090358Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0098950Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0107588Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0116379Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0125436Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0134762Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0143804Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0152860Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0162077Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0171566Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0180488Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0189653Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0198779Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0207997Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0217192Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0226579Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0235348Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0245058Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0255014Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0264381Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0274089Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0283637Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0293498Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0302892Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0312461Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0321160Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0330160Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0338946Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0347698Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0356571Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0365341Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0374405Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0383299Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0392339Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0401548Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0410715Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0419419Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0428383Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0437263Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0446135Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0455007Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0464641Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0474499Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0484017Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0493789Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0503387Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0513047Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0522640Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0532384Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0542300Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0552101Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0561723Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0571593Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0581212Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0590992Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0600677Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0610644Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0620004Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0629526Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0638784Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0648235Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0657912Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0666901Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0676399Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0685793Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0695876Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0705419Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0715292Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0724969Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0734766Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0744413Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0754196Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0763840Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0772655Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0781438Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0790220Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0798842Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0807540Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0816460Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0825102Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0833911Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0842783Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0851731Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0860536Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0869458Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0878431Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0887175Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0896433Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0905774Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0916389Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0926478Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0936285Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0945777Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0955447Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0964965Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0974700Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0984154Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.0993955Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1003382Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1012855Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1022306Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1031939Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1041428Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1051010Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1060324Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1069113Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1077726Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1086377Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1094913Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1103500Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1112170Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1120705Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1129659Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1139692Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1149795Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1159868Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1170130Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1179922Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1189512Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1198826Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1208238Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1415601Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:20:40.1425139Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1434735Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1445206Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1455477Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1465206Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1475191Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1485139Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1495835Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1506287Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1516859Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1527254Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1537700Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1546664Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1555812Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1564810Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1575261Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1586342Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1597393Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1608357Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1619501Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1630545Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1641604Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1652977Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1664130Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1674516Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1684293Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1695240Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1705976Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1716769Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1727538Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1738530Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1749489Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1760582Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1771578Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1782445Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1793362Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1804191Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1815350Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1824897Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.1966674Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:20:40.2582424Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:20:40.6818485Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.423s) 2022-09-27T16:20:40.6832613Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:20:40.6845522Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:40.6902364Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:20:40.6976447Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:40.7008128Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7032004Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7074324Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:40.7108734Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7143878Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7169951Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7197360Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7219941Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7242898Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7264018Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7285718Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7307370Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7329377Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7351131Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7373449Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7394186Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7416295Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7438394Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.7466999Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7500586Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7539394Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:40.7575093Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7615053Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:40.7647424Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7678921Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7710558Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7742442Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7772884Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7804653Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7836394Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7867010Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7913051Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:20:40.7942537Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7973609Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.7999594Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8022299Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8056199Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8087820Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8124490Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:40.8151085Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8178876Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8201585Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8224739Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8246926Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8269372Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8291485Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8313431Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8335520Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8357706Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8378700Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8400808Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8422877Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.8441225Z 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:20:40.8442026Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:20:40.8461537Z ok (0.004s) 2022-09-27T16:20:40.8549804Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:20:40.8626424Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:20:40.8671519Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:40.8706185Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8744867Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:40.8775992Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8806337Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8835337Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8865572Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8895365Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8922327Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.8959076Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:40.8993067Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9030106Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:40.9058527Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9087878Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9112585Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9137901Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9160834Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9184684Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9208520Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9230883Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9253125Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9275361Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9296332Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9318420Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9340447Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9365637Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9388256Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9423111Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9448310Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:20:40.9449111Z r = func(*args, **kwargs) 2022-09-27T16:20:40.9483216Z ok (0.006s) 2022-09-27T16:20:40.9515243Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9550289Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9576719Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9604332Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9626993Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9650187Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9671130Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9693113Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9714945Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:40.9742386Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9774001Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9801902Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9831653Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9860814Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9890797Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9919416Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9949222Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:40.9978997Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.0002273Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0025090Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0047836Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0069273Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0092019Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0114562Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0137664Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0160766Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0182407Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0205315Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0228324Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0251163Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0273878Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0296788Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0318161Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0340894Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0363282Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0386420Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0409499Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0431239Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0454673Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0477697Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0500703Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0523302Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0546524Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0568185Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0590978Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0614014Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0641320Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.0664477Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0700181Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.0727491Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.0755870Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.0779217Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0801903Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0824110Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0847206Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0869994Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0895418Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0917921Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.0952856Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.0979492Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1007020Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1029738Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.1051807Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.1073567Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.1095600Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.1118254Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.1154687Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.1183410Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1213366Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1239694Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1269181Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1304101Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1331114Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1358656Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1385458Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1413338Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1440156Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1467100Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1494166Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1521229Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1558799Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.1585886Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1613968Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1641285Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1669694Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1696627Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1723974Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1751778Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1778349Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1807476Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1843331Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.1876174Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1914014Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.1941663Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1970161Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.1997235Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2025643Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2053060Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2080608Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2108393Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2134993Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2173077Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.2200046Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2228349Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2256075Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2284238Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2311909Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2339361Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2366765Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2390691Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2412516Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2442732Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2487855Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.2515437Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2547547Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2571452Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2596153Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2618193Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2640201Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2660956Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2682896Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2704653Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.2738565Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.2777495Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.2858695Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:20:41.2943092Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:20:41.2988469Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:20:41.3021923Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3054916Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3088311Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3121773Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3154134Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3187453Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3221911Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3230320Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:20:41.3280747Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:20:41.3309270Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3339932Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3365540Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3390511Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3415704Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3440646Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3464302Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3490569Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3514483Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3550868Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.3577258Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3604869Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3627532Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3649710Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3670967Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3692979Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3715472Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3741838Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3766414Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3802544Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.3828918Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3856935Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.3879406Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3901325Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3923079Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3944976Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3968561Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.3997971Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4041284Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.4069104Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4098754Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4122647Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4146130Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4169785Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4193093Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4216419Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4245276Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4274689Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4304826Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4333302Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4361821Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4385226Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4406818Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4438826Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4462014Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4486463Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4508534Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4530177Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4552422Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4574244Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4596018Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4619069Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4640534Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4672585Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4695836Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4720465Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4742280Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4764234Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4786130Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4809480Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4831749Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4857264Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4880152Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.4915029Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4942090Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4970109Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.4993053Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.5015533Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.5037052Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.5059493Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.5081662Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.5108959Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.5136515Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.5165516Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.5200884Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.5246264Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5282567Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5326642Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5361844Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.5407029Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5443121Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5486944Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5521334Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.5560991Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5606659Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:20:41.5649335Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5698174Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:20:41.5733725Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.5768281Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.5805590Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5842896Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5879044Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5916221Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5953516Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.5964904Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.5975676Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.5986508Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.5997279Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6007985Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6018927Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6029776Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6040525Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6051418Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6062003Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6072834Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6083333Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6094505Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6105200Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6115844Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6126499Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6137287Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6148073Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6158746Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6169529Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6180278Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6191034Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6201707Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6212547Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:41.6242016Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6271692Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6305138Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6334804Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6363665Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6395163Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6430301Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6502490Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:41.6566904Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:20:41.6610226Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.6641095Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6675210Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6707427Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6739784Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6771000Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6803412Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6835848Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6859925Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.6881753Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.6913720Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.6937777Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.6962298Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.6984224Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7006151Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7026888Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7048613Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7070591Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7094022Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7115994Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7146312Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7173499Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7205487Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7229089Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7254179Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7276328Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7298536Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7319490Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7341260Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7363140Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7386401Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7408370Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7439110Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7466278Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7497849Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7521497Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7546487Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7568795Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7590918Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7611783Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7633691Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7655645Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7679268Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7700984Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7731651Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7759649Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7791915Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.7815663Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7840747Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7863003Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7885125Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7906507Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7928437Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7950822Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7973923Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.7995490Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8027335Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8050724Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8075113Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8097105Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8118989Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8139806Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8161657Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8183498Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8209117Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8232394Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8266953Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8293860Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8321390Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8344156Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8366191Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8386750Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8408848Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8431343Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8456428Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8479176Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8513761Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8540231Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8568024Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8591152Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8612919Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8633369Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8655276Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8677761Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8703277Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8725667Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8760335Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8786854Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8814520Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8837206Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8859151Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8879819Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8901644Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8924707Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.8950918Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.8973158Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9007676Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9034204Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9062050Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9084411Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9106396Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9127823Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9149751Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9172408Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9197242Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9219583Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9253862Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9307611Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:20:41.9339805Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9376407Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:41.9402557Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9430325Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9452907Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9476264Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9498546Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9520928Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9542741Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9565760Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9587338Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9617660Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9644693Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9676865Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9700607Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9724932Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9746555Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9768433Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9789278Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9811152Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9832970Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:41.9859337Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9885817Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9913766Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9946710Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:41.9988978Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:42.0018530Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0100227Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:20:42.0169680Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:42.0209734Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:42.0240277Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0274747Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0300445Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0326088Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0349733Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0374899Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0399014Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0427321Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0472475Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:42.0502284Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0533707Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0560148Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0585452Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0611106Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0636262Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0659368Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0684534Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0719472Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0751871Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0787663Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0814273Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0842158Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.0865322Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0889374Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0910810Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0933257Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0955601Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.0987805Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1019920Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1051913Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1082938Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1115847Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1147585Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1179105Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1211400Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1243788Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1274641Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1306048Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1336688Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1369556Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1400343Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1431341Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1462466Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1470835Z 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:20:42.1478176Z 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:20:42.1485104Z 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:20:42.1492191Z 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:20:42.1498949Z 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:20:42.1505808Z 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:20:42.1513508Z 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:20:42.1520128Z 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:20:42.1527064Z 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:20:42.1534062Z 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:20:42.1541008Z 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:20:42.1548003Z 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:20:42.1555317Z 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:20:42.1562671Z 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:20:42.1569380Z 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:20:42.1576533Z 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:20:42.1607271Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1638052Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1669362Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1699707Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1731949Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1762752Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1793475Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1824463Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1855414Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1885843Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1917078Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1947539Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.1979805Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2011171Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2041749Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2074234Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2105048Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2135413Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2167530Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2198050Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2230892Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2261774Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2292768Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2324170Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2332564Z 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:20:42.2339374Z 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:20:42.2346263Z 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:20:42.2353428Z 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:20:42.2360363Z 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:20:42.2367511Z 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:20:42.2374515Z 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:20:42.2381401Z 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:20:42.2388729Z 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:20:42.2395867Z 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:20:42.2403143Z 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:20:42.2410272Z 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:20:42.2417236Z 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:20:42.2424017Z 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:20:42.2431010Z 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:20:42.2437896Z 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:20:42.2444893Z 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:20:42.2452470Z 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:20:42.2459153Z 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:20:42.2466048Z 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:20:42.2473158Z 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:20:42.2480035Z 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:20:42.2486933Z 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:20:42.2495037Z 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:20:42.2502120Z 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:20:42.2509142Z 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:20:42.2516147Z 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:20:42.2523037Z 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:20:42.2530164Z 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:20:42.2537225Z 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:20:42.2544118Z 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:20:42.2551303Z 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:20:42.2558818Z 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:20:42.2565265Z 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:20:42.2573001Z 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:20:42.2579816Z 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:20:42.2586615Z 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:20:42.2593834Z 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:20:42.2600381Z 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:20:42.2607715Z 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:20:42.2640024Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2672141Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2714772Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:42.2746020Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2778676Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2809896Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2842803Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2874238Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2905515Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2936865Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.2967734Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.3040860Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:42.3114138Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:42.3183075Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:42.3255920Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:42.3328042Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:42.3396571Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:20:42.3559740Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:42.3585997Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.3627131Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:42.3686449Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:20:42.3718514Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.3753984Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.3780292Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.3807972Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.3830843Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.3854397Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.3875439Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.3897554Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.3919847Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:20:42.3946713Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.3975889Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4012490Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:42.4045271Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4083037Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:42.4110193Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4138018Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4165059Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4193635Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4221018Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4248521Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4276141Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4305298Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4337192Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4375510Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:20:42.4404023Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4438370Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4467464Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4497996Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4527381Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4556593Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.4585733Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:20:42.7316947Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.273s) 2022-09-27T16:20:42.7328806Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:20:54.5477150Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (11.815s) 2022-09-27T16:20:54.6752205Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:20:54.8033119Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:20:54.9430799Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:20:55.0554581Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:20:55.1759271Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:20:55.2955603Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:20:55.3009156Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:20:55.3374598Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:55.3577753Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.3781074Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.3987226Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:20:55.4191165Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.4548616Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:55.4751247Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.5106171Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:20:55.5309502Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.5582016Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:55.5784441Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.6138101Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:20:55.6424332Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:20:55.6804101Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:20:55.7035264Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:20:55.7398744Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:55.7610056Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:20:55.7810965Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.8083062Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:55.8282609Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.8554954Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:55.8756734Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.9104387Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:20:55.9307402Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:55.9623224Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:55.9867869Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:20:55.9877509Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:55.9886320Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:55.9895811Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:55.9904863Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:20:56.0108855Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.0383526Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:56.0581341Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.0853320Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:56.1052636Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.1324992Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:56.1522340Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.1793876Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:56.1990888Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.2262765Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:56.2464447Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.2824066Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:56.3031119Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:20:56.3384602Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:20:56.3590963Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:20:56.3945079Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:20:56.4146613Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.4504377Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:56.4721580Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:20:56.4994066Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:20:56.5191691Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.5545969Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:20:56.5748994Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.6112255Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:56.6323217Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:20:56.6679170Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:56.6881634Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:56.6966993Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:20:56.7051078Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:20:56.7311479Z 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:20:56.7312265Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:20:56.7322186Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:20:56.7322707Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:20:56.7333969Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:20:56.7334779Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:20:56.7345426Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:20:56.7346172Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:20:56.8184299Z ok (0.113s) 2022-09-27T16:20:56.9291105Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:20:57.0309294Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:20:57.0962733Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:20:57.1584322Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:20:57.2214545Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:57.2852448Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:57.3504420Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:20:57.4127916Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:20:57.4768244Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:57.5397046Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:57.6033977Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:57.7293863Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:20:57.8360570Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:20:57.9416537Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:20:58.0510537Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:20:58.1567330Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:20:58.2204210Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:58.2838445Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:58.4076086Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:20:58.5134753Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:20:58.6228941Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:20:58.7276824Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:20:58.8348722Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:20:58.9397074Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:20:59.0451743Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:20:59.1499745Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:20:59.2598098Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:20:59.3656042Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:20:59.4289587Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:59.4928367Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:59.6005148Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:20:59.7062174Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:20:59.8116793Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:20:59.9221008Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:21:00.0281868Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:21:00.1331760Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:21:00.2382577Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:21:00.3469057Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:21:00.4501496Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:21:00.5117716Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:00.5737446Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:00.6792439Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:21:00.7791985Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:21:00.8809515Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:00.9831749Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:01.0915926Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:21:01.1952418Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:21:01.2574022Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:01.3194301Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:01.4258735Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:21:01.5261508Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:21:01.6283991Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:01.7370185Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:21:01.8401325Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:21:01.9019765Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:01.9638128Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:02.0705601Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:21:02.1711911Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:21:02.2801461Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:21:02.3834759Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:21:02.4453583Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:02.5070477Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:02.6135053Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:21:02.7154170Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:02.8172374Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:02.9192710Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:03.0191349Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:21:03.1274122Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:21:03.2305231Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:21:03.2925076Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:03.3545101Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:03.4605684Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:21:03.5629992Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:03.6654040Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:03.7679962Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:21:03.8707905Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:21:03.9707989Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:21:03.9847089Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:03.9989077Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:04.0217874Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:21:04.0355530Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:04.0491226Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:04.0628089Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:04.0766408Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:04.0904449Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:04.1042786Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:04.1185285Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:04.1208033Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1227613Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1255097Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.1280443Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.1302897Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1325002Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1347461Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1366800Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1386312Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1405581Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1424782Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1444000Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1463134Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1482794Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1501836Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1521117Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1540794Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1560255Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1582923Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1603613Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1629622Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.1655437Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.1678414Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1701483Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1724398Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1745247Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1765544Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1786840Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1807224Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1828034Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1851055Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1872819Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1895451Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1918137Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1939491Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1958764Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.1983179Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2007823Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2030208Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2052873Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2075527Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2095116Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2114376Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2133690Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2152931Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2172643Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2192485Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2212404Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2231420Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2250828Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2269823Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2289426Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2313034Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2339609Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.2365433Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.2388304Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2411361Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2434429Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2454339Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2473952Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2493586Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2513068Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2532783Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2554417Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2580872Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.2607208Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.2630188Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2653477Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2676152Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2695774Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2715168Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2734632Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2754074Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2773645Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2792885Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2812550Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2831768Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2850856Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2870098Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2890017Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2911904Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2931883Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2955433Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.2979512Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3004147Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3025976Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3047937Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3070122Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3089321Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3107776Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3126476Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3145389Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3164402Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3185692Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3205942Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3228383Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3250519Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3271000Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3291481Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3311864Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3332396Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3352718Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3371762Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3390544Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3409375Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3427968Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3446774Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3465576Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3484396Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3503315Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3521873Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3540653Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3559539Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3578148Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3596966Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3615855Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3634622Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3654538Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3673489Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3692420Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3711509Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3730014Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3748729Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3767593Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3786366Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3805085Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3823866Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3842479Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3861454Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3880984Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3902706Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3921620Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3942714Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3964294Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.3986190Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4005399Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4024089Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4042755Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4061525Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4080294Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4100992Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4119981Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4140912Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4162625Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4184413Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4203719Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4222647Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4241348Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4260261Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4279167Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4300521Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4323281Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4346071Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4367958Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4387663Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4408866Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4430937Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4452968Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4472656Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4492165Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4511630Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4531163Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4550633Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4572107Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4593668Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4616124Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4638351Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4658475Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4678436Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4698398Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4718337Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4738309Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4759615Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4779471Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4803760Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4828789Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4851255Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4873795Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4896325Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4916293Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4936611Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4956364Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4976280Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.4996221Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5017540Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5038925Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5061120Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5083622Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5103453Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5123405Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5143895Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5164038Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5184209Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5204652Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5223626Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5246823Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5271546Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5294598Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5315604Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5337224Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5360652Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5379976Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5399090Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5417972Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5437006Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5455954Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5477623Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5498055Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5522473Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5547405Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5570429Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5594567Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5617018Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5637339Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5657826Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5678313Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5698880Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5719594Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5730680Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:04.5751930Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5774292Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5796588Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5816444Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5835659Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5854753Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5874300Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5893352Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5914122Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5933273Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5954267Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5976020Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.5997742Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6016846Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6035714Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6054408Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6073411Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6092369Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6113319Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6131980Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6153547Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6175047Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6196793Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6215771Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6234628Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6253282Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6272053Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6290991Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6312732Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6334462Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6356580Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6379029Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6399730Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6419594Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6439229Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6458689Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6478298Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6497697Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6516866Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6536112Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6555395Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6574681Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6595362Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6614721Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6636348Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6658041Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6680290Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6699758Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6719092Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6738388Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6757614Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6777103Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6797718Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6817084Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6838149Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6860150Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6882280Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6901861Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6921379Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6941023Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6960393Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.6979849Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7001134Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7020564Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7042011Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7064655Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7087068Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7106673Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7126155Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7145822Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7165418Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7185147Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7207298Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7230110Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7252783Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7274675Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7296721Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7319163Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7341853Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7363392Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7385217Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7407619Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7430308Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7452214Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7472479Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7497660Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7522716Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7545073Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7567844Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7590684Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7611311Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7631841Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7652095Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7672301Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7692830Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:04.7707505Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7722151Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7736764Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7751518Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7766070Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7780806Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7795563Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7810198Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7824974Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7839728Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7854486Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7869103Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7883826Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7898642Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7913339Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7928022Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7942790Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7957482Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7972178Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.7986746Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.8001359Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.8016386Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.8030959Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.8045528Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:04.8087368Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8126813Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8207425Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:04.8259890Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:04.8329492Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:04.8366183Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8412612Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:04.8452817Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8493256Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8528922Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8569189Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8608400Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8648095Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8687283Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8726606Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8760066Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:04.8799080Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8838466Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8879490Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.8928004Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:04.9000248Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:04.9054287Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:04.9123980Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:04.9162867Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9212318Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:04.9257077Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9302647Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9341419Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9386602Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9432068Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9473643Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9550117Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:04.9588358Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9635076Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:04.9677615Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9717987Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:04.9787798Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:04.9845111Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:04.9913222Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:04.9952502Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0000927Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.0042063Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0083191Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0116742Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.0156634Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0196284Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0236259Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0275901Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0315460Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0349081Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.0388815Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0428267Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0471337Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0598069Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:05.0693814Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:05.0766570Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.0807720Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0859904Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.0904056Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0949052Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.0988065Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1031770Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1074423Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1113776Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1188442Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.1241107Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.1308171Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.1345868Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1392974Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.1433727Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1475091Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1509316Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.1549465Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1588917Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1628932Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1668357Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1707979Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1741164Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.1780525Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1820128Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1860072Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1900812Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.1972667Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.2096968Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:05.2154649Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:05.2221553Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.2259154Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2310006Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.2350278Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2392372Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2428668Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2467883Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2507927Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2549116Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2597529Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.2638717Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2691869Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.2736651Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2781910Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2820688Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2865550Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2911969Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.2952628Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.2992103Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3031783Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3064824Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.3104666Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3144354Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3185205Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3224995Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3259163Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.3298749Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3338428Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3378280Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3417870Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3457470Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3490868Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.3530205Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3569747Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3609077Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3649095Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3684388Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3724512Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3764248Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3803897Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3843282Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3883458Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3917476Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.3956878Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.3996339Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4036674Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4076944Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4143720Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.4181640Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4231350Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.4270305Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4309922Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4342790Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.4382046Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4421932Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4462006Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4502338Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4570538Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.4607950Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4660780Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.4700944Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4741351Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4774406Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.4814365Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4855887Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.4925077Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.4964343Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5010525Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.5050329Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5096694Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.5162634Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.5200428Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5246153Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.5290429Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5334688Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5372412Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5416321Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5459825Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5501524Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5571940Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.5610790Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5656924Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.5701781Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5747181Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.5786268Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5830729Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5877333Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.5919274Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.5966134Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.6037970Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.6094551Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:05.6164590Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.6202630Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6256727Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.6301213Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6346184Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6386814Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6431503Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6476009Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6516471Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6585692Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.6623979Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6674626Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.6718844Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6764237Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6803238Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6847940Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6893909Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6934453Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.6975889Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.7050321Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.7157950Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:05.7203647Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.7267895Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:05.7303695Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.7349859Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.7389226Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.7431838Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.7465012Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.7504780Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.7544716Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.7591912Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.7647616Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:05.7768354Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:05.7871925Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:05.7945769Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.7989839Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8042557Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.8091888Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.8141435Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.8184499Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8236378Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.8285468Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.8298467Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:05.8382058Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:05.8421547Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8468173Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.8511845Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8554651Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8592498Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8635286Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8676708Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8716690Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8757288Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8824694Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.8862472Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8911612Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.8951975Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.8994230Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9027355Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.9066690Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9106949Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9147648Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9187465Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9255568Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:05.9296101Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9346338Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:05.9386235Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9425880Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9458945Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:05.9497888Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9538595Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9580828Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9657252Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:05.9696464Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9741824Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9783859Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9825823Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9861969Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9903458Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9944814Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:05.9991703Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.0039110Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.0081749Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0128003Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.0174685Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.0211445Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0250933Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0314136Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.0348791Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.0391795Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0431617Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0471534Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0505365Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.0545728Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0584773Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0621804Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0661539Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0727059Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.0761154Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.0802461Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0842228Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0882120Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0915908Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.0955661Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.0995257Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1035734Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1076144Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1143565Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.1181432Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1228533Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.1269396Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1309592Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1342870Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.1383077Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1422738Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1464073Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1501926Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1547172Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.1596427Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.1673595Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:06.1720949Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.1782125Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.1831884Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.1908657Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:06.1956542Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.2016732Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.2057107Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.2103548Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.2178979Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.2231344Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.2303973Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.2341436Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.2388684Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.2432740Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.2476898Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.2515518Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.2558858Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.2602577Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.2618949Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2635014Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2651836Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2667857Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2683752Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2700203Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2716317Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2732730Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2749484Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2766081Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2782605Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2798751Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2814879Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2831183Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2847372Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2863915Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2880321Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2897040Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2913333Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2929626Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2945432Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2961582Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2977724Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.2993934Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:06.3041992Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3090114Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3137318Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3185327Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3233869Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3277134Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.3326711Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3437674Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:06.3517177Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:06.3593804Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:06.3634167Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.3684689Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3731081Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3778246Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3818341Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.3864985Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3912441Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.3950937Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.3990285Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4053843Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.4087483Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.4128889Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4168346Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4207911Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4241149Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.4280307Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4319973Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4359160Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4399028Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4462729Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.4510737Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.4575084Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.4611071Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4653356Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4693406Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4733539Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4766781Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.4805970Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4845634Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4882025Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4921910Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.4991580Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.5037435Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.5100382Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.5134735Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.5175310Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5215457Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5255647Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5288865Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.5328254Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5368590Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5405848Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5445874Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5514916Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.5569056Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.5633074Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.5667273Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.5712530Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5754610Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5794272Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5828251Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.5867349Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5907757Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5945449Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.5984794Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6048501Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.6083476Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.6131157Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.6170524Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6210451Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6243826Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.6284845Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6326191Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6365372Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6405229Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6471811Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.6510063Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6552984Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6593126Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6632641Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6665845Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.6705294Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6745510Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6784891Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6825041Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6891857Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.6928528Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.6972204Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7011827Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7066492Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.7121133Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.7178553Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.7233719Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.7287654Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.7345351Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.7433480Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:06.7471394Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7515060Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7554620Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7594580Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7627153Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.7666641Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7706791Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7745717Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7785743Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7852569Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.7889624Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.7939209Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.7978689Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8018364Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8053766Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.8095657Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8136041Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8175470Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8215255Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8293332Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:06.8416705Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:06.8468717Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.8536971Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.8574486Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8623487Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.8664476Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8704809Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8738994Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.8778662Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8818938Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8856223Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8895731Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.8961521Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.9007451Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.9071469Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.9110971Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9160960Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.9200659Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9242761Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9275956Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:06.9315399Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9354937Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9396320Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9433770Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9485529Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:06.9529080Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9592048Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:06.9635129Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:06.9760130Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:06.9859531Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:06.9931563Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:06.9971721Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0024347Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.0067699Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0111656Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0148419Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0191218Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0233500Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0276026Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0355025Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:07.0394049Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0441409Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.0486400Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0531987Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.0570478Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0613771Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0655510Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0694729Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0773308Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:07.0825773Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.0892630Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:07.0929770Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.0975291Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1015009Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1057797Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1091982Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.1131756Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1171357Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1219816Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1261980Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1316110Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1364579Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1413762Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1456399Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1504262Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1552364Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1601545Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1643403Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1696932Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1743713Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1792880Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1835301Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.1882349Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1930386Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.1944407Z 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:21:07.1956580Z 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:21:07.1968300Z 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:21:07.1980572Z 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:21:07.1993148Z 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:21:07.2005577Z 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:21:07.2018073Z 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:21:07.2030114Z 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:21:07.2042005Z 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:21:07.2054583Z 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:21:07.2066536Z 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:21:07.2079324Z 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:21:07.2091785Z 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:21:07.2104779Z 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:21:07.2117399Z 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:21:07.2131349Z 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:21:07.2180054Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2222040Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.2270266Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2317508Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2366307Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2407326Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.2455987Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2504322Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2552170Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2594194Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.2645147Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2692507Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2741692Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2783850Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.2831298Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2879573Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2928237Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.2969784Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.3017729Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.3064730Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.3113460Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.3154822Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.3202296Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.3253539Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.3267238Z 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:21:07.3279904Z 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:21:07.3293239Z 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:21:07.3306435Z 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:21:07.3319681Z 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:21:07.3331687Z 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:21:07.3343833Z 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:21:07.3356120Z 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:21:07.3368743Z 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:21:07.3381111Z 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:21:07.3393903Z 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:21:07.3405584Z 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:21:07.3418103Z 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:21:07.3430252Z 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:21:07.3442437Z 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:21:07.3455028Z 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:21:07.3467970Z 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:21:07.3481434Z 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:21:07.3494518Z 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:21:07.3507065Z 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:21:07.3520642Z 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:21:07.3533684Z 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:21:07.3546653Z 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:21:07.3559636Z 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:21:07.3572862Z 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:21:07.3586026Z 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:21:07.3599483Z 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:21:07.3612987Z 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:21:07.3625726Z 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:21:07.3638932Z 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:21:07.3652372Z 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:21:07.3665679Z 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:21:07.3678334Z 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:21:07.3691769Z 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:21:07.3704885Z 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:21:07.3718221Z 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:21:07.3731711Z 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:21:07.3745656Z 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:21:07.3759731Z 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:21:07.3772829Z 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:21:07.3819729Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.3869040Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.3944151Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:07.3987954Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.4039770Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.4087871Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.4137483Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.4180109Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.4227985Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.4276665Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.4323999Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.4413621Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:07.4503668Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:07.4588642Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:07.4675436Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:07.4757171Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:07.4842536Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:07.5046907Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:07.5088499Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.5158105Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:07.5281421Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:07.5331502Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.5398432Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:07.5435791Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.5485384Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.5525833Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.5566893Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.5600447Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.5642832Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.5682844Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.5723582Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.5770656Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.5842697Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:07.5899685Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:07.5969602Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:07.6007560Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6052751Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6096829Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6141687Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6179950Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6224240Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6269310Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6312880Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6362516Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.6434560Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:07.6473820Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6524497Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.6570034Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6616983Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.6656870Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6702831Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:07.6748518Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.6768342Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6787754Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6806956Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6826245Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6845449Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6868125Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6889089Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6913678Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6940492Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.6963267Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.6985786Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7008336Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7029349Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7050324Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7070935Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7091854Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7112583Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7133676Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7153405Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7175993Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7198458Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7220433Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7239987Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7259115Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7277968Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7297192Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7315997Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7337039Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7355928Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7379564Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7403242Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7489470Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7490065Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7495844Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:07.7528744Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7558882Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7582934Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7607795Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7633000Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7660666Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7685243Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7715981Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7749014Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7776358Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7806264Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7837026Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:07.7856105Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7875403Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7894854Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7914162Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7933746Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7955886Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7975196Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.7998784Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8022558Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8043490Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8065478Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8087513Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8107153Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8126521Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8145744Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8164927Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8184999Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8207545Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8227571Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8251729Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8273909Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8295902Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8314959Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8334357Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8353635Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8372659Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8391816Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8412981Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8432091Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8453510Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8475630Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8497681Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8516912Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8535945Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8554837Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8573913Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8593164Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8614127Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8633088Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8654246Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8676449Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8698249Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8717416Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8736499Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8755386Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8774538Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8793492Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8814529Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8833487Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8854768Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8876855Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8899453Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8918622Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8938068Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8956494Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8975437Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.8994195Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9014862Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9033525Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9054624Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9076433Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9098301Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9117290Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9136074Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9154736Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9173407Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9192120Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9212819Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9232044Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9255716Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9279747Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9304250Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9326148Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9348077Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9370198Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9389302Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9408137Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9427102Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9446071Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9464982Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9485458Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9504519Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9527779Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9551335Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9572136Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9593522Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9615464Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9634590Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9653621Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9672456Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9691359Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9710200Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9731064Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9752915Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9775085Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9797446Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9820350Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9842841Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9867274Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9892083Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9914105Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9936250Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9958270Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9978058Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:07.9996908Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0015665Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0034685Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0053648Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0075763Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0097863Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0120226Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0142973Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0162884Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0182424Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0201700Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0221116Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0240685Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0261392Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0285084Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0309598Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0331430Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0353484Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0375589Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0394561Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0413831Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0432734Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0451680Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0470526Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0489980Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0511918Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0534643Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0554179Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0573673Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0593934Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0613938Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0633429Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0652989Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0674943Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0697034Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0716535Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0736120Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0755724Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0775353Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0794867Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.0805622Z 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:21:08.0815840Z 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:21:08.0826180Z 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:21:08.0836456Z 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:21:08.0846651Z 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:21:08.0857477Z 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:21:08.0867384Z 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:21:08.0877403Z 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:21:08.0887749Z 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:21:08.0897662Z 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:21:08.0907751Z 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:21:08.0917848Z 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:21:08.0928044Z 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:21:08.0938375Z 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:21:08.0948391Z 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:21:08.0958405Z 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:21:08.0978174Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1000268Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1022368Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1042089Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1061581Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1081650Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1101561Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1121154Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1140450Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1162511Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1184816Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1204733Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1224567Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1244310Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1263974Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1283766Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1303226Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1325591Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1347423Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1367364Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1386879Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1407077Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1427029Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1446572Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1457505Z 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:21:08.1468038Z 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:21:08.1478536Z 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:21:08.1488359Z 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:21:08.1498759Z 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:21:08.1508749Z 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:21:08.1518715Z 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:21:08.1529090Z 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:21:08.1538899Z 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:21:08.1548985Z 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:21:08.1559145Z 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:21:08.1569517Z 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:21:08.1579693Z 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:21:08.1589719Z 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:21:08.1599979Z 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:21:08.1609951Z 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:21:08.1620219Z 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:21:08.1630478Z 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:21:08.1641330Z 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:21:08.1651939Z 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:21:08.1661665Z 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:21:08.1671988Z 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:21:08.1682073Z 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:21:08.1692449Z 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:21:08.1702358Z 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:21:08.1712385Z 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:21:08.1722428Z 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:21:08.1732657Z 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:21:08.1742441Z 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:21:08.1752609Z 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:21:08.1762442Z 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:21:08.1772474Z 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:21:08.1782691Z 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:21:08.1792840Z 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:21:08.1802993Z 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:21:08.1813204Z 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:21:08.1823271Z 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:21:08.1833342Z 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:21:08.1843367Z 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:21:08.1853431Z 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:21:08.1874524Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1894134Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1916762Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1939077Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1960864Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.1982286Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2001528Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2020981Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2040334Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2059604Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2078843Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2100934Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2123002Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2143588Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2162997Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2183239Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2202948Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2222808Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2243472Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2266948Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2291176Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2315380Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2337316Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2358934Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2381261Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2400034Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2418819Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2437571Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2456513Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2475339Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2496647Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2516288Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2540922Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2565701Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2587839Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2610063Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2632299Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2653730Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2675175Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2696596Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2716915Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2736667Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2757355Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2776545Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2797577Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2819270Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2841202Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2860792Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2880171Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2900502Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2921152Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2941318Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2959741Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2976855Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.2997857Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3019574Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3039247Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3058983Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3078700Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3095837Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3112617Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3129291Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3145347Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3161691Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3177848Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3194075Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3210364Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3226196Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3242823Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3258858Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3278178Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3297618Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3320490Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3343479Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3364178Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3385119Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3405989Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3425328Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3444689Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3464038Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3483442Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3502845Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3523060Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3543723Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3564110Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3584584Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3603966Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3621255Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3642265Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3664026Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3684015Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3703811Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3723616Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3740646Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3757445Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3774488Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3791327Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3807481Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3823767Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3840087Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3856427Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3872428Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3888766Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3911779Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3931699Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3957146Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.3981725Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4001283Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4021914Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4042772Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4067102Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4090628Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4113904Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4137494Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4160799Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4185774Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4214471Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:08.4236421Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4256354Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4276433Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4296521Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4313719Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4337319Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4360520Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4383466Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4406492Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4429127Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4452270Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4475166Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4497639Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4513843Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4530133Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4548494Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4565331Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4586326Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4609090Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4637268Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:08.4663575Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:08.4691300Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:08.4717733Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:08.4741240Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4764679Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4787493Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4803718Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4819870Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4838894Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4863836Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4890503Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:08.4917381Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:08.4943652Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:08.4968405Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.4993432Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5018275Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5043194Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5066640Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5089280Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5105525Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5121623Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5144465Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5167068Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5190332Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5213556Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5236571Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5260070Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5283415Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5308654Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5325157Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5341575Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5357786Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5374181Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5390604Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5406968Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5423432Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5439709Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5456150Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5472576Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5489155Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5505180Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5521602Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5537912Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5554178Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5570598Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5589135Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5606080Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5625179Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5645147Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5665226Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5682529Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5698878Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5715161Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5731748Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5747957Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5766483Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5783517Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5802644Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5822640Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5842673Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5859889Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5876330Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5892625Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5908904Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5925464Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5945072Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5965265Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.5985396Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6004685Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6022847Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6042709Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6062738Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6082734Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6100798Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6119307Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6137850Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6156028Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6174214Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6194231Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6214754Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6235244Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6255812Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6274296Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6293376Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6312275Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6330998Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6349440Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6369339Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6387702Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6410565Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6433141Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6453554Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6474008Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6494609Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6513095Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6532117Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6551044Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6569740Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6588630Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6607908Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6628482Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6648898Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6669286Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6687706Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6706699Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6725628Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6744129Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6762630Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6781264Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6797601Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6818467Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6839275Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6859801Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6878600Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6897364Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6916591Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6933521Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6949737Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6965807Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6982180Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.6998579Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7018049Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7036899Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7061799Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7085642Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7106296Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7126566Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7147098Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7165864Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7184759Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7203380Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7222167Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7240909Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7250061Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:08.7270020Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7290653Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7311241Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7328965Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7345721Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7362592Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7379628Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7396483Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7414932Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7432169Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7451203Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7471122Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7491191Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7508339Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7524631Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7540908Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7557206Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7573641Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7592288Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7609352Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7628383Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7648220Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7668240Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7685409Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7701893Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7718530Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7734911Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7751313Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7759623Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:08.7779967Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7799941Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7820563Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7838091Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7855318Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7872010Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7889041Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7905816Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7922626Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7939373Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7955892Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7972945Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.7989690Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8007316Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8023899Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8042150Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8060613Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8079560Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8096105Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8112418Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8128542Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8144779Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8161061Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8178908Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8195255Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8213526Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8232154Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8251010Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8267504Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8283778Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8300065Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8316464Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8332657Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8351437Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8367999Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8387232Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8407109Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8427046Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8444195Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8460642Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8476676Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8493000Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8509187Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8527965Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8548028Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8567956Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8587618Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8608309Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8628900Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8649710Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8669353Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8689878Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8710636Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8731833Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8751209Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8769072Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8791610Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8813446Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8833055Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8852698Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8872486Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8890872Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8909319Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8927542Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8946227Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8964337Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.8976716Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.8988145Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.8999625Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9011227Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9022578Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9034189Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9045461Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9057252Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9068677Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9080107Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9091486Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9102947Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9114487Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9125862Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9137412Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9148938Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9160901Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9172573Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9184495Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9196278Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9207844Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9219844Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9231699Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9243346Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:08.9259967Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9276750Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9293490Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9310218Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9326744Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9346043Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9364808Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9388871Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9412488Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9432681Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9452987Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9473299Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9492168Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9510853Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9529512Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9548054Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9566750Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9585230Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9601556Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9619824Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9638241Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9657263Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9673975Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9690468Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9706466Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9722788Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9739016Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9756844Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9773089Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9793586Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9814235Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9832846Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9851724Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9870556Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9887054Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9903318Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9919805Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9935942Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9952238Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9969920Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:08.9986065Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0006706Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0027273Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0045798Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0064602Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0083530Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0100099Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0116331Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0132628Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0148861Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0165152Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0182751Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0198879Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0219457Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0239988Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0258904Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0277316Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0296399Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0313078Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0329625Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0345801Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0362387Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0378835Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0396657Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0413177Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0431566Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0450328Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0469353Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0486123Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0502508Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0518895Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0535432Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0551883Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0570577Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0587583Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0606795Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0626792Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0646826Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0664162Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0680584Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0697056Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0713459Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0729931Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0748626Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0765650Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0784784Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0804794Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0824766Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0842210Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0858508Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0874793Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0891316Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0907578Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0926292Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0943831Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0962657Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.0982619Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1002671Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1019704Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1035947Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1052065Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1068226Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1084409Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1102789Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1119732Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1138788Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1158533Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1178373Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1195501Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1211793Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1227653Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1244105Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1260440Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1278811Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1295943Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1317150Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1339481Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1361149Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1380917Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1400826Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1420603Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1437751Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1454458Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1471583Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1488221Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1504656Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1522235Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1538303Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1558786Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1579320Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1597990Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1616554Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1635469Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1652230Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1668363Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1685252Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1701505Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1717776Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1736328Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1756232Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1776111Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1796521Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1817347Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1837132Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1861761Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1884906Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1905034Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1925640Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1946245Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1963329Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1979797Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.1995921Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2012195Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2028633Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2036979Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:09.2057028Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2077538Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2098175Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2115825Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2132777Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2149337Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2166150Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2183694Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2201720Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2223546Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2245323Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2265160Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2284969Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2304876Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2321881Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2338890Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2355381Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2371691Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2387901Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2405314Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2425479Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2445988Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2464346Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2483032Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2501827Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2520270Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2538869Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2557292Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2578127Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2598133Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2616227Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2634917Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2653308Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2671364Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2689718Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2699160Z 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:21:09.2707754Z 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:21:09.2716082Z 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:21:09.2724638Z 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:21:09.2733207Z 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:21:09.2741712Z 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:21:09.2750207Z 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:21:09.2758798Z 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:21:09.2767294Z 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:21:09.2775732Z 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:21:09.2784110Z 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:21:09.2792694Z 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:21:09.2801010Z 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:21:09.2809631Z 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:21:09.2817879Z 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:21:09.2826522Z 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:21:09.2844208Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2864887Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2885269Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2903885Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2923466Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2941736Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2960002Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2978554Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.2996573Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3016564Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3036629Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3054857Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3073518Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3092163Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3110419Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3128560Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3146680Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3166789Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3186947Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3205398Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3223822Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3243203Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3261876Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3280226Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3289478Z 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:21:09.3297785Z 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:21:09.3305832Z 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:21:09.3313596Z 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:21:09.3321660Z 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:21:09.3329950Z 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:21:09.3338147Z 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:21:09.3346263Z 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:21:09.3354445Z 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:21:09.3362351Z 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:21:09.3370748Z 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:21:09.3378859Z 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:21:09.3387243Z 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:21:09.3395641Z 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:21:09.3404115Z 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:21:09.3412741Z 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:21:09.3421109Z 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:21:09.3429709Z 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:21:09.3438126Z 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:21:09.3446625Z 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:21:09.3455320Z 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:21:09.3463674Z 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:21:09.3472121Z 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:21:09.3480348Z 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:21:09.3488245Z 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:21:09.3496485Z 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:21:09.3504437Z 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:21:09.3512690Z 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:21:09.3520747Z 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:21:09.3528978Z 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:21:09.3537066Z 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:21:09.3545154Z 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:21:09.3553325Z 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:21:09.3561393Z 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:21:09.3569662Z 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:21:09.3577723Z 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:21:09.3585725Z 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:21:09.3593810Z 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:21:09.3602166Z 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:21:09.3610456Z 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:21:09.3628663Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3646708Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3666904Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3687219Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3707236Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3725357Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3743929Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3762536Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3780808Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3799005Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3817226Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3839789Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3862045Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3882119Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3902777Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3922903Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3943142Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3968010Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.3989233Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4011209Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4033588Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4055382Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4075171Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4095125Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4114947Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4132162Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4148915Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4165348Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4181627Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4197877Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4216973Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4235290Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4258450Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4280584Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4300689Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4321102Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4341503Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4359611Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4378440Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4397172Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4415683Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4434152Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4453586Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4471951Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4491989Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4512072Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4532348Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4550391Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4568902Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4587354Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4605587Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4623761Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:09.4722999Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:09.4805425Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.5073107Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:09.5205704Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:09.5376115Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:09.5448404Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:09.5550153Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:09.5643924Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.5737762Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.5800823Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:09.5883184Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.5960246Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.6037458Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.6116085Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.6202315Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.6279498Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.6359467Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.6435708Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.6529922Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.6631752Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:09.6798466Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:09.6907620Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:09.7116476Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:09.7183317Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:09.7273824Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.7369202Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.7470288Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:09.7595491Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:09.7690370Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.7805929Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:09.7896512Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.8095055Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:09.8176468Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.8479039Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:21:09.8564906Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.8644314Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.8852620Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:09.9023848Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:09.9210394Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:09.9273501Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:09.9373094Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:09.9463281Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.9552937Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:09.9614250Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:09.9695033Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.9771202Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.9850021Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:09.9926197Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.0010250Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.0086218Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.0166059Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.0241912Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.0346572Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:10.0710395Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:10.1037704Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:10.1225988Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:10.1310648Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.1435506Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:10.1530373Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.1650778Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:10.1750754Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:10.1844593Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.1933355Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.2021740Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.2188671Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:10.2356339Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:10.2534476Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:10.2599866Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:10.2716447Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:10.2806181Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.2901701Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:10.2979663Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3060778Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3136508Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3213178Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3291761Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3375285Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3450470Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:10.3530109Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3606283Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3696999Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.3779675Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.3969856Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:10.4341293Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:10.4456243Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:10.4622702Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:10.4700105Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.4802725Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:10.4893256Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.4984772Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.5046156Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:10.5126797Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.5202530Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.5299733Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:10.5406151Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:10.5476880Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:10.5589094Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:10.5692294Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:10.5807370Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:10.5886049Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.5989164Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:10.6095129Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:10.6179671Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.6267739Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.6353415Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.6429845Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.6511062Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.6586684Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:10.6665375Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.6749989Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.6826023Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.6907298Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.6984654Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7061370Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7137624Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7218161Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7281460Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:10.7361873Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7437475Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:10.7515881Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7596438Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7655402Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:10.7736554Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7813375Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7889555Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.7966801Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.8049948Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.8124805Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:10.8207580Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.8283551Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.8374138Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.8456925Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.8820779Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:10.8895820Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:10.9009541Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:10.9100281Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.9194173Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.9270550Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.9351876Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.9430747Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.9522490Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:10.9603842Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:10.9771858Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:10.9845374Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:10.9954663Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.0044980Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.0140257Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.0216723Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.0297827Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.0376515Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.0563372Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:11.0641461Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.0754702Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.0830857Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.0945560Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.1098004Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:11.1174980Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.1289398Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.1392736Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:11.1510317Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:11.1582622Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:11.1673452Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.1770340Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:11.1853720Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.2015226Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:11.2088989Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:11.2191556Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:11.2283866Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.2413082Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:11.2484897Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:11.2577392Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.2676111Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:11.2754531Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.2853957Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:11.3059426Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:11.3175159Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.3348094Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:11.3424383Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.3546741Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:11.3641599Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.3751466Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.3864673Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.3959461Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.4064540Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:11.4138765Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:11.4300409Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:11.4375494Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:11.4491308Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.4586608Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.4698307Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.4801604Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:11.4894692Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.5011104Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:11.5078566Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:11.5165850Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.5324454Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:11.5590537Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:11.5680927Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.5829087Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:11.5880059Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:11.5971954Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.6053811Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.6133405Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.6195057Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:11.6278492Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.6354591Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.6484416Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:11.6629442Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:11.6988290Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:11.7303354Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:11.7491498Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:11.7611951Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:11.7734507Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:11.7848889Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.7965410Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:11.8076204Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.8191485Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:11.8321046Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:11.8329250Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:11.8556352Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:21:11.8636617Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.8739657Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:11.8829649Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.8918040Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.8996773Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.9086230Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:11.9169241Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.9251408Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.9330064Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.9490339Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:11.9551309Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:11.9631064Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.9709075Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.9786817Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.9844535Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:11.9920464Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:11.9999339Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.0076168Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.0155807Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.0314389Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:12.0374745Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:12.0452090Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.0529831Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.0607269Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.0661422Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:12.0737425Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:12.0815357Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.0896945Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.1084758Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:12.1156144Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:12.1244245Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.1326559Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.1409933Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.1479649Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:12.1560706Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.1641822Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.1746529Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:12.1852587Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.1946898Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.2051061Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:12.2169773Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:12.2235120Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:12.2311582Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.2452509Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:12.2509212Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:12.2614875Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:12.2697937Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.2777681Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.2840813Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:12.2922182Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.2998361Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.3065905Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:12.3142924Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.3285845Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:12.3341587Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:12.3443451Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:12.3524752Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.3603880Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.3666104Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:12.3746333Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.3822358Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.3911597Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.3989276Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.4172066Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:12.4238093Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:12.4327978Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.4413644Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.4508633Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.4570309Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:12.4652492Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.4729754Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.4824564Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.4907665Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.5018055Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.5139518Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:12.5355556Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:12.5469843Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.5645995Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:12.5795832Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:12.5999444Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:12.6114034Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.6296346Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:12.6374410Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:12.6497601Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:12.6680705Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:12.6781324Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:12.6958153Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:12.7030877Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:12.7132890Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:12.7227975Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.7319933Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.7394018Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:12.7487662Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.7576060Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:12.7587773Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7599718Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7612097Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7624669Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7637309Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7649809Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7662842Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7675773Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7688595Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7701371Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7714096Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7726754Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7739652Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7752408Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7764479Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7777437Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7789915Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7802262Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7814621Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7827378Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7841196Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7854651Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7866916Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7878965Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:12.7989422Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.8099800Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.8213149Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.8325783Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.8430227Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:12.8542323Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:12.8659777Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:12.8973867Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:12.9239146Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:12.9459811Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:12.9660177Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:12.9803419Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:12.9911747Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:13.0032118Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:13.0120094Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.0232367Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:13.0353629Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:13.0429786Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.0511621Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.0655176Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:13.0712306Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.0815128Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:13.0896771Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.0977048Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.1037370Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.1117459Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.1193417Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.1261417Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:13.1338297Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.1499933Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:13.1594700Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.1744009Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:13.1798887Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:13.1884213Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.1961535Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.2041307Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.2101372Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.2181712Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.2257699Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.2321116Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.2397952Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.2562858Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:13.2670536Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:13.2817168Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:13.2871010Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:13.2957524Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.3035209Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.3114677Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.3175458Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.3256215Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.3331756Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.3397349Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.3473324Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.3634768Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:13.3740488Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:13.3889449Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:13.3941719Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:13.4035537Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.4105563Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.4185511Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.4247148Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.4327773Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.4404191Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.4468161Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.4547214Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.4687535Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:13.4738158Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:13.4830168Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.4912410Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.4992202Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.5053363Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.5133519Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.5209317Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.5299471Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.5376766Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.5557914Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:13.5621610Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.5739014Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:13.5828556Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.5922299Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.5998752Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.6078778Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.6159909Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.6249987Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.6331849Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.6501163Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:13.6562987Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.6683092Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:13.6771532Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.6865854Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.6943377Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.7023791Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.7105632Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.7195538Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.7273252Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.7456482Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:13.7515758Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.7635408Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:13.7724104Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.7817534Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.7894446Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.7975056Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.8054283Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.8146950Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.8229633Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.8394969Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:13.8454807Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:13.8570209Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:13.8658375Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.8752288Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.8828970Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.8909200Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.8987477Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.9075933Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:13.9158010Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:13.9334242Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:13.9675532Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:13.9855120Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:14.0113195Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:14.0184271Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:14.0302802Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.0386205Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.0488268Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.0568887Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.0650361Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.0726381Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.0790434Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:14.0867340Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.1032488Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:14.1135933Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.1285319Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:14.1336282Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:14.1422672Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.1500337Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.1580641Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.1642223Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:14.1722387Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.1797914Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.1892116Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.1962831Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:14.2066698Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.2175850Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.2355241Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:14.2476716Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.2866845Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:14.3190285Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:14.3387961Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:14.3465209Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.3602206Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:14.3700137Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.3818566Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.3908786Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.4005938Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.4093214Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.4194855Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.4391272Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:14.4459298Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:14.4553438Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.4645865Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.4767009Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.4863870Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.4958172Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.5038807Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.5127364Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.5326822Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:14.5508552Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:14.5689357Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:14.5755588Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:14.5871172Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.5960450Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.6059240Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.6137257Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.6218529Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.6294970Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.6425629Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:14.6510879Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:14.6646174Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:14.6755958Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.6887748Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:14.6981900Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.7099183Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.7229096Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:14.7345885Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.7446071Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:14.7561735Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.7669063Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.7789036Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.7916480Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:14.8025591Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.8146477Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.8155459Z 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:21:14.8164177Z 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:21:14.8172735Z 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:21:14.8181578Z 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:21:14.8190849Z 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:21:14.8199033Z 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:21:14.8207318Z 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:21:14.8217385Z 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:21:14.8225034Z 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:21:14.8233947Z 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:21:14.8242081Z 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:21:14.8251892Z 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:21:14.8261257Z 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:21:14.8271718Z 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:21:14.8280853Z 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:21:14.8290500Z 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:21:14.8405908Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.8496100Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.8618517Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.8724942Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.8849227Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.8942655Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.9050517Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.9182493Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:14.9307248Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:14.9393177Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.9520432Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:14.9633115Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:14.9764189Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:14.9860036Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:14.9977840Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.0096373Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.0213827Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.0313696Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:15.0584066Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:15.0701526Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.0813445Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.0914696Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:15.1023704Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.1142058Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.1158600Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T16:21:15.1166663Z 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:21:15.1175560Z 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:21:15.1185096Z 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:21:15.1194528Z 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:21:15.1204984Z 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:21:15.1213600Z 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:21:15.1222948Z 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:21:15.1232353Z 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:21:15.1241489Z 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:21:15.1250759Z 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:21:15.1260048Z 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:21:15.1269037Z 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:21:15.1278073Z 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:21:15.1286858Z 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:21:15.1295894Z 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:21:15.1304705Z 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:21:15.1313591Z 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:21:15.1322623Z 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:21:15.1330457Z 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:21:15.1339022Z 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:21:15.1347464Z 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:21:15.1355593Z 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:21:15.1363545Z 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:21:15.1372076Z 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:21:15.1380580Z 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:21:15.1388225Z 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:21:15.1396251Z 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:21:15.1405029Z 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:21:15.1413360Z 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:21:15.1422557Z 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:21:15.1432927Z 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:21:15.1442471Z 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:21:15.1452566Z 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:21:15.1461293Z 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:21:15.1470407Z 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:21:15.1479453Z 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:21:15.1488095Z 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:21:15.1496877Z 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:21:15.1505152Z 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:21:15.1635637Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:15.1755651Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.1946266Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:15.2034143Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:15.2176647Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:15.2298751Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.2437306Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:15.2530839Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:15.2640380Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.2753021Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.2865481Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.3145968Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:15.3449997Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:21:15.3716380Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:15.4001648Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:15.4281201Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:15.4546518Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:15.5261342Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:21:15.5335717Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:15.5544778Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:15.5910033Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:15.6065406Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:15.6235088Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:15.6297052Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:15.6419050Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.6509665Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:15.6607668Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:15.6686867Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:15.6769348Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:15.6845719Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:15.6939176Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:15.7039104Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:15.7235767Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:15.7371895Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:15.7566827Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:15.7633516Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:15.7728423Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:15.7822780Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:15.7933475Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.8010208Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:15.8108696Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:15.8206653Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:15.8327330Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.8451518Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.8634884Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:15.8706935Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:15.8850901Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:15.8962928Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.9091502Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:15.9176509Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:15.9277588Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:15.9381747Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:15.9503916Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:15.9571468Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:15.9654637Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:15.9769523Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.9881621Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:15.9948350Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.0014019Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.0078804Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.0144856Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.0211990Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.0322766Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.0387439Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.0462353Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.0572137Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.0679285Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.0744251Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.0806316Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.0869177Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.0934464Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.0999523Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.1114023Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.1191035Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:16.1286219Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:16.1391254Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.1487724Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.1567087Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:16.1641028Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.1714091Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.1789215Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.1862677Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.2021371Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:16.2130699Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.2235221Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.2388272Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:16.2534839Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:16.2643639Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.2753507Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.2858971Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.2969270Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.3078820Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.3228929Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:16.3332795Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.3430978Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.3579988Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:16.3726098Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:16.3832140Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.3940278Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.4045352Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.4150201Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.4257040Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.4367248Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.4429914Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.4509889Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:16.4618271Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.4722759Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.4784541Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.4846081Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.4907656Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.4969732Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.5032634Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.5137931Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.5198916Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.5273642Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.5379131Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.5485401Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.5547021Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.5609523Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.5670770Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.5732925Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.5794337Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.5897461Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.5959053Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.6033378Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.6140695Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.6244327Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.6305231Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.6366491Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.6429053Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.6490543Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.6552102Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.6662231Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.6726122Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.6801019Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.6908674Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.7013623Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.7074906Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.7136219Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.7197795Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.7261587Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.7325075Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.7435862Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.7500077Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.7575147Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:16.7683985Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:16.7788971Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:16.7850884Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.7912374Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.7974504Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.8037850Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.8101512Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:16.8143499Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8185088Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8225774Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8265512Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8307271Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8347723Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8388160Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8428809Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8469141Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8509693Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8549701Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8591165Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8631588Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8672421Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8713244Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8754004Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:16.8872196Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:16.8884139Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:16.8969102Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:16.8984570Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-09-27T16:21:16.8992362Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:16.9018450Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:16.9028724Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:16.9605115Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:17.1678546Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.207s) 2022-09-27T16:21:17.1696264Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:17.1743232Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:17.1775852Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.1811967Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:17.1848261Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:17.1883267Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.1918848Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.1952701Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.1985546Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.2017813Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.2051015Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.2083857Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.2127951Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:17.2169740Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:17.2211755Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:17.2253956Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:17.2315662Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:17.2370769Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:17.2425485Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:17.2473671Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:17.2519960Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:17.2567723Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:17.2614931Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:17.2660664Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:17.2675273Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1041: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:21:17.2675619Z expect = np.divide(an, 0) 2022-09-27T16:21:17.2677513Z test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:21:17.2677789Z expect = np.divide(an, 0) 2022-09-27T16:21:17.2690526Z ok (0.003s) 2022-09-27T16:21:17.2718090Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.2745387Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.2772677Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:17.2785202Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:17.3083283Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:21:17.3083960Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:21:17.3138282Z ok (0.035s) 2022-09-27T16:21:17.3721768Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:17.4308736Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:17.4657594Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:17.5005278Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:17.5351902Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:17.5698582Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:17.6043880Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:17.6389977Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:17.6736595Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:17.7083874Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:17.7356288Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:17.7742830Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:17.8128471Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:17.8398726Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:17.8669490Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:17.8937849Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:17.9207615Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:17.9478933Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:17.9748454Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:18.0017775Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:18.0285969Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:18.0698900Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.1342336Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:18.1989150Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:21:18.2401788Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.2815641Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.3225887Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.3635160Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.4044738Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.4453939Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.4862256Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.5272033Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:18.5623763Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:18.6208817Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:18.6789891Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:18.7140136Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:18.7485679Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:18.7833566Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:18.8183071Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:18.8526748Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:18.8874925Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:18.9224005Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:18.9574166Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:18.9920485Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:19.0505619Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:19.1084488Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:19.1435386Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:19.1780923Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.2125495Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.2469168Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.2813373Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.3157762Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.3501575Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.3843858Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.4048172Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.4505011Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:21:19.4962248Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:21:19.5165841Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.5368251Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.5570017Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.5772860Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.5975249Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.6177106Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.6378673Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.6581508Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:19.6927801Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:19.7505770Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:19.8086708Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:19.8432756Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:19.8776977Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.9120121Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.9463140Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:19.9806430Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.0149698Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.0492720Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.0835930Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.1181636Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:20.1759617Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:20.2340361Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:20.2687069Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:20.3033488Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:20.3376407Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.3718746Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.4062369Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.4405975Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.4749278Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.5092932Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.5438211Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.6015389Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:20.6594333Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:20.6943841Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:20.7288806Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.7631078Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.7974050Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.8316654Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.8658940Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.9002055Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.9345663Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:20.9690396Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.0269395Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:21.0847839Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:21.1194006Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:21.1538624Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.1882959Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.2228061Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.2574434Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:21.2917942Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.3261943Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.3604658Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.3950406Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.4528378Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:21.5107476Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:21.5452839Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.5797389Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.6141001Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.6484102Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.6827067Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.7169437Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.7513679Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.7857213Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:21.7960274Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:21:21.7961289Z r = func(*args, **kwargs) 2022-09-27T16:21:21.8168105Z ok (0.031s) 2022-09-27T16:21:21.8236855Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:21:21.8237527Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:21:21.8427295Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:21:21.8427833Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:21:21.8708740Z ok (0.054s) 2022-09-27T16:21:21.9246538Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:21:21.9272976Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:21.9298284Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9322274Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9346197Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9370089Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9394035Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9417941Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9436182Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9453702Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9470788Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9487792Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9504611Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9521335Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9537802Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9593944Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:21.9648159Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:21.9702319Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:21.9756452Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:21.9810358Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:21.9825119Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:21.9840265Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:21.9856185Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:21.9965831Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:22.0074305Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:22.0182585Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:22.0291168Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:22.0399462Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:22.0612182Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:22.0847912Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:21:22.1074277Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:21:22.1661403Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:22.2247666Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:22.2832339Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:22.3417913Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:22.4004325Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:22.4032583Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:22.4059816Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:22.4084951Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:22.4110995Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:22.4135611Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:22.4295091Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:22.4452382Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:22.4609717Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:22.4766708Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:22.4805266Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:22.4974182Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.5140919Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.5308007Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.5474694Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.5641638Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.5808873Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.5975908Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.6142841Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.6309209Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.6475897Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.6511225Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:22.6677970Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.6844767Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.7011631Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.7178091Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.7344704Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.7511114Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.7677985Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.7844675Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.8011604Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.8178020Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.8215424Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:22.8382423Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.8549049Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.8715568Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.8882696Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.9050049Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.9216717Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.9382858Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.9549866Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.9716033Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.9884891Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:22.9922590Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:23.0090903Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.0257246Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.0424171Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.0591022Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.0757597Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.0924947Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.1091259Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.1257863Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.1424472Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.1592426Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.1628802Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:23.1795854Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.1961879Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.2128592Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.2295495Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.2463194Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.2632515Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.2800360Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.2967551Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.3134695Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.3301453Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.3336957Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:23.3503253Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.3669895Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.3836865Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.4003402Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.4170027Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.4336860Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.4503400Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.4670663Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.4836574Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.5003237Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.5040454Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:23.5207861Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.5374859Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.5543115Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.5709647Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.5876068Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.6042846Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.6209487Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.6375586Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.6541894Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.6707989Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.6742744Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:23.6909282Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.7075528Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.7241917Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.7408497Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.7574874Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.7742177Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.7909412Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.8075932Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.8242324Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.8409051Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.8444343Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:23.8610863Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.8777514Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.8943948Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.9110458Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.9276674Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.9443144Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.9609709Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.9776140Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:23.9942509Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:24.0109194Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:24.0144057Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:24.0157821Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:24.0192950Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:24.0229637Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:24.0265431Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:31.4813620Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.455s) 2022-09-27T16:21:31.4823929Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:31.4836346Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:32.2874186Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:21:32.2874809Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:21:32.6014773Z ok (1.118s) 2022-09-27T16:21:32.6606045Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:32.6630448Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:32.6653336Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:32.6676801Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:32.6708679Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:32.6768476Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:21:32.6769920Z r = func(*args, **kwargs) 2022-09-27T16:21:32.6807859Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:21:32.6809115Z r = func(*args, **kwargs) 2022-09-27T16:21:32.7867886Z ok (0.116s) 2022-09-27T16:21:32.9043971Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:21:32.9588887Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:21:33.0107395Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:21:33.0122942Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:33.0137322Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:33.0168399Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:33.0198710Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:33.0228597Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:33.0259235Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:33.0289557Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:33.0318177Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:33.0337055Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0356273Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0373047Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:21:33.0373547Z r = func(*args, **kwargs) 2022-09-27T16:21:33.0376053Z ok (0.002s) 2022-09-27T16:21:33.0394954Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0413925Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0432581Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0451450Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0470089Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0488876Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0507636Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0526153Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0544860Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0563045Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0581072Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0599585Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0617899Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0636037Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0654317Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0672493Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0690665Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0708764Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0726777Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0744891Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0763022Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0781768Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0800447Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0819149Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0838033Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0856850Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0875677Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0894912Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0913439Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0932189Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0950896Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0969902Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.0988783Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1007292Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1026591Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1045023Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1063828Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1082925Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1101482Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1120854Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1139660Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1158668Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1177487Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1196184Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1214967Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1233725Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1252406Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1271044Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1289675Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1308306Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1326846Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1345574Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1364256Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1383274Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1401750Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1420238Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1438805Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1457532Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1476120Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1494879Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1513499Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1532238Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1550888Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1569607Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1588759Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1607239Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1625968Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1644800Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1663548Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1682066Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1700724Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1719278Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1737940Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1756557Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1775211Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1793689Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1812291Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1830875Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1849508Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1867924Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1886486Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1905146Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1923096Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1941578Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1959893Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1978163Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.1996295Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2014757Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2032912Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2051254Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2069544Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2087716Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2105865Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2124104Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2142505Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2161021Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2179025Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2197250Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2215565Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2233724Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2252227Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2270200Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2288355Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2306850Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2325150Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2343271Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2361664Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2379914Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2398244Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2416374Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2436096Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2454137Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2472399Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2490521Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2508473Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2526593Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2544738Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2562905Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2581826Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2600038Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2618320Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2636522Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2654782Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2673103Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2691386Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2709488Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2727737Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2745887Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2764045Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2782606Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2800857Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2819034Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2837383Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2855696Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2874001Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2892140Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2910489Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2929189Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2947310Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2965821Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.2983746Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3043914Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3087397Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:33.3147905Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3207708Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3267388Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3327011Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3386512Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3446548Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3506852Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3567029Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:33.3586291Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3605402Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3624254Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3643139Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3662815Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3682052Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3701054Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3719862Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3738862Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3757781Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3776938Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3795747Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3814388Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3832682Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3851178Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3869443Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3887666Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3906142Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3924755Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3943294Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3961635Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3980035Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.3998345Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4016922Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4035745Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4054922Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4074343Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4093358Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4112262Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4131281Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4150159Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4169318Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4187932Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4206827Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4225797Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4244703Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4263767Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4282920Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4301835Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4320827Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4340425Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4359226Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4378310Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4397385Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4416499Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4435489Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4454517Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4473547Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4492664Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4511594Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4530752Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4549604Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4568589Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4587556Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4606501Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4625434Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4644272Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4663314Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4682299Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4701296Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4719911Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4738913Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4757994Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4777193Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4796178Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4815102Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4833995Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4853018Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4872042Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4891045Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4909809Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4929004Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4947925Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4966461Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.4984993Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5003704Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5022300Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5041046Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5060878Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5081110Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5100053Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5118874Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5137856Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5156666Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5175318Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5193332Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5211675Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5229738Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5247975Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5266082Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5284831Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5302943Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5321598Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5340185Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5358594Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5377566Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5395994Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5415020Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5433512Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5452296Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5470997Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5489640Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5508111Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5526823Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5545187Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5563596Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5581889Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5600721Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5619054Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5637309Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5655899Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5674388Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5692823Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5711228Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5729576Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5747928Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5766180Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5784517Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5803007Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5821388Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5839706Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5858166Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5876568Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5895100Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5913525Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5932354Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5950848Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5969292Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.5987700Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6006097Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6024386Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6042965Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6061666Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6079829Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6098845Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6117395Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6136167Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6154822Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6173431Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6192109Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6210734Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6229132Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6247691Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6266166Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6285531Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6304760Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6323735Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6342812Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6362614Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6382140Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6401075Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6420194Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6439056Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6458180Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6477264Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6496227Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6514686Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6532920Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6551381Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6569883Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6589473Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6607666Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6626632Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6645542Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6664417Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6683245Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6702131Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6720841Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6740397Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6759570Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6778847Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6798121Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6817577Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6836965Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6856323Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6875693Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6895286Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6914581Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6934105Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6953372Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6972704Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.6991954Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7011413Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7030482Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7049829Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7069252Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7088593Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7108060Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7127349Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7146789Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7166130Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7185489Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7205945Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7225654Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7244931Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7264243Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7283364Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7303741Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7323321Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7342840Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7362245Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7381513Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7400743Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7420102Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7439534Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7458829Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7478121Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7497539Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7517444Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7538599Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7557290Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7576142Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7594862Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7613799Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7632582Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7651565Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7670189Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7688947Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7707346Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7726106Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7744804Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7763373Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7781858Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7800442Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7819116Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7838241Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7856740Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7875534Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7893954Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7912174Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7930838Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7949146Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7967352Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.7985591Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8004017Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8022363Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8040686Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8059442Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8078003Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8096656Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8115144Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8133479Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8151735Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8170115Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8188371Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8206670Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8225318Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8243556Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8261532Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8279715Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8297929Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8315987Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8334181Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8352403Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8370415Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8388382Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8406353Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8424485Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8442517Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8460559Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8478647Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8496687Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8514750Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8532886Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8551216Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8569362Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8587652Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8605912Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8624167Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8642232Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8660507Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8678589Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8696640Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8715389Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8733601Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8752034Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8770750Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8788972Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8807288Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8825700Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8844245Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8863047Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8881183Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8899817Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8918436Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8937215Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8955909Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:33.8974347Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:34.0983040Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.201s) 2022-09-27T16:21:34.1338459Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:34.1371664Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1404093Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1435482Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1466873Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1498872Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1530259Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1562444Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1593868Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1625235Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1656577Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1687586Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1718859Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1750017Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1781256Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1812516Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.1843363Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:34.2375459Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.2905286Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.3435366Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.3966270Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.4495404Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.5025599Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.5555997Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.6086653Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.6618118Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.7149065Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.7679194Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.8209973Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.8741466Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.9272677Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:34.9802769Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.0333449Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.0864175Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.1394090Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.1924809Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.2455852Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.2988132Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.3521355Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.4053478Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.4585334Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:35.4600733Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:21:35.4655370Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.4705850Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.4756143Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.4805283Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.4861736Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:35.4916698Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.4971605Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.5025295Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.5051109Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.5097915Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.5144844Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.5191136Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.5236620Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:35.5283129Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.5329524Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.5346732Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5364171Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5381636Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5399087Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5416611Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5433962Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5451363Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5468571Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5485851Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5503285Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5520852Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5538013Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5555469Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5573028Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5590366Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5607657Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5625287Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5642672Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5660186Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5677576Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5695907Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5713480Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5730716Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5747925Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5765154Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5782452Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5800226Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5817359Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5834090Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5850968Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5867713Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5884803Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5901415Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5917707Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5935189Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5951960Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5969050Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.5985732Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6002627Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6019671Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6036616Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6053540Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6070661Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6087561Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6104197Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6120759Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6137535Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6154312Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6170947Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6187468Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6204095Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6220843Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6237441Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6254303Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6271074Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6287364Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6304476Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6321477Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6338201Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6354897Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6371728Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6388414Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6405168Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6421814Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6438578Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6455326Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6471885Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6488545Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6505419Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6522185Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6539028Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6555752Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6572606Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6589482Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6606145Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6622998Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6639739Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6656335Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6672990Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6690060Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6706650Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6723463Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6740229Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6757024Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6773911Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6790519Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6807286Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6824033Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6840718Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6857712Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6874400Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6891179Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6908005Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6924705Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6941846Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6960708Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6977494Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.6994386Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.7011160Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.7027268Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.8052225Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:35.9081197Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:21:35.9089955Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:35.9126317Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:35.9182281Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:35.9235844Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:35.9263733Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9288994Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9319830Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9351279Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9378831Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9406162Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9432798Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9458010Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9483007Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9507535Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9532717Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9557971Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9596480Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:35.9625975Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9655918Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9684206Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9708099Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9741525Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9773960Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9802539Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9831324Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9859936Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:35.9883841Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9907621Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9931426Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9954436Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9977755Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0000596Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0023894Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0047045Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0070037Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0093194Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0116710Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0145127Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0172715Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0207564Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0241490Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0271728Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0301906Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0332070Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0359296Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0386802Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0414405Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0441602Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0468978Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0499419Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0528899Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0558792Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0588809Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0616698Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0640169Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0672601Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0704542Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0732974Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0761531Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0790027Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.0813959Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0837591Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0861413Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0884783Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0908237Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0931125Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0954228Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.0977459Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1000328Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1023432Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1046488Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1064456Z 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:21:36.1065016Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:21:36.1077505Z ok (0.003s) 2022-09-27T16:21:36.1114722Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.1150940Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.1180760Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1211335Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1242265Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1267403Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1291773Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1315955Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1340208Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1364434Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1391921Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1425254Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1457791Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1486550Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1515464Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1544226Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1568580Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1593195Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1617046Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1640246Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1663733Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1686666Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1709858Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1732896Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1755742Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1778849Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1801868Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1828996Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1852761Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.1884645Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1918990Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1951647Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.1980332Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2009028Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2037731Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2061728Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2085335Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2108726Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2131827Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2154894Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2183944Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2210660Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2240154Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2270102Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2296826Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2323464Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2350109Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2376905Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2403451Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.2427088Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2450362Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2474304Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2497806Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2521519Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2545453Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2569529Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2592409Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2615314Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2638394Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2662366Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2685147Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2708274Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2731451Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2754379Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2777466Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2800509Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2823547Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2846779Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2869736Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2892861Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2916125Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2939282Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2962170Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.2985205Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3008016Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3031343Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3054475Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3081670Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3105248Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3133361Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3162099Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3191041Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3215242Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3238811Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3261953Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3284936Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3308079Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3335360Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3359002Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3386658Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3415603Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3444002Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3467951Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3491242Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3514243Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3537221Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3560325Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3589425Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3618764Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3647859Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3676244Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3701557Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3730128Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3758721Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3787750Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3813084Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3838926Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3864693Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3890096Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3915583Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3944539Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.3973954Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4003321Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4032897Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4059258Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4085634Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4111960Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4138285Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4164488Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4193520Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4219730Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4253695Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4286916Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4316493Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4345905Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4377023Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4403218Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4429995Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4456552Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4482727Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4509129Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4538134Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4567433Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4597393Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4626577Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4653285Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4679662Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4706117Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4732466Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4758757Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4785445Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4808228Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.4838657Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4869184Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4899150Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4925811Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4953229Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.4980184Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:36.5003348Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.5026321Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.5049287Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.5072325Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.5095402Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.5145065Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.5185924Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5241179Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.5297456Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.5347382Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.5396744Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.5445099Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.5485935Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5526940Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5567365Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5608751Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5649873Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5690787Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5731960Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5772893Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5813340Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5854488Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5895796Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.5947123Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.5994517Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6053196Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.6112103Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.6165670Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6216904Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6267770Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6316308Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6364034Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6411869Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6459715Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6507835Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6559062Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6609502Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6661033Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6710774Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6760293Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6801339Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.6856879Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.6913368Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.6963700Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.7013418Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.7062086Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.7103488Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7144886Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7186213Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7227207Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7268552Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7309637Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7351075Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7392490Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7433269Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7474474Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7515942Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7567893Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.7625288Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.7683405Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.7735407Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.7787484Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.7838866Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.7881771Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7924625Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.7966814Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8009705Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8052636Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8102331Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.8158674Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.8215922Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.8266716Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.8316776Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.8365676Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.8407837Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8449882Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8491139Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8533076Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8575173Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8616695Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8657650Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8698976Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8739597Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8780867Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8822156Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8871606Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.8912771Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.8968282Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9024641Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.9081644Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:36.9132089Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9181845Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9231105Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9272794Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.9314701Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.9355805Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.9397634Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.9439628Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.9490844Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9538752Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9590002Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9640454Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9687767Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9736356Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9784547Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9832989Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9881386Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:36.9923381Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:36.9965533Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0007883Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0048614Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0089875Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0131150Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0172505Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0213393Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0253986Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0295611Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0337018Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0378017Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0419436Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0460773Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0501326Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0542641Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0584034Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0625524Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0667698Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0707536Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0748848Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0790221Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0831200Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0872494Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0913859Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0954495Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.0995824Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1039930Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1091584Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.1132399Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1181717Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.1230718Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.1280396Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.1321392Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1362593Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1402911Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1444335Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1485526Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1534929Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.1576275Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1626792Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.1676627Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.1725991Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.1767768Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1809718Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1850934Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1892966Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1934974Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.1987542Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2040625Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2092900Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2143773Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2189655Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2240307Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2289955Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2339042Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2385128Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2431334Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2477369Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2523375Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2571264Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2621973Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2673155Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2724512Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2775544Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2823210Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2870719Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2918556Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.2965878Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3013371Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3064608Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3111539Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3169604Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:37.3227628Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:37.3281400Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3332581Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3382853Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3430136Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3477428Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3524740Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3572188Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3621708Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3673049Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3724238Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3775460Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3825784Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3873172Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3920777Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.3967844Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4015592Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4062782Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4108965Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4150452Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.4200807Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4251267Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4301839Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4347803Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4393825Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4439909Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4481846Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.4523607Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.4565254Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.4607170Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.4649259Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.4702409Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4751054Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4807454Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:37.4864987Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:37.4918920Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.4971795Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5022153Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5071005Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5119727Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5168539Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5217504Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5266278Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5276955Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:37.5327615Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5378424Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5428505Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5471144Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.5513919Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.5555614Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.5598218Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.5640910Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.5690438Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5731314Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.5780919Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5830206Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5878777Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.5920095Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.5961266Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6001839Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6043161Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6084546Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6134269Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.6175420Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6225101Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.6274926Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.6323540Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.6365000Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6406543Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6447551Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6489644Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6530971Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6583100Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.6633596Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.6685346Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.6736123Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.6778680Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6821179Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6862901Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6905600Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6948317Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.6989867Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7031409Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7072002Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7113372Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7154459Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7200200Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.7240992Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7286398Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7331761Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7377219Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7418250Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7459394Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7500458Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7541552Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7582632Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7628021Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7668766Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7714173Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7759544Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7804902Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7846035Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7886895Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7927771Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.7969077Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.8010058Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.8059798Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8100338Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.8149378Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8198713Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8246986Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8287969Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.8329464Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.8370607Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.8411171Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.8452139Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.8502526Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8552773Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8602324Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8652092Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8701095Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8750296Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8798722Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8847862Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8897468Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8946704Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.8995199Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.9042881Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.9086269Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.9139943Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.9192409Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.9240514Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.9287676Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.9335094Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:37.9378702Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.9422510Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.9466371Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.9510552Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.9554157Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.9567589Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9581011Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9594332Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9607677Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9621108Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9634407Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9647512Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9660874Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9674117Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9687233Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9700532Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9713804Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9727074Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9740388Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9753673Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9766845Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9780231Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9793587Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9806766Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9820075Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9833343Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9846548Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9859959Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9873321Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:37.9915394Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.9956859Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:37.9997028Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0038319Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0079253Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0130521Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0178203Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0234365Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:38.0291400Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:38.0342026Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0392575Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0442285Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0490193Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0538690Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0586968Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0634825Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0682941Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.0728283Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0769232Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0814799Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0859861Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0905205Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0946261Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.0987247Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1028315Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1069344Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1110536Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1155915Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1196721Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1246249Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.1295695Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.1341453Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1386985Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1432279Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1473451Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1514304Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1555707Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1596805Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1637559Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1682797Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1723392Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1773106Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.1822536Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.1868898Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1913509Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1958782Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.1999666Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2040555Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2081567Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2122775Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2163721Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2209257Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2250313Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2299588Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.2349237Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.2394947Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.2440259Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2485661Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2527403Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2568142Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2609352Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2650513Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2691280Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2736705Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2777341Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2822694Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2867934Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2913761Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2954880Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.2995448Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3036214Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3077115Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3118046Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3167266Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.3208018Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3257919Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.3306734Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.3355225Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.3396236Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3437181Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3477617Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3518320Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3559401Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3608357Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.3649172Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3698538Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.3747568Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.3796103Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.3837202Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3878233Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3918417Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.3960255Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4000260Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4050149Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4090403Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4139596Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4188742Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4237176Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4278358Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4319074Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4359580Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4400612Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4441470Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4490740Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4531312Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4580531Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4629775Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4678175Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4719282Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4760560Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4800845Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4841685Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4882532Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.4931924Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.4972987Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5029026Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.5084880Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:38.5140986Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:38.5191165Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.5240348Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.5289629Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.5330594Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5371130Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5411411Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5452545Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5493573Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5539395Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5579838Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5629502Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.5679360Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.5725064Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5770529Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.5816009Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5856924Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5897824Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5938922Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.5979829Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.6020810Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.6070190Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6120758Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6170300Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6221806Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6273886Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6325259Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6380850Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:38.6437083Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:38.6487207Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6537837Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6587499Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6629560Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.6670735Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.6711623Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.6753367Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.6795151Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.6846890Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6897700Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.6949652Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7000564Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7043140Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7085737Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7127331Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7169944Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7212761Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7262010Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7317583Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7374062Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:38.7424598Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7474021Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7522451Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7563747Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7605293Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7645586Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7686764Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7729129Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7773312Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7822367Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7870636Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.7916066Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.7961252Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8006499Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8051682Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8096818Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8141366Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8190706Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.8238861Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.8283926Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8329194Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8374254Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8419361Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8464481Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8475290Z 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:21:38.8484619Z 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:21:38.8494568Z 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:21:38.8504440Z 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:21:38.8514008Z 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:21:38.8523824Z 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:21:38.8533369Z 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:21:38.8542725Z 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:21:38.8552372Z 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:21:38.8561951Z 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:21:38.8572074Z 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:21:38.8581476Z 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:21:38.8591331Z 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:21:38.8601120Z 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:21:38.8610828Z 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:21:38.8620603Z 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:21:38.8665439Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8714842Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.8763105Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.8808319Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8853731Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8898938Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8944516Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.8989743Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9034542Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9083896Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.9132231Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.9177184Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9222078Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9267271Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9312633Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9358061Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9402941Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9452341Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.9500862Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:38.9546272Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9591704Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9637279Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9682720Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9727995Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:38.9738533Z 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:21:38.9748741Z 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:21:38.9758484Z 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:21:38.9768156Z 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:21:38.9778115Z 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:21:38.9787865Z 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:21:38.9797527Z 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:21:38.9807064Z 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:21:38.9817182Z 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:21:38.9826621Z 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:21:38.9836297Z 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:21:38.9845929Z 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:21:38.9855597Z 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:21:38.9865100Z 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:21:38.9875022Z 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:21:38.9884499Z 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:21:38.9894211Z 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:21:38.9903748Z 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:21:38.9913938Z 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:21:38.9923234Z 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:21:38.9932676Z 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:21:38.9942226Z 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:21:38.9951818Z 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:21:38.9961509Z 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:21:38.9971122Z 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:21:38.9980930Z 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:21:38.9991544Z 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:21:39.0001295Z 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:21:39.0010818Z 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:21:39.0020339Z 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:21:39.0030014Z 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:21:39.0039674Z 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:21:39.0049685Z 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:21:39.0059429Z 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:21:39.0068581Z 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:21:39.0078029Z 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:21:39.0088144Z 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:21:39.0098045Z 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:21:39.0107690Z 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:21:39.0117638Z 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:21:39.0166773Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.0211990Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0261385Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.0310910Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.0359254Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.0404618Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0449948Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0495389Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0540955Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0586207Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0631159Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0680750Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.0729525Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.0774845Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.0820213Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0865570Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0911145Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.0957644Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1006652Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1062172Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1118503Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:39.1175447Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:39.1225246Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1274577Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1323011Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1364397Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.1405397Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.1445787Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.1486843Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.1527962Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.1579084Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1625346Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1682159Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:39.1738974Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:39.1790447Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1841388Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1890584Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1937545Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.1983875Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.2030398Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.2076919Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.2123588Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.2172898Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.2218075Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.2267566Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.2317025Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.2365565Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:39.2411145Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.2456569Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.2501881Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.2547194Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.2592943Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.2623175Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2650159Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2687807Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.2723837Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:39.2754793Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2784456Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2814782Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2841676Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2868517Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2895406Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2922377Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2949079Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.2960503Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:39.2989695Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3019583Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3050445Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3075204Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3099312Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3123143Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3147295Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3171607Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3198710Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3222670Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3250475Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3279127Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3307735Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3331855Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3354906Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3377722Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3401002Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3424449Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3452022Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3475818Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3503676Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3532539Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3561159Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3584998Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3607900Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3630971Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3654559Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3677652Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3688013Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:39.3717180Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3747603Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3778077Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.3802914Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3826834Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3850719Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3874707Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3898859Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3922204Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3945894Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3969379Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.3992833Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4016576Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4042499Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4065424Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4092106Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4118962Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4146355Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4169780Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4192770Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4215779Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4238840Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4261943Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4287758Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4310854Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4337521Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4364240Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4391525Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4414937Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4437965Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4461079Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4483998Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4507085Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4534656Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4558172Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4586288Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4614903Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4643455Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4667547Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4690977Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4713950Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4737150Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4760215Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.4789056Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4818587Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4847909Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4876858Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4906113Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4935733Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4965799Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.4994936Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.5024198Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.5054087Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.5084040Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:39.5103982Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5121173Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5141810Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5162480Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5181581Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5200815Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5219973Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5237084Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5254470Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5271520Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5288810Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5306541Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5323779Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5341171Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5358492Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5375796Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5393304Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5410508Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5430521Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5449414Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5470780Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5492521Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5512437Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5532460Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5552323Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5571023Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5589586Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5608185Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5626988Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5645780Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5665237Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5684639Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5704376Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5723636Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5742981Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5760291Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5781129Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5801834Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5821111Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5840267Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5859474Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5876851Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5894239Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5911407Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5929052Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5946309Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5963789Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5981086Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.5998531Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6016068Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6033545Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6050772Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6070497Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6091805Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6113055Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6132795Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6152438Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6172128Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6190085Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6207895Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6226027Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6243811Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6261742Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6281197Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6302121Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6323090Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6342521Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6362042Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6381383Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6399242Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6416951Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6434641Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6452377Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6470169Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6487597Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6505081Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6522568Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6540303Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6557583Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6575114Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6594336Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6611834Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6632437Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6653406Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6674379Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6693963Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6713218Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6732635Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6749936Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6767283Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6784748Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6802187Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6819986Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6839252Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6857079Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6876297Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6895760Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6913867Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6932043Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6949623Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6967281Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.6985380Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7003149Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7020703Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7038558Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7056282Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7073686Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7091304Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7108766Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7126278Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7143745Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7161260Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7178835Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7196343Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7213967Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7231419Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7248994Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7266348Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7283924Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7301706Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7319188Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7336738Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7354330Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7372068Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7389603Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7407163Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7424734Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7442320Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7459746Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7477442Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7496993Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7514313Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7534003Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7553252Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7572608Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7590104Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7607413Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7624747Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7642271Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7659703Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7679115Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7696571Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7715811Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7735141Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7754520Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7772019Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7789369Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7806687Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7824208Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7841724Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7861090Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7880410Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7899894Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7919205Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7936933Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7956318Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7975744Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.7994850Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8012979Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8031014Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8049003Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8066506Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8084216Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8104067Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8123633Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8143129Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8162507Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8180645Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8198665Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8217359Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8235556Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8253723Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8273154Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8292772Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8313847Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8335020Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8354893Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8374157Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8393605Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8411827Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8429997Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8447992Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8466412Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8484585Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8504361Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8523674Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8543110Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8562583Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8580795Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8598997Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8617157Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8635286Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8653604Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8672331Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8689579Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8709620Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8729885Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8749946Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8768771Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8787504Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8806189Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8823452Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8840647Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8858009Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8875208Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8892509Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8911735Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8929530Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8950259Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8971001Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.8990211Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9009536Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9028479Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9046072Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9063785Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9081490Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9099189Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9116794Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9125967Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:39.9145353Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9164891Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9184335Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9202183Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9219880Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9237415Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9255139Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9272946Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9292095Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9309226Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9328169Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9347329Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9366281Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9383495Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9400691Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9418110Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9435138Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9452543Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9471674Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9488880Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9508013Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9527235Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9546682Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9564243Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9581715Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9599082Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9616617Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9634190Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9654092Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9673998Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9693967Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9713696Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9731755Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9749663Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9767403Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9785366Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9803309Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9820838Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9838337Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9855775Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9873351Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9890965Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9909942Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9927316Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9946332Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9965254Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:39.9984147Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0001656Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0019162Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0036562Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0054209Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0071734Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0090939Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0108287Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0127219Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0146167Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0165195Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0182760Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0200140Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0217712Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0235193Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0252803Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0272415Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0290052Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0309473Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0328911Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0348150Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0365599Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0383041Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0400575Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0417899Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0435230Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0454714Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0474109Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0493211Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0512663Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0532072Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0551399Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0570591Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0589900Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0609350Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0628980Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0648359Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0668365Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0686752Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0708292Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0729942Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0749695Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0769270Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0788814Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0807222Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0825648Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0844086Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0862545Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0880953Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.0894163Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.0906941Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.0919824Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.0933011Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.0945804Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.0958785Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.0971723Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.0984790Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.0997667Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1010681Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1023556Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1036681Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1049716Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1062756Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1076026Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1089097Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1102263Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1115466Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1128756Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1141878Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1155164Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1168304Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1181598Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1194866Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.1212739Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1230641Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1248265Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1266422Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1283993Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1303803Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1322146Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1343551Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1364996Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1384747Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1404648Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1424221Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1442661Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1460900Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1479186Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1497393Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1515396Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1534284Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1551521Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1570438Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1589162Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1608017Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1625447Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1642852Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1660389Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1677633Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1695028Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1713949Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1731300Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1751752Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1771968Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1790940Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1809960Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1828621Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1845924Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1863545Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1880706Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1898179Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1915420Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1934310Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1951251Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1971354Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.1991485Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2010705Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2029934Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2048444Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2066180Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2083582Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2100920Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2118917Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2136227Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2155199Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2172641Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2192959Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2213443Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2232408Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2251540Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2270075Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2287006Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2304162Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2321310Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2338367Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2355408Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2374102Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2391083Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2409601Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2428101Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2446572Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2463698Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2480837Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2498262Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2515646Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2532766Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2551787Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2569009Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2587866Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2606999Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2626113Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2643123Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2661131Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2678091Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2695122Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2712235Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2731407Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2748288Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2767250Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2786283Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2805402Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2822431Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2839579Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2856611Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2873690Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2890720Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2909740Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2926643Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2945737Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2964767Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.2983669Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3000876Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3018196Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3035272Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3052477Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3069727Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3088949Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3106185Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3125352Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3144499Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3163589Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3180954Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3198249Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3215681Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3233243Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3250219Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3269593Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3286791Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3307716Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3328115Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3349159Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3368132Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3387380Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3406475Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3423905Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3441211Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3458647Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3475948Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3493387Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3512215Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3529704Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3549495Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3569392Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3587822Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3606640Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3625556Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3643144Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3660372Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3677781Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3695261Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3712602Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3731996Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3751338Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3770537Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3790454Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3810259Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3830139Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3851574Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3872996Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3892988Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3912765Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3932631Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3950518Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3968519Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.3986345Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4004252Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4022274Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4042742Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4063852Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4083781Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4103926Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4122213Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4140520Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4158908Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4177125Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4195441Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4215185Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4236226Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4257526Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4277240Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4297197Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4316594Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4334574Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4352600Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4370339Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4388152Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4406135Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4424485Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4444375Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4463977Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4482402Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4500935Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4519371Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4537796Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4556533Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4574994Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4594930Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4614690Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4633135Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4651686Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4670135Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4688396Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4706876Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4717001Z 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:21:40.4726764Z 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:21:40.4736530Z 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:21:40.4746180Z 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:21:40.4755882Z 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:21:40.4765419Z 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:21:40.4774997Z 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:21:40.4784633Z 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:21:40.4794157Z 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:21:40.4803999Z 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:21:40.4813405Z 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:21:40.4822283Z 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:21:40.4831628Z 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:21:40.4840274Z 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:21:40.4849009Z 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:21:40.4858217Z 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:21:40.4875942Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4895235Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4914396Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4932396Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4950163Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4967905Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.4985930Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5003800Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5021559Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5040765Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5059934Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5077606Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5095509Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5113356Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5131245Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5148980Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5166657Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5186084Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5205187Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5223053Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5240917Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5258671Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5276501Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5294520Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5303700Z 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:21:40.5312686Z 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:21:40.5321426Z 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:21:40.5330727Z 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:21:40.5338808Z 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:21:40.5347490Z 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:21:40.5356033Z 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:21:40.5364655Z 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:21:40.5373203Z 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:21:40.5382166Z 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:21:40.5390749Z 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:21:40.5398906Z 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:21:40.5407614Z 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:21:40.5416104Z 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:21:40.5424898Z 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:21:40.5433738Z 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:21:40.5442514Z 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:21:40.5451188Z 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:21:40.5460035Z 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:21:40.5468761Z 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:21:40.5477500Z 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:21:40.5486206Z 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:21:40.5495248Z 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:21:40.5503890Z 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:21:40.5512636Z 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:21:40.5521411Z 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:21:40.5530168Z 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:21:40.5538932Z 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:21:40.5547555Z 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:21:40.5556724Z 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:21:40.5565261Z 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:21:40.5574233Z 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:21:40.5582743Z 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:21:40.5591504Z 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:21:40.5600172Z 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:21:40.5608595Z 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:21:40.5617326Z 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:21:40.5625939Z 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:21:40.5634653Z 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:21:40.5643210Z 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:21:40.5661989Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5679597Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5698530Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5717639Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5736364Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5753815Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5771514Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5789120Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5806626Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5824267Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5841716Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5860617Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5879320Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5896981Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5914557Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5932158Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5949699Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5967415Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.5986452Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6006983Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6027562Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6048176Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6067403Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6086543Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6105338Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6122608Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6139916Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6157147Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6174472Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6191703Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6211472Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6229414Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6250415Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6271491Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6291098Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6310504Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6329826Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6348042Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6366194Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6384298Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6402440Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6420710Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6439940Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6457541Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6476529Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6495655Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6514799Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6532540Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6550309Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6568074Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6586025Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6603868Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.6631768Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6657774Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6692313Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6724803Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6754100Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6782787Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6811651Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6837935Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6864218Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6890437Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6916656Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6942880Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.6957638Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.6972018Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.6986091Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7000313Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7014406Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7028578Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7042714Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7056837Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7071167Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7085639Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7099942Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7115322Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7129562Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7143705Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7157970Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7172297Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7186224Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7200388Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7214750Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7228917Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7243012Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7257455Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7271706Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7285667Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:40.7310181Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7334109Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7357818Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7381659Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7405205Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7434923Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7462100Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7498464Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:40.7533289Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7562731Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7592829Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7623329Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7650781Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7678240Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7705241Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7732569Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7759840Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7786599Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7809601Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7836446Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7863248Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7890463Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.7913791Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7936971Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7960017Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.7983006Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8006084Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8032296Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8055434Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8085530Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8116237Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8142862Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8169720Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8196981Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8220942Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8243698Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8266596Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8289918Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8313091Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8339182Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8362241Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8392608Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8422696Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8449562Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8476483Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8503796Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8527075Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8550211Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8573405Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8596956Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8619884Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8645971Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8669025Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8699596Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8729979Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8756861Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8783689Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8811028Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8834491Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8857576Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8880654Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8903715Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8926880Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.8953016Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.8976008Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9002419Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9029320Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9056627Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9079971Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9103001Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9126059Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9149115Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9172312Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9199813Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9223625Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9251622Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9280363Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9309120Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9333197Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9356390Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9379266Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9402254Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9425332Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9452559Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9476421Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9504131Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9532969Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9561550Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9585459Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9608615Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9631738Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9655343Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9678142Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9705396Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9729175Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9757089Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9785979Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9814725Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9838645Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9861903Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9884802Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9907772Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9931502Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:40.9958331Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:40.9982305Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0009955Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0038842Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0067324Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0091430Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0114767Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0137790Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0160720Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0184010Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0211266Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0234980Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0267216Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0301318Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0333581Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0362182Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0390923Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0419595Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0443669Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0467236Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0491138Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0514725Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0537978Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0563887Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0586674Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0617271Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0647658Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0674461Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0701311Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0728488Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0752127Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0775188Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0798244Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0821383Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0844654Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.0872211Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0901349Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0930839Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0960371Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.0990936Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1021055Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1057875Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:41.1093376Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1122373Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1152403Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1182941Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1207266Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1231074Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1254562Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1278090Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1301704Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1312462Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:41.1341820Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1372452Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1403014Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1428250Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1452330Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1476310Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1500504Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1524636Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1552149Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1584966Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1617338Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1645970Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1674955Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1703425Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1727246Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1751179Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1774538Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1797591Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1820821Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1845817Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.1877256Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1905911Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1931894Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1958061Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.1984221Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2009918Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2035848Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2061563Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.2090838Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2119408Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2144996Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.2171181Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2197173Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2222947Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.2248502Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.2260283Z 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:21:41.2270670Z 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:21:41.2280747Z 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:21:41.2290873Z 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:21:41.2301036Z 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:21:41.2311277Z 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:21:41.2321367Z 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:21:41.2331526Z 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:21:41.2341597Z 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:21:41.2351919Z 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:21:41.2361902Z 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:21:41.2372553Z 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:21:41.2382542Z 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:21:41.2393226Z 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:21:41.2403279Z 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:21:41.2413588Z 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:21:41.2438760Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.2467772Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2496962Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2522697Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2548878Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2575806Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2601567Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2627435Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2653329Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2682310Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2711193Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2737177Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2763173Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2789427Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2815377Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2841177Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2866807Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.2895994Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2924996Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2950883Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.2977102Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3003162Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3028983Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3054757Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3066349Z 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:21:41.3076820Z 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:21:41.3087207Z 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:21:41.3097668Z 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:21:41.3107961Z 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:21:41.3118234Z 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:21:41.3128477Z 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:21:41.3139362Z 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:21:41.3149424Z 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:21:41.3159974Z 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:21:41.3170587Z 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:21:41.3180669Z 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:21:41.3191118Z 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:21:41.3201370Z 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:21:41.3211738Z 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:21:41.3222911Z 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:21:41.3232918Z 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:21:41.3243170Z 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:21:41.3253790Z 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:21:41.3264135Z 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:21:41.3274229Z 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:21:41.3284455Z 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:21:41.3294816Z 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:21:41.3305191Z 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:21:41.3315406Z 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:21:41.3325632Z 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:21:41.3336105Z 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:21:41.3346246Z 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:21:41.3356751Z 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:21:41.3366902Z 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:21:41.3377572Z 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:21:41.3388294Z 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:21:41.3398809Z 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:21:41.3409463Z 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:21:41.3420224Z 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:21:41.3431040Z 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:21:41.3441163Z 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:21:41.3451482Z 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:21:41.3461768Z 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:21:41.3472286Z 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:21:41.3500009Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3525886Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.3555002Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3584144Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3613436Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3639280Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3665544Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3691981Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3717782Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3743577Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3769380Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.3801614Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3833877Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3862080Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3891024Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3918954Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3947228Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.3982456Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4010487Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4043949Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4078372Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4111043Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4139656Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4168380Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4197148Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4221120Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.4244819Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.4268567Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.4291582Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.4316343Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.4344908Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4371669Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4405078Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4438739Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4468446Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4497973Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4527456Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4555215Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4583851Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4610572Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4636646Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4662744Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4690997Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4716360Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.4744837Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4773574Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4802608Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4829548Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4857598Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4883640Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:41.4909206Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.4934672Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:41.5151609Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:41.5350241Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.5549187Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.5752424Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.5966247Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:41.6220175Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:41.6434701Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:41.6655957Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:41.6859259Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.7063036Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.7276648Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:41.7479451Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.7681639Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.7883334Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.8085163Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.8284722Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.8548011Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:41.8759646Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:41.8961186Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.9163741Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.9368878Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.9569530Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.9770645Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:41.9972317Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.0174052Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.0374149Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.0577730Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.0822683Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:42.0835026Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:42.0847435Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:42.1091766Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:42.1289895Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.1526283Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:42.1759627Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:21:42.1998948Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:42.2199718Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.2461507Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:42.2680672Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:42.2943687Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:42.3161580Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:42.3361024Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.3560921Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.3761238Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.3992417Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:21:42.4210512Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:42.4415645Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.4673941Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:42.4877780Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.5078530Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.5086734Z 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:21:42.5095311Z 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:21:42.5295492Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.5495288Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.5697085Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.5705855Z 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:21:42.5714195Z 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:21:42.5723559Z 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:21:42.5732761Z 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:21:42.5741126Z 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:21:42.5962196Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:42.6163926Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:42.6379072Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:42.6624237Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:42.6842378Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:42.6872770Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:42.8050360Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:21:42.9277153Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:21:43.0491723Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:21:43.1190068Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:21:43.2376306Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:21:43.3547526Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:21:43.4681493Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:21:43.5815753Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:21:43.6943176Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:21:43.8073870Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:21:43.9201466Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:21:43.9212245Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:43.9222040Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:43.9399081Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:43.9437169Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:43.9598295Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:43.9620335Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:21:43.9621093Z r = func(*args, **kwargs) 2022-09-27T16:21:43.9629760Z ok (0.003s) 2022-09-27T16:21:43.9653693Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:43.9677714Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:43.9700236Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:43.9723026Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:43.9745211Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:43.9766532Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:43.9788151Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:43.9810810Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:43.9833410Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:44.0202265Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:44.0498315Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:21:44.1379839Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:21:44.2667076Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:21:44.3285805Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:44.4005874Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:21:44.4295839Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:44.4641072Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:44.4918121Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:44.5200432Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:44.5466570Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:44.5736869Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:44.5981810Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:44.6228108Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:44.6516810Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:44.6782094Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:44.6982852Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:44.7248162Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:44.7491163Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:44.7739228Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:44.7994832Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:44.8381518Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:44.8617261Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:44.8882106Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:44.9126891Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:44.9383068Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:44.9638362Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:44.9906059Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:45.0115527Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:45.0376574Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:45.0622843Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:45.0985386Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:45.1236954Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:45.2010525Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:21:45.2365136Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:45.2816501Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:21:45.3101742Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:45.3368301Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:45.3569105Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:45.3842931Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:45.4098635Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:45.4483186Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:45.4773574Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:45.5512932Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:21:45.5902380Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:45.6223782Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:45.6503959Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:45.6783760Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:45.7053247Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:45.7337382Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:45.7591397Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:45.7831463Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:45.8116644Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:45.8876400Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:21:45.9837663Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:46.0176962Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:46.0709295Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:46.0894029Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:46.1193739Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:21:46.1471721Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:46.1729414Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:46.1917724Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:46.2178737Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:46.2448562Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:46.2482875Z 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:21:46.2483951Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-09-27T16:21:46.2510458Z ok (0.006s) 2022-09-27T16:21:46.2518433Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.2525103Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.2570664Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2607134Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2643973Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2679993Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2726395Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2761374Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2798149Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2834239Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2880736Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.2916472Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2953916Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.2984103Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.3031925Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.3071628Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.3110294Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.3140174Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.3170800Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.3208987Z 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:21:46.3209628Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.3211178Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:21:46.3289355Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.3289698Z ok (0.005s) 2022-09-27T16:21:46.3290208Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3290912Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3291968Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.3332773Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.3377616Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.3384413Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3390471Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3403236Z 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:21:46.3403984Z return np.floor_divide(a, b) 2022-09-27T16:21:46.3435077Z ok (0.004s) 2022-09-27T16:21:46.3493457Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:46.3505847Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-09-27T16:21:46.3506467Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.3536863Z ok (0.004s) 2022-09-27T16:21:46.3587435Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.3633010Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.3687273Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.3700038Z 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:21:46.3700670Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.3718426Z ok (0.003s) 2022-09-27T16:21:46.3758594Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.3788131Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.3818726Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.3830634Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:21:46.3831228Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.3849561Z ok (0.003s) 2022-09-27T16:21:46.3889523Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.3919121Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.3950759Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.3956998Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3963532Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3969757Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3976042Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3982469Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3988646Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.3995036Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.4001318Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.4007567Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.4014457Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.4024267Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4034578Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4045038Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4055516Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4066021Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4076832Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4087110Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4097049Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4106944Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4117054Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4126870Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4137068Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:46.4148641Z 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:21:46.4149248Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.4167135Z ok (0.003s) 2022-09-27T16:21:46.4207147Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4236498Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4267289Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4297565Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4341284Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4380890Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4419030Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4448006Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4478969Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4508522Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4551399Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4590899Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4628734Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4657842Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4688467Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4717644Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4760677Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4800521Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4838257Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4867706Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4898005Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.4909091Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-09-27T16:21:46.4909450Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.4927492Z ok (0.003s) 2022-09-27T16:21:46.4966719Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.4995429Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5025646Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5061859Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5106091Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5141584Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5177769Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5213425Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5258253Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5293641Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5330185Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5365600Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5410418Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5445757Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5481994Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5517699Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5562281Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5597533Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5634182Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5663557Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5706153Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5745006Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5783245Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.5812040Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5842180Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:46.5874564Z 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:21:46.5875010Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.5875277Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-09-27T16:21:46.5875566Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.5882697Z ok (0.004s) 2022-09-27T16:21:46.5889703Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.5895327Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.5938991Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-09-27T16:21:46.5939353Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.5946294Z ok (0.005s) 2022-09-27T16:21:46.5985923Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.6030969Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.6043191Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-09-27T16:21:46.6043822Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:46.6075227Z ok (0.004s) 2022-09-27T16:21:46.6128064Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.6170392Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.6225137Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.6238207Z 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:21:46.6239042Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:21:46.6262857Z ok (0.004s) 2022-09-27T16:21:46.6276198Z 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:21:46.6277569Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:21:46.6331345Z ok (0.007s) 2022-09-27T16:21:46.6392962Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:46.6440691Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:46.6476231Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.6513420Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:46.7387882Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:21:46.8004867Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:47.0527503Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.252s) 2022-09-27T16:21:47.2815616Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.229s) 2022-09-27T16:21:47.4005025Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:21:47.4848275Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:21:47.5675816Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:47.6436297Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:21:47.7199539Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:21:47.7900174Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:21:47.8668752Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:21:47.9459221Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:47.9464723Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0608200Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:21:48.1186918Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:48.1832226Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:48.2268445Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:21:48.2678695Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:48.3172693Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:21:48.3567784Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:48.3855849Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:48.3860317Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:48.4739864Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:21:48.5268032Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:48.5876719Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:21:48.6220695Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:48.6534392Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:48.6890068Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:48.7188493Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:21:48.7467048Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:48.7947440Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:48.8434672Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:21:48.8919526Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:48.9401983Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:48.9882675Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:49.0221085Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:49.0495127Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:49.1088540Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:49.1270895Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:49.1623709Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:49.1907827Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:49.2165952Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:49.2355021Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:49.2615493Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:49.2878502Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:49.3122034Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:49.3404673Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:49.3995314Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:49.4179542Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:49.4532075Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:49.4817276Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:49.5076342Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:49.5264827Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:49.5528485Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:49.5795245Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:49.6187180Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:49.6776630Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:49.7542231Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:21:49.7906213Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:49.8311035Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:21:49.8637334Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:49.9021908Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:49.9380065Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:49.9888169Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:21:50.0396731Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:21:50.0733274Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:50.1081356Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:50.2155260Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:21:50.2612990Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:21:50.3986001Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:21:50.4201655Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:50.4550405Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:50.4917471Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:50.5329790Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:50.5633339Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:21:50.6025103Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:50.6401880Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:50.6412081Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6421711Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6430354Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6439070Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6448233Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6457363Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6465809Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6475105Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6483919Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6492557Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6501171Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6509789Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6518458Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6527006Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6535558Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6544043Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6552735Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6561367Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6570290Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6578913Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6587391Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6596054Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6604612Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6613351Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.6671774Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:50.6703410Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.6735182Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.6771373Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.6816918Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.6861516Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.6881372Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.6901309Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.6921032Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.6942381Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.6963845Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.6983606Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7003381Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7023315Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7042746Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7062533Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7082385Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7101982Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7157406Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:50.7192903Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.7240008Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:50.7285240Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.7304990Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7324900Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7344630Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7398742Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:50.7434190Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.7480426Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:50.7524742Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.7545100Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7565008Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7584690Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7627688Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.7654458Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.7680647Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.7709400Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.7744612Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.7778650Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.7798779Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7818333Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7837520Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.7850781Z 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:21:50.7851520Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:50.7889146Z ok (0.005s) 2022-09-27T16:21:50.7896564Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.7903639Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.7938729Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.7983470Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.8027240Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.8051170Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8075272Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8099050Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8105628Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.8142215Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.8190070Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:50.8238493Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:50.8258954Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8279481Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8299538Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8352751Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:50.8386543Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.8431519Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.8476694Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.8497068Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8516507Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8536011Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8555240Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8576335Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8595575Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8636065Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.8664472Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.8699563Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.8733235Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.8752173Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8771116Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8790160Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8831480Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.8859625Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.8893184Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.8926728Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.8945823Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8964669Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.8983572Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9034952Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:50.9068050Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.9111452Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.9153615Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.9174957Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9196323Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9215648Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9258072Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.9290753Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.9321775Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.9351187Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.9386914Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.9422618Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.9443988Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9465356Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9486506Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9496989Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9507086Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9517337Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9527470Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9537659Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9547839Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9558150Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9568227Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9578597Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9588785Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9598950Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9609227Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9619482Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9629908Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9639884Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9650169Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9660304Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9670601Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:50.9689967Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9709444Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9728814Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9769918Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.9798180Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.9833113Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.9866437Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:50.9885496Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9904545Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9923819Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:50.9965584Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:50.9992323Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0018600Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0047246Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0082988Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.0116794Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0135848Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.0155099Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.0174202Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.0217199Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.0243469Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0269705Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0298143Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0332390Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0365952Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0384666Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.0403464Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.0422331Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.0464913Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.0490965Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0517056Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0545416Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0579065Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0618840Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.0651063Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0682763Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0714798Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0772619Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:51.0810411Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.0857419Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:51.0891002Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.0909247Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.0928261Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.0946886Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1002732Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:51.1037619Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.1081560Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.1125578Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.1145113Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1164524Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1183596Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1239500Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:51.1274410Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.1318135Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.1362164Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.1381784Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1401116Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1420875Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1475741Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:51.1510539Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.1556512Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:51.1600735Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.1620271Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1639749Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1659194Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1715320Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:51.1750321Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.1795690Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.1840223Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.1860324Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1880353Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1900211Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.1942251Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.1970431Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.1997282Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2026510Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2060892Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2095311Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2115659Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.2134843Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.2154353Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.2206088Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:51.2213295Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:51.2220261Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:51.2254216Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2298902Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.2343406Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.2356577Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:21:51.2369812Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:21:51.2381731Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:21:51.2434864Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:51.2468910Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2513195Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.2557711Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.2577021Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.2596314Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.2615503Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.2669541Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:51.2699841Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2731291Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2765632Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:51.2809566Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.2852508Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:51.2871543Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.2890745Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.2909730Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:51.3441465Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:51.3956637Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:21:51.4606158Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:21:51.5125706Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:21:51.5599845Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:51.5841205Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:51.6121255Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:51.6709181Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:51.6890527Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:51.7246252Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:51.7531573Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:51.7792879Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:51.7983424Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:51.8244946Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:51.8513394Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:51.8763753Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:51.9034466Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:51.9587750Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:21:51.9974461Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:52.0500528Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:21:52.0699492Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:52.1074408Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:52.1446966Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:52.1713186Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:52.1910393Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:52.2171592Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:52.2433100Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:52.2681095Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:52.2955083Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:52.3523360Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:52.3855424Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:52.4367620Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:21:52.4561585Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:52.4926749Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:52.5214527Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:52.5474021Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:52.5664982Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:52.5910526Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:52.6168804Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:52.6433305Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:52.6709749Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:52.7278652Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:52.7622550Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:52.8145510Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:21:52.8341142Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:52.8703871Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:52.8995589Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:52.9258669Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:52.9463725Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:52.9745021Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:52.9997893Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:53.0242759Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:53.0521209Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:53.1109079Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:21:53.1292903Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:53.1822982Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:21:53.2111902Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:53.2370458Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:53.2574740Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:53.2841734Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:53.3085166Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:53.3464470Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:53.3716343Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:53.4504292Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:53.4892544Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:53.5311319Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:21:53.5590116Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:53.5874741Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:53.6147471Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:53.6426770Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:53.6680916Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:53.7061932Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:53.7313189Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:53.8099881Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:21:53.8491962Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:21:53.8866425Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:53.9154939Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:53.9475555Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:53.9747725Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:54.0020601Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:54.0277437Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:54.0650509Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:54.0901698Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:54.1681487Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:21:54.2256994Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:54.2715394Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:21:54.3002970Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:54.3315001Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:54.3587111Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:54.3860190Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:54.4116656Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:54.4492109Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:54.4743568Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:54.5507335Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:21:54.5828493Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:54.6214011Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:54.6494690Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:54.6757748Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:54.6963829Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:54.7229359Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:54.7483911Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:21:54.7721340Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:54.7990243Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:54.8536509Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:21:54.8909066Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:54.9457020Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:21:54.9639370Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:21:54.9996235Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:55.0284261Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:55.0578977Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:55.0768133Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:55.1028803Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:55.1291589Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:55.1741033Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:21:55.4273019Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.253s) 2022-09-27T16:21:55.6285692Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.201s) 2022-09-27T16:21:55.7276438Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:21:55.7699937Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:21:55.8511777Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:21:55.8890007Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:55.9275874Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:55.9638391Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:56.0016762Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:56.0369805Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:56.0374554Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:56.1262995Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-09-27T16:21:56.1263612Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:21:56.1377252Z ok (0.100s) 2022-09-27T16:21:56.1916625Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:21:56.2525245Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:21:56.3104439Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:21:56.3516504Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:56.3967466Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:21:56.4374116Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:21:56.4654224Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:56.4670887Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.4681825Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.4797161Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:56.4929231Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:56.5041028Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:56.5056886Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5073366Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5090334Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5117329Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.5141915Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5165773Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5188745Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5212960Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5222696Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.5245427Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5268338Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5291066Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5313926Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5338885Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5348441Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.5373169Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5397916Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5421255Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5444183Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5468518Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5477922Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.5500808Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5523626Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5546429Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5569517Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5594372Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5610615Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5622021Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.5637872Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5654515Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5671437Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5695027Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5717969Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5740771Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5763747Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5788446Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5803611Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.5813967Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.5828740Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.5844533Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5860942Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5886368Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5910261Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5933287Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5956202Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.5982114Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.5996688Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.6006172Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.6109315Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:56.6218522Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:56.6319953Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:56.6334638Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.6349410Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.6363795Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.6386180Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6408546Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6431036Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6453453Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6477235Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6493876Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6504467Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.6511242Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:56.6517952Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:56.6535056Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6551404Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6567750Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6604200Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:56.6638132Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.6671022Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.6703732Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.6739997Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:21:56.6745173Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:56.6762332Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6779998Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6797497Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6822430Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6847431Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6872784Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6878077Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:56.6903774Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6919453Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6936141Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6952747Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6969532Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.6993501Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7017100Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7039917Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7062816Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7068473Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:56.7091138Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7114074Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7137164Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7168322Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.003s) 2022-09-27T16:21:56.7192816Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7207624Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7217262Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.7231380Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7246023Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7261225Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7284255Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7306619Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7328922Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7351608Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7377105Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.7392946Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7402190Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.7416627Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7430976Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7445710Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7467813Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7490457Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7512803Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7535387Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7559102Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7575156Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7585225Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.7600360Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.7616488Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7632296Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7661272Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.7688184Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.7711447Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7737104Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.7765139Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.7781742Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.7791424Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.7913604Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:56.8031623Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:56.8048147Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8065672Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8083958Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8111825Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.8137157Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.8161455Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8185869Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8211900Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:56.8221646Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8230924Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8240160Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8249136Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8258719Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8268620Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8278438Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8288881Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8298658Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8308584Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8318542Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8328533Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8338634Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8348571Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8358479Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8368337Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8378077Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8387381Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8396808Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8406198Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8415602Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8425036Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8434417Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8443788Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:56.8466932Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8490056Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8512602Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8535589Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8559870Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8574711Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.8584560Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.8600095Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.8616521Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8632354Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8655262Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8677605Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8700219Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8722769Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8747199Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.8761765Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.8771109Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.8872813Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:56.8972322Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:56.8986129Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9000626Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9014788Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9037301Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9060020Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9082386Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9104854Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9129428Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9144396Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9154591Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.9257214Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:56.9357002Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:56.9371409Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9386437Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9401562Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9424266Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9446675Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9469187Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9491376Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9515793Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9530458Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9539699Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.9640375Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:56.9744976Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:56.9759522Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9774348Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9789445Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9812562Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9834931Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9858718Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9880947Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9904564Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:56.9919163Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9929031Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:56.9943401Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9958012Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9972640Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:56.9994898Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0017208Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0039462Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0062358Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0087740Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:57.0104763Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0115540Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:57.0130744Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.0146729Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0163353Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0187450Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0211146Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0234160Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0256810Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0280808Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0295897Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.0305806Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:57.0320771Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.0337589Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0354855Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0380667Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0404066Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0426606Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0449450Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0473528Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0488419Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.0498906Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:57.0514129Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.0530564Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0546737Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0570334Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0593728Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0617359Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0640218Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0664890Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0680238Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.0690495Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:57.0704973Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.0721323Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0738307Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0761459Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0783878Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0806255Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0828978Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0853579Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.0867683Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.0877775Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:21:57.0981530Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:57.1081502Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:57.1095925Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.1111712Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.1127430Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1150707Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1173096Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1195693Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1217948Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1241845Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1257813Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1264392Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:57.1269709Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:57.1285369Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.1301917Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1318722Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1331516Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:21:57.1343367Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:21:57.1355318Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:21:57.1367137Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:21:57.1393355Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:57.1409475Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1425413Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1442285Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1458674Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1482760Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1505483Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1528317Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1551120Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1556926Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:21:57.1573000Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1687102Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:57.1820840Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:21:57.1932449Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:57.1947394Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.1964360Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.1981086Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.2005665Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.2028552Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.2052376Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.2075199Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.2080438Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:57.2427903Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:57.3185979Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:21:57.4527394Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:21:57.5158528Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:57.5974000Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:21:57.6328789Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:57.6801150Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:57.7101341Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:21:57.7374897Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:57.7586019Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:57.7878728Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:57.7883520Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:57.7914355Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:57.7942968Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:21:57.7964716Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.7984923Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:57.8104811Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:57.8189821Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:57.8244882Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:57.8293880Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:57.8342544Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:57.8391205Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:57.8401029Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.8410857Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.8420854Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.8430705Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.8577650Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:57.8695988Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:57.8782476Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:57.8899422Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:57.8982659Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:57.9051020Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:57.9145105Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:57.9204390Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:21:57.9279690Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:21:57.9326341Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:57.9336448Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.9451334Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:57.9539749Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:57.9654741Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:57.9741527Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:57.9751422Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.9761092Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.9770692Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.9780028Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.9789260Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.9798677Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:57.9807934Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:57.9817519Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:57.9826799Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:57.9836124Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:57.9845393Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:21:57.9854714Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:57.9972363Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:21:58.0058204Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:58.0068050Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0077919Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0087759Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0097630Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0107427Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0117306Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0127167Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0137115Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0146818Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0260189Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:58.0346294Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:58.0355851Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0365159Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0374554Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0383772Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0393033Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0402214Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0411489Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0420658Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.0566701Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:58.0680234Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:58.0765818Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:58.0876650Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:58.0957763Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:58.1005948Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:58.1091666Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:21:58.1143920Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:58.1259218Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:21:58.1343833Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:21:58.1394214Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:58.1402289Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:21:58.1419955Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-09-27T16:21:58.1428015Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:21:58.1445182Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:21:58.1453318Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:21:58.1470017Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:21:58.1478042Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:21:58.1495320Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:21:58.1513774Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1567092Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:21:58.1585979Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1604508Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1623020Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1641730Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1659773Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1677996Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1696088Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1714128Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1732307Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1750565Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:58.1965862Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:21:58.2304547Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:21:58.2304933Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:21:58.2324426Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:21:58.2324723Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:21:58.2948104Z ok (0.098s) 2022-09-27T16:21:58.3112289Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:58.3126937Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.3141414Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:58.3284526Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:58.3387630Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:58.3526056Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-09-27T16:21:58.3630287Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:58.3774336Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:58.3878283Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:58.3975363Z 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:21:58.3975935Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:21:58.4028563Z ok (0.015s) 2022-09-27T16:21:58.4172503Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:58.4275869Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:58.4656409Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:58.4991055Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:58.5178487Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:58.5364185Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:58.5552386Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:58.5740120Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:58.5887755Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:58.6034264Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:21:58.6124095Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:21:58.6422075Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:21:58.6807368Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:58.7102324Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:58.7452167Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:58.7555001Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-09-27T16:21:58.8932820Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:21:58.9196267Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:58.9462123Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:58.9752890Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:58.9940280Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:21:59.0200659Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:59.0462291Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:59.1185004Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:21:59.1348831Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:59.1513936Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:59.1679104Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:59.1794181Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.011s) 2022-09-27T16:21:59.1996781Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:59.2258196Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:59.2534143Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:21:59.2878723Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:59.3154451Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:59.3418757Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:59.3687002Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:59.3958989Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:59.4333965Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:59.4687797Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:59.4852281Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:59.5225231Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:59.5516560Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:59.5753996Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:21:59.6044178Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:21:59.6418471Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:21:59.6801523Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:59.7149113Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:21:59.7404990Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:59.7566238Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:59.7657024Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:21:59.7817758Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:59.7909191Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:21:59.8070249Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:59.8290196Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:59.8510846Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:21:59.8657416Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-09-27T16:21:59.8924038Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:59.9191866Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:21:59.9568473Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:21:59.9835402Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:22:00.0008765Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:22:00.0100260Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:22:00.0342151Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:22:00.0432643Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:22:00.0523688Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:22:00.0754233Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:22:00.0915051Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:22:00.1056583Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:22:00.1198415Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:22:00.1332444Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.013s) 2022-09-27T16:22:00.1486636Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:22:00.1641277Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:22:00.1795802Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:22:00.1917916Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-09-27T16:22:00.2012287Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.009s) 2022-09-27T16:22:00.2109505Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:22:00.2270917Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:22:00.2664314Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:22:00.2811363Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:22:00.2970559Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:22:00.3126972Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:22:00.3288527Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:22:00.3431714Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:22:00.3659104Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:22:00.3879713Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:00.4107237Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:22:00.4327671Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:00.4659785Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:00.4833246Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:22:00.4988812Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:22:00.5079633Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:22:00.5411694Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:00.5652727Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:22:00.5789105Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:22:00.6053788Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:22:00.6316042Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:22:00.6406427Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:22:00.6496784Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:22:00.6758669Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:22:00.7021436Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:22:00.7284104Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:22:00.7374309Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:22:00.7464570Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:22:00.7555151Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:22:00.7645562Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:22:00.7735894Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:22:00.7999003Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:22:00.8261235Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:22:00.8606833Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:22:00.8999325Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:22:00.9260051Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:22:00.9358660Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:22:00.9681958Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:00.9970770Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:01.0257315Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:01.0543361Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:01.0865759Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:01.1192358Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:01.1519576Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:01.1841777Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:01.2167041Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:01.2389605Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.2576972Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:22:01.2762252Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:22:01.2942592Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:22:01.3164523Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.3383709Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.3600004Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.3821214Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.4042822Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.4259587Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.4440929Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:22:01.4624276Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:22:01.4802794Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:22:01.5020239Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.5238993Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.5458261Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.5673604Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:22:01.5889450Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:22:01.6101693Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:22:01.6281458Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:22:01.6459308Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:22:01.6632404Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:22:01.6844975Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:22:01.7059761Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:22:01.7272721Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:22:01.7485971Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:22:01.7700430Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:22:01.8022724Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:01.8309145Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:01.8596532Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:01.8879947Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:22:01.9201421Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:01.9528303Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:01.9856928Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.0182324Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.0505171Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.0831274Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.1123930Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:02.1415404Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:02.1700999Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:02.2024513Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.2348779Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.2674731Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.3000652Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.3325498Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.3651399Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.3943386Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:02.4234560Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:02.4519622Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:22:02.4846144Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.5172023Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.5497066Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.5822907Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.6149565Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.6471854Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.6761077Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:02.7049053Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:02.7334218Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:22:02.7656912Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.7982845Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.8308701Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:22:02.8630833Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.8953056Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.9275804Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:02.9563945Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:02.9850931Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:22:03.0136145Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:22:03.0458735Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:03.0783106Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:03.1108565Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:03.1430771Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:03.1752640Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:22:03.1775603Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:22:03.1794945Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:22:03.1819380Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.1843327Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.1867221Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.1891138Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.1914990Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.1938944Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.1963251Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.1987307Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2011534Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2035483Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2060007Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2083992Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2108361Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2132714Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2156907Z 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:22:03.2181055Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2205109Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2229562Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2253975Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2277754Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2301852Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2325991Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2350302Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2374428Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2398396Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2422504Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2446562Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2470815Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2494979Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2519140Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2543441Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2567470Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2591804Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2615968Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2640257Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2664654Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2689045Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2713251Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2738595Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2762661Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2787141Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2811179Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2835012Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2859182Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2883185Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2907147Z 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:22:03.2931330Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2955368Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.2979597Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3003703Z 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:22:03.3027770Z 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:22:03.3052020Z 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:22:03.3076157Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3100090Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3124295Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3148675Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3172824Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3196928Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3220927Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3245394Z 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:22:03.3269540Z 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:22:03.3293602Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3317822Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3342087Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:22:03.3344312Z 2022-09-27T16:22:03.3344946Z ---------------------------------------------------------------------- 2022-09-27T16:22:03.3345406Z Ran 8283 tests in 83.500s 2022-09-27T16:22:03.3345570Z 2022-09-27T16:22:03.3345662Z OK (skipped=901, expected failures=14) 2022-09-27T16:22:03.3345795Z 2022-09-27T16:22:03.3345879Z Generating XML reports... 2022-09-27T16:22:04.1568306Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927162039.xml 2022-09-27T16:22:04.6490880Z Running test_tensor_creation_ops ... [2022-09-27 16:22:04.648650] 2022-09-27T16:22:04.6491451Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:22:04.648730] 2022-09-27T16:22:06.0874238Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-09-27T16:22:06.0909467Z 2022-09-27T16:22:06.0909676Z Running tests... 2022-09-27T16:22:06.0910028Z ---------------------------------------------------------------------- 2022-09-27T16:22:06.0960929Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.1002558Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1040686Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1077328Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1113991Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1149847Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1182507Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.1215116Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.1246945Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.1279567Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.1312290Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.1361113Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.1415144Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.1468188Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.1516837Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.1565142Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.1612536Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.1655803Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1698925Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1741449Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1784334Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1827547Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1872253Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.1927735Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:22:06.1983756Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:22:06.2033964Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.2083622Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.2132452Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.2176714Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2220892Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2264036Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2308492Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2352580Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2400717Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.2443496Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2498709Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.2554304Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:22:06.2603362Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.2651006Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.2697851Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:22:06.2740610Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2783326Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2825279Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2867935Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2910882Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2956608Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.2984828Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3016544Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3047957Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3078234Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3108785Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3138431Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3165651Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3192552Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3219462Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3246547Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3273327Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.3381370Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.3424446Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... test_tensor_creation_ops.py:3675: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:22:06.3424988Z result = torch.asarray(cvt(original), **kwargs) 2022-09-27T16:22:06.3492084Z ok (0.011s) 2022-09-27T16:22:06.3603488Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.3711921Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.3820742Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.3927772Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.4029289Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.4130989Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.4231909Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.4332473Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.4433940Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.4441059Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4448071Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4455738Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4463379Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4470617Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4477695Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4484956Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4492135Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4499262Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4506402Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4513662Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.4617820Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.4730472Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.4844203Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.4953933Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.5063040Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.5170060Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.5273027Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.5376426Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.5479310Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.5583018Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.5686751Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.5694245Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5701939Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5708902Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5716230Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5723497Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5731103Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5738547Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5745840Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5753109Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5760905Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5767924Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.5802937Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.5833824Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.5869917Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.5907369Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.5941052Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.5974502Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.6007753Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.6041393Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.6072883Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.6102890Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.6133101Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.6163736Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:22:06.6268578Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.6374513Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.6482826Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.6597346Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.6703400Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.6809858Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.6918766Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.7019759Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.7125475Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:22:06.7224303Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.7323188Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.7427668Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:22:06.7445030Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:22:06.7461330Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:22:06.7501515Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:22:06.7510498Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:06.7524847Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.7669049Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:22:06.7840426Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.017s) 2022-09-27T16:22:06.8009018Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.017s) 2022-09-27T16:22:06.8173813Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:22:06.8339842Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.017s) 2022-09-27T16:22:06.8491069Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:22:06.8631835Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:22:06.8775354Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:22:06.8915370Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:22:06.9046565Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:22:06.9174350Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:22:06.9185116Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9196900Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9208450Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9219301Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9229601Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9239623Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9248890Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9257829Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9266853Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9276094Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9285029Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:22:06.9305000Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9323854Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9342657Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9361397Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9380215Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9398839Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9417506Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9436388Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9456079Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9475845Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9495207Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9531433Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:06.9582121Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:22:06.9632566Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:22:06.9676472Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:06.9720083Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:06.9768041Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:22:06.9803668Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:06.9838537Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:06.9872467Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:06.9907039Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:06.9942315Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:06.9961586Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:06.9988590Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.0018338Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.0043944Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.0067719Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:07.0091802Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:07.0111504Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:07.0131167Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:07.0150537Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:07.0169955Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:07.0189471Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:22:07.0304420Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:22:07.0457718Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:22:07.0606943Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:22:07.0750979Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:22:07.0888169Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:22:07.1026032Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:22:07.1140309Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:22:07.1254945Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:22:07.1366038Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:22:07.1480877Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:22:07.1595556Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:22:07.1698518Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-09-27T16:22:07.1853154Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:22:07.2009848Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:22:07.2144608Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:22:07.2279601Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:22:07.2414596Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:22:07.2518992Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-09-27T16:22:07.2623570Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-09-27T16:22:07.2724596Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-09-27T16:22:07.2829367Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-09-27T16:22:07.2934644Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-09-27T16:22:07.2965599Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3009453Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:07.3053295Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:07.3092275Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:07.3131441Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:07.3169976Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:07.3202851Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3235172Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3266175Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3297724Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3329536Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3356586Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3393848Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:07.3431563Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-09-27T16:22:07.3465446Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3498961Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3532258Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3559656Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3586616Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3613278Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3640267Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3667601Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:22:07.3687434Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:07.3698803Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:07.3720796Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:07.3729827Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:22:07.3742658Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:07.3752206Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:22:07.3921884Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:22:07.4114244Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:22:07.4359664Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.024s) 2022-09-27T16:22:07.4388553Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:07.4401163Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:22:07.4401684Z r = func(*args, **kwargs) 2022-09-27T16:22:07.4422764Z ok (0.003s) 2022-09-27T16:22:07.4450057Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:07.4475036Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:07.4500301Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:07.4560610Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:22:07.4579758Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:07.4606805Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:07.4647448Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:22:07.4680879Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:07.4709623Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:07.4739615Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:07.4766114Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:07.4798800Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:07.4812239Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:10.2044416Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (2.723s) 2022-09-27T16:22:10.2069332Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:22:10.2322831Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:22:10.3178214Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.085s) 2022-09-27T16:22:10.4844609Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.167s) 2022-09-27T16:22:10.4864774Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:10.5828480Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.096s) 2022-09-27T16:22:10.5838171Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:22:10.5848126Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:22:10.5857830Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:22:10.5867844Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:22:10.5896208Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:10.6040058Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:22:10.6115379Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:22:10.6513981Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-09-27T16:22:10.6904218Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-09-27T16:22:10.6950453Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:10.7134933Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:22:10.7308186Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:22:10.7469111Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:22:10.7564873Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:22:10.7575267Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:22:10.7592789Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:22:10.7618882Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:10.7640739Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:11.5898360Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.825s) 2022-09-27T16:22:11.5949230Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:11.5966369Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:11.6013008Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:11.6036423Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:22:11.6062518Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:11.6072279Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:11.6131547Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:22:11.6140866Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-09-27T16:22:11.6348713Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:22:11.6502115Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:22:11.6583197Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:11.6594483Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:11.6605783Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:11.6626812Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:11.6670049Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:22:11.6978153Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:22:11.7267597Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-09-27T16:22:11.7598641Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-09-27T16:22:11.8040691Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-09-27T16:22:11.8444538Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-09-27T16:22:11.8838064Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-09-27T16:22:11.9234046Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-09-27T16:22:11.9625621Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-09-27T16:22:11.9875139Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:22:12.0123225Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:22:12.0369561Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:22:12.0617157Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:22:12.0865896Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:22:12.1300831Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.043s) 2022-09-27T16:22:12.1439408Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:22:12.1466592Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:12.1491604Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:12.3609399Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.212s) 2022-09-27T16:22:12.6467353Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.286s) 2022-09-27T16:22:12.6485746Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:12.6503308Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:12.6519949Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:12.6536272Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:12.6552745Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:12.6569270Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:12.6581026Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6592938Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6604757Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6616673Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6628609Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6640469Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6655732Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6670889Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6685996Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:12.6717666Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:12.7096736Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-09-27T16:22:12.7456892Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:22:12.7820910Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:22:12.8646903Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.082s) 2022-09-27T16:22:12.9427609Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-09-27T16:22:13.0200670Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.077s) 2022-09-27T16:22:13.0971952Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.077s) 2022-09-27T16:22:13.1742639Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.077s) 2022-09-27T16:22:13.2341064Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.060s) 2022-09-27T16:22:13.2939127Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.060s) 2022-09-27T16:22:13.3537684Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.060s) 2022-09-27T16:22:13.4135651Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.060s) 2022-09-27T16:22:13.4733402Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.060s) 2022-09-27T16:22:14.3212568Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.848s) 2022-09-27T16:22:14.9462156Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.625s) 2022-09-27T16:22:15.1433251Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.197s) 2022-09-27T16:22:15.1445997Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:15.1456817Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:15.2982541Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.152s) 2022-09-27T16:22:15.3093575Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:22:15.3203766Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:22:21.7936740Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (6.473s) 2022-09-27T16:22:28.2177994Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (6.424s) 2022-09-27T16:22:34.4657592Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (6.248s) 2022-09-27T16:22:40.9302001Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (6.464s) 2022-09-27T16:22:40.9412257Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:22:47.3149575Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (6.374s) 2022-09-27T16:22:53.5547575Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (6.240s) 2022-09-27T16:22:53.5648246Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:22:53.5743931Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:22:53.5756090Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:53.5765363Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5774317Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5782943Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5791716Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5800381Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5809161Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5817798Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5826130Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5834658Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5843134Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5851687Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.5860116Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.6611525Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-09-27T16:22:53.7246176Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-09-27T16:22:53.8007343Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-09-27T16:22:53.8425081Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-09-27T16:22:53.8782782Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:22:53.8793328Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.8802667Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.8893045Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:22:53.9092071Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:22:53.9179140Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:22:53.9264445Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:53.9349461Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:53.9437229Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:22:53.9522492Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:53.9607626Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:53.9620031Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:53.9629153Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.9637616Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.9647057Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:53.9655944Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:22:54.0405295Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-09-27T16:22:54.3372139Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.297s) 2022-09-27T16:22:54.6298599Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.292s) 2022-09-27T16:22:54.6321833Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:482: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3145.) 2022-09-27T16:22:54.6322903Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-09-27T16:22:54.6331546Z ok (0.003s) 2022-09-27T16:22:54.6369098Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:22:54.6397701Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:54.6409581Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.6445796Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:22:54.6481676Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:22:54.6517423Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:54.6549734Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:54.6784582Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-09-27T16:22:54.6794566Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.6824437Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:54.6938164Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:22:54.7030254Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:22:54.7073103Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:22:54.7082156Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7112058Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:54.7129718Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:54.7145188Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7160494Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7175802Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7190885Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7206285Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7222301Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:54.7237200Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7252057Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7267235Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7282479Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7297023Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7312122Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7327721Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7342960Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:54.7357926Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:55.0539866Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.318s) 2022-09-27T16:22:55.1103718Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-09-27T16:22:55.1648850Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-09-27T16:22:55.2194267Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-09-27T16:22:55.2735064Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-09-27T16:22:55.6140788Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.340s) 2022-09-27T16:22:55.9555470Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.341s) 2022-09-27T16:22:56.0007874Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.045s) 2022-09-27T16:22:56.3411350Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.340s) 2022-09-27T16:22:56.6391765Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.298s) 2022-09-27T16:22:56.6412499Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6432965Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6452322Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6472282Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6491564Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6511171Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6531013Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6550239Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6569553Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:56.6732547Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-09-27T16:22:56.6733488Z r = func(*args, **kwargs) 2022-09-27T16:22:56.6733666Z ok (0.016s) 2022-09-27T16:22:56.6895690Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-09-27T16:22:56.6896515Z r = func(*args, **kwargs) 2022-09-27T16:22:56.6896818Z ok (0.016s) 2022-09-27T16:22:56.7059808Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-09-27T16:22:56.7060776Z r = func(*args, **kwargs) 2022-09-27T16:22:56.7061032Z ok (0.016s) 2022-09-27T16:22:56.7223504Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-09-27T16:22:56.7224136Z r = func(*args, **kwargs) 2022-09-27T16:22:56.7224490Z ok (0.016s) 2022-09-27T16:22:56.7590382Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:22:56.7957443Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-09-27T16:22:56.8119933Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:22:56.8485818Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-09-27T16:22:56.8785087Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-09-27T16:22:56.8820180Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:56.8831762Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:56.8840100Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:56.9044368Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:22:56.9260726Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-09-27T16:22:56.9386098Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:22:56.9502496Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:22:56.9551917Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:56.9702930Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:22:56.9846291Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:22:56.9896261Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.0041460Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:22:57.0178023Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:22:57.0228131Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.0371154Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:22:57.0507740Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:22:57.0558759Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.0584270Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:57.0749114Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:22:57.0929446Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:22:57.1204301Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-09-27T16:22:57.1230101Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:57.1264106Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:57.3484595Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.222s) 2022-09-27T16:22:57.3530434Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.3610805Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:57.3621177Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:57.3631961Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:22:57.3659626Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-09-27T16:22:57.3660248Z r = func(*args, **kwargs) 2022-09-27T16:22:57.3662897Z ok (0.003s) 2022-09-27T16:22:57.3672178Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:57.3689946Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:57.3704256Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:57.3718569Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:57.3732995Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:57.3786670Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.3838352Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.3890402Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.3941560Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.3993009Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.4044721Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.4096614Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.4148022Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:22:57.4229032Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:57.4310188Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:57.4413978Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:22:57.4517587Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:22:57.4534425Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:57.4551269Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:22:57.4584825Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:57.4617269Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:22:57.4680866Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:22:57.4756160Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:22:57.4832382Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:57.4911386Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:57.4989976Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:22:57.5063047Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:22:57.5136623Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:22:57.5210573Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:22:57.5284319Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:22:57.5358248Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:22:57.5432246Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:22:57.5671326Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-09-27T16:22:57.5896946Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-09-27T16:22:57.6107860Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:22:57.6974872Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.087s) 2022-09-27T16:22:57.7840650Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.087s) 2022-09-27T16:22:57.8699335Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.086s) 2022-09-27T16:22:57.9561118Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.086s) 2022-09-27T16:22:58.0413525Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.085s) 2022-09-27T16:22:58.0997261Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-09-27T16:22:58.1580302Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-09-27T16:22:58.2163401Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-09-27T16:22:58.2745778Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-09-27T16:22:58.3329643Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.058s) 2022-09-27T16:22:58.3371950Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:22:58.3383465Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:58.3394515Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:58.3405264Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:58.3416069Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:58.3426792Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:58.3437562Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:58.3448272Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:22:58.3508713Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:22:58.3509273Z 2022-09-27T16:22:58.3509790Z ---------------------------------------------------------------------- 2022-09-27T16:22:58.3510069Z Ran 538 tests in 52.260s 2022-09-27T16:22:58.3510175Z 2022-09-27T16:22:58.3512215Z OK (skipped=58) 2022-09-27T16:22:58.3512400Z 2022-09-27T16:22:58.3512497Z Generating XML reports... 2022-09-27T16:22:58.3633144Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927162206.xml 2022-09-27T16:22:58.3707323Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927162206.xml 2022-09-27T16:22:58.3713495Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927162206.xml 2022-09-27T16:22:58.3731809Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927162206.xml 2022-09-27T16:22:58.3935775Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927162206.xml 2022-09-27T16:22:58.7053676Z Running test_mkldnn ... [2022-09-27 16:22:58.704992] 2022-09-27T16:22:58.7054377Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:22:58.705069] 2022-09-27T16:22:59.9835716Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-09-27T16:22:59.9849689Z 2022-09-27T16:22:59.9849801Z Running tests... 2022-09-27T16:22:59.9850826Z ---------------------------------------------------------------------- 2022-09-27T16:23:00.2730575Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (0.288s) 2022-09-27T16:23:00.3639561Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.091s) 2022-09-27T16:23:00.3966850Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.033s) 2022-09-27T16:23:00.4450883Z test_add (__main__.TestMkldnn) ... ok (0.048s) 2022-09-27T16:23:00.4514123Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.006s) 2022-09-27T16:23:00.4642708Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.013s) 2022-09-27T16:23:00.4776144Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.013s) 2022-09-27T16:23:00.4843137Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.007s) 2022-09-27T16:23:00.4900831Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.006s) 2022-09-27T16:23:01.4334627Z test_avg_pool3d (__main__.TestMkldnn) ... ok (0.943s) 2022-09-27T16:23:01.7466191Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.313s) 2022-09-27T16:23:01.7761938Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:23:01.7762788Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-09-27T16:23:01.8075060Z ok (0.061s) 2022-09-27T16:23:01.8214616Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.014s) 2022-09-27T16:23:02.5319985Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (0.710s) 2022-09-27T16:23:02.8405902Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.309s) 2022-09-27T16:23:02.8434350Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:23:02.9499771Z test_conv1d (__main__.TestMkldnn) ... ok (0.106s) 2022-09-27T16:23:02.9994809Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.049s) 2022-09-27T16:23:03.0011774Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:23:03.4953666Z test_conv2d (__main__.TestMkldnn) ... ok (0.494s) 2022-09-27T16:23:03.6265614Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.131s) 2022-09-27T16:23:03.6277010Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-09-27T16:23:03.6367483Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.010s) 2022-09-27T16:23:04.2326402Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.596s) 2022-09-27T16:23:05.1220042Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (0.889s) 2022-09-27T16:23:06.6290051Z test_conv3d (__main__.TestMkldnn) ... ok (1.507s) 2022-09-27T16:23:06.8826885Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.254s) 2022-09-27T16:23:06.9095449Z test_conversion (__main__.TestMkldnn) ... ok (0.027s) 2022-09-27T16:23:06.9211773Z test_copy (__main__.TestMkldnn) ... ok (0.012s) 2022-09-27T16:23:06.9225829Z test_detach (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:23:06.9238762Z test_empty (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:23:06.9267052Z test_gelu (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:23:06.9298371Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:23:06.9306503Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:23:06.9352248Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.004s) 2022-09-27T16:23:06.9436601Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.008s) 2022-09-27T16:23:06.9625502Z test_linear (__main__.TestMkldnn) ... ok (0.019s) 2022-09-27T16:23:06.9693012Z test_linear_backward (__main__.TestMkldnn) ... ok (0.007s) 2022-09-27T16:23:06.9819833Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.013s) 2022-09-27T16:23:06.9877928Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.006s) 2022-09-27T16:23:07.0820216Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.094s) 2022-09-27T16:23:07.1232701Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.041s) 2022-09-27T16:23:07.1347206Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.011s) 2022-09-27T16:23:22.8794687Z test_max_pool3d (__main__.TestMkldnn) ... ok (15.745s) 2022-09-27T16:23:31.7622305Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (8.883s) 2022-09-27T16:23:31.7735173Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.011s) 2022-09-27T16:23:31.7980478Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.024s) 2022-09-27T16:23:31.8425588Z test_mul (__main__.TestMkldnn) ... ok (0.044s) 2022-09-27T16:23:36.7585285Z test_prelu (__main__.TestMkldnn) ... ok (4.916s) 2022-09-27T16:23:39.0147584Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (2.256s) 2022-09-27T16:23:39.0179506Z test_relu (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:23:39.0204000Z test_relu_ (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:23:39.0217993Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:23:39.0230509Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:23:39.0244636Z test_repr (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:23:39.0268433Z test_reshape (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:23:39.0296702Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:23:39.0351361Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.005s) 2022-09-27T16:23:39.0360274Z test_resnet18 (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead. 2022-09-27T16:23:39.0361220Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T16:23:39.0364257Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=None`. 2022-09-27T16:23:39.0399463Z warnings.warn(msg) 2022-09-27T16:23:39.3183003Z ok (0.283s) 2022-09-27T16:23:40.0542137Z test_resnext50_32x4d (__main__.TestMkldnn) ... ok (0.736s) 2022-09-27T16:23:40.0576371Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:23:40.0598646Z test_sigmoid (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:23:40.0628005Z test_softmax (__main__.TestMkldnn) ... ok (0.003s) 2022-09-27T16:23:40.0650405Z test_tanh (__main__.TestMkldnn) ... ok (0.002s) 2022-09-27T16:23:40.0702578Z test_transpose (__main__.TestMkldnn) ... ok (0.005s) 2022-09-27T16:23:40.1246687Z test_unsupported (__main__.TestMkldnn) ... ok (0.054s) 2022-09-27T16:23:40.1298870Z test_view (__main__.TestMkldnn) ... ok (0.005s) 2022-09-27T16:23:40.1311946Z test_zero_ (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:23:40.1312303Z 2022-09-27T16:23:40.1312729Z ---------------------------------------------------------------------- 2022-09-27T16:23:40.1314257Z Ran 67 tests in 40.146s 2022-09-27T16:23:40.1314472Z 2022-09-27T16:23:40.1314569Z OK 2022-09-27T16:23:40.1314720Z 2022-09-27T16:23:40.1314864Z Generating XML reports... 2022-09-27T16:23:40.1387055Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927162259.xml 2022-09-27T16:23:40.4567547Z Running test_view_ops ... [2022-09-27 16:23:40.456417] 2022-09-27T16:23:40.4568073Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:23:40.456495] 2022-09-27T16:23:41.8537001Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-09-27T16:23:41.8573465Z 2022-09-27T16:23:41.8573772Z Running tests... 2022-09-27T16:23:41.8574170Z ---------------------------------------------------------------------- 2022-09-27T16:23:41.8595253Z test_T_cpu (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3235.) 2022-09-27T16:23:41.8595946Z r = func(*args, **kwargs) 2022-09-27T16:23:41.8612778Z ok (0.004s) 2022-09-27T16:23:42.4239514Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.562s) 2022-09-27T16:23:42.9705253Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.546s) 2022-09-27T16:23:43.4826503Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.512s) 2022-09-27T16:23:43.9914517Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.509s) 2022-09-27T16:23:44.4975582Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.506s) 2022-09-27T16:23:44.8635310Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.366s) 2022-09-27T16:23:45.2295221Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.366s) 2022-09-27T16:23:45.5844758Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.355s) 2022-09-27T16:23:45.9510683Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.367s) 2022-09-27T16:23:46.3179487Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.367s) 2022-09-27T16:23:46.5421797Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.224s) 2022-09-27T16:23:46.5529955Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-09-27T16:23:46.5650438Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-09-27T16:23:46.5663810Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:23:46.5684211Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:23:46.5685773Z r = func(*args, **kwargs) 2022-09-27T16:23:46.6049697Z ok (0.038s) 2022-09-27T16:23:46.6483803Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-09-27T16:23:46.6922826Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.044s) 2022-09-27T16:23:46.7333301Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:23:46.7744790Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:23:46.8152652Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:23:46.8530313Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-09-27T16:23:46.8908016Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-09-27T16:23:46.9283086Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-09-27T16:23:46.9660314Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-09-27T16:23:47.0038992Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-09-27T16:23:47.0113664Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:23:47.0253860Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:23:47.0264447Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:23:47.0275913Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:23:47.0276749Z r = func(*args, **kwargs) 2022-09-27T16:23:47.0276921Z ok (0.001s) 2022-09-27T16:23:47.0316255Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:23:47.0410538Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-09-27T16:23:47.0619812Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.021s) 2022-09-27T16:23:47.0645155Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.0677983Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:23:47.0718910Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:23:47.0807195Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-09-27T16:23:47.0824066Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.0907240Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:23:47.0959768Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:23:47.0977592Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.0994031Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1012164Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1030332Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1047726Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1065278Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1082770Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1099568Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1116261Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1133047Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1149683Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1166182Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1186509Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1210060Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:23:47.1219135Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:23:47.1293570Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:23:47.1348040Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:23:47.1478915Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-09-27T16:23:47.1899388Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.042s) 2022-09-27T16:23:47.5804973Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.390s) 2022-09-27T16:23:48.0206134Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.440s) 2022-09-27T16:23:48.4667937Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.446s) 2022-09-27T16:23:48.8924479Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.426s) 2022-09-27T16:23:49.3189074Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.426s) 2022-09-27T16:23:49.7357794Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.417s) 2022-09-27T16:23:50.1227071Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.387s) 2022-09-27T16:23:50.5104761Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.388s) 2022-09-27T16:23:50.8885992Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.378s) 2022-09-27T16:23:51.2751678Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.386s) 2022-09-27T16:23:51.6611179Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.386s) 2022-09-27T16:23:53.0504959Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (1.389s) 2022-09-27T16:23:54.5638149Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (1.513s) 2022-09-27T16:23:56.1011343Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (1.537s) 2022-09-27T16:23:57.6098540Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (1.509s) 2022-09-27T16:23:59.1239223Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (1.514s) 2022-09-27T16:24:00.6026773Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (1.479s) 2022-09-27T16:24:01.9932010Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (1.390s) 2022-09-27T16:24:03.3857403Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (1.392s) 2022-09-27T16:24:04.7502801Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (1.364s) 2022-09-27T16:24:06.1450030Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (1.395s) 2022-09-27T16:24:07.5380705Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (1.393s) 2022-09-27T16:24:07.5703784Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-09-27T16:24:07.6013007Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-09-27T16:24:07.6316042Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.030s) 2022-09-27T16:24:07.6928337Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.061s) 2022-09-27T16:24:07.7506728Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.058s) 2022-09-27T16:24:07.7912930Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:24:07.7983022Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:24:07.8035710Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:24:07.8116818Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:24:07.8198490Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:24:07.8267185Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:24:07.8335544Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:24:07.8402587Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:24:07.8455835Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:24:07.8508642Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:24:07.8560334Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:24:07.8613182Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:24:07.8666302Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:24:07.8821475Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:07.8970138Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:07.9126222Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:24:07.9282332Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:24:07.9434782Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:07.9586974Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:07.9739675Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:07.9887863Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:08.0036275Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:08.0184970Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:08.0332819Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:08.0480927Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:08.0508744Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.0525782Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.0893823Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-09-27T16:24:08.0903734Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.0930926Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.0942135Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.0957766Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1707375Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.075s) 2022-09-27T16:24:08.1720760Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1734243Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1747524Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1760673Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1774004Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1779746Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:24:08.1800517Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.1822277Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.1830403Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1838455Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1846493Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1854672Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1862846Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1870930Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1878996Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1887118Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1895329Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1918519Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.1933158Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1940617Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1960993Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.1975594Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.1989074Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.2012707Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2057257Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:24:08.2090640Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2123485Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2156409Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2189281Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2222879Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2255109Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2287574Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2320404Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2353523Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.2410149Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:24:08.2423427Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.2436762Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.2475523Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:24:08.2514626Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:24:08.2528435Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.2542456Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.2555702Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.2569038Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.2590199Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2611219Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2631362Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2654210Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2675227Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2695564Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2715268Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2736235Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2756774Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2777497Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2798462Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2818924Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2839091Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2859844Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2880431Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2900439Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2920583Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2940934Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2961232Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.2982252Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.3003297Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.3024081Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.3044962Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.3065584Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.3072036Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:24:08.3084483Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.3097414Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.3110776Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.3123686Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.3151376Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.3173468Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.3287182Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-09-27T16:24:08.3316063Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.3329517Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.3343086Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.3356341Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.3609915Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.025s) 2022-09-27T16:24:08.3646252Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:24:08.3662501Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:24:08.3662996Z r = func(*args, **kwargs) 2022-09-27T16:24:08.3681745Z ok (0.003s) 2022-09-27T16:24:08.3715445Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:24:08.3728549Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:08.3749438Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.3771830Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:08.5553970Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.178s) 2022-09-27T16:24:08.7519722Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.197s) 2022-09-27T16:24:08.9211108Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.169s) 2022-09-27T16:24:09.1028218Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.182s) 2022-09-27T16:24:09.2861155Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.183s) 2022-09-27T16:24:09.4540940Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.168s) 2022-09-27T16:24:09.6334365Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.179s) 2022-09-27T16:24:09.8131478Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.180s) 2022-09-27T16:24:09.9795654Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.166s) 2022-09-27T16:24:10.1578337Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.178s) 2022-09-27T16:24:10.3360763Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.178s) 2022-09-27T16:24:10.4164988Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.080s) 2022-09-27T16:24:10.5334132Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.117s) 2022-09-27T16:24:10.5351029Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:10.5498569Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.015s) 2022-09-27T16:24:10.6290860Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.079s) 2022-09-27T16:24:10.6824604Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.053s) 2022-09-27T16:24:10.6969731Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-09-27T16:24:10.7752168Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.078s) 2022-09-27T16:24:10.8279204Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.053s) 2022-09-27T16:24:10.8422797Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-09-27T16:24:10.9588360Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.116s) 2022-09-27T16:24:11.0754672Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.117s) 2022-09-27T16:24:11.0774683Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0791853Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0810388Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0828543Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0845998Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0863525Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0880938Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0897468Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0914027Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0930203Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0946524Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0962987Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0980558Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.0996822Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1015153Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1033463Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1050951Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1068336Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1085758Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1102207Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1118587Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1138845Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1154875Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1171008Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1190415Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1208891Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1230345Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1251774Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1271324Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1291827Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1312341Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1330925Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1349294Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1367818Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1386372Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1404891Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1422163Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1438212Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1456305Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1474357Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1491506Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1508677Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1525716Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1541198Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1556625Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:11.1572315Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:24:11.1587941Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:11.1603297Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:11.1616133Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:24:11.2486508Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.080s) 2022-09-27T16:24:11.2505582Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:24:11.2549052Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:24:11.3295961Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.075s) 2022-09-27T16:24:11.3348183Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.3397356Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.3447069Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.3504515Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:24:11.3560007Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.3566010Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:24:11.3577675Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3588512Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3597044Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3605276Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3613718Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3622045Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3630337Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3638597Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3646917Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3655287Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3663557Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3673663Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3682253Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3689763Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:24:11.3775386Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.009s) 2022-09-27T16:24:11.3824389Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.3833563Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3846256Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3864749Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:24:11.3872854Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3881099Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3889713Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3897752Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3905904Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3914455Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3922734Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3931144Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.3938834Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.4978715Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.104s) 2022-09-27T16:24:11.5032957Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.5341842Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-09-27T16:24:11.5358297Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:24:11.5374450Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:24:11.5418085Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:24:11.5427367Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5762299Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.033s) 2022-09-27T16:24:11.5806128Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:24:11.5819805Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5832425Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5844900Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5857399Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5869722Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5881826Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5894127Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5906178Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5918594Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5931102Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5943445Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5955704Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5967870Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5980433Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.5992904Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6005490Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6018057Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6030884Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6044105Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6057381Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6070635Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6082940Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6095451Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6107592Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.6113378Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:24:11.6155028Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:24:11.6195245Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:24:11.6244866Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.6289485Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:24:11.6658765Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-09-27T16:24:11.7009176Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.035s) 2022-09-27T16:24:11.7124644Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.012s) 2022-09-27T16:24:11.7134275Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7173328Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:24:11.7227866Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.7277974Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:24:11.7299249Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:24:11.7314156Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7329078Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7343826Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7360893Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:24:11.7425451Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:24:11.7497795Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:24:11.7535022Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7571937Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7608781Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7645681Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7682375Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7719802Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7756589Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7793464Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7830653Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7867813Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7904736Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:24:11.7919276Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7934003Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7948445Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7963031Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7977625Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.7992101Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8006416Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8020897Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8035390Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8049934Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8064409Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8078959Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8089133Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8099214Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8109334Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8119417Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8129675Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8139777Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8150237Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8160258Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8170406Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8180447Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8190625Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8200684Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8211005Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8221071Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8231957Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8242122Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8252444Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8262735Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8273188Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8283535Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8294159Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8304479Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8315075Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8325525Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8335722Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8345953Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8356394Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8366487Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8376760Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8386837Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8397127Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8407402Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8418204Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8428439Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8438606Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8448850Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8459310Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8469718Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8480015Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8490410Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8500606Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8511116Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8521587Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8532090Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8542361Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8552773Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8563041Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8573839Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:24:11.8591400Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:24:11.8591693Z 2022-09-27T16:24:11.8591935Z ---------------------------------------------------------------------- 2022-09-27T16:24:11.8592170Z Ran 439 tests in 30.002s 2022-09-27T16:24:11.8592287Z 2022-09-27T16:24:11.8595450Z OK (skipped=123) 2022-09-27T16:24:11.8595644Z 2022-09-27T16:24:11.8595814Z Generating XML reports... 2022-09-27T16:24:11.8700163Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927162341.xml 2022-09-27T16:24:11.8817183Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927162341.xml 2022-09-27T16:24:11.8960767Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927162341.xml 2022-09-27T16:24:12.1580993Z Running test_functional_autograd_benchmark ... [2022-09-27 16:24:12.157671] 2022-09-27T16:24:12.1581808Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:24:12.157753] 2022-09-27T16:24:13.3101727Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-09-27T16:24:13.3112082Z 2022-09-27T16:24:13.3112528Z Running tests... 2022-09-27T16:24:13.3112987Z ---------------------------------------------------------------------- 2022-09-27T16:24:14.5314335Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:24:17.5828522Z Results for model resnet18 on task vjp: nans (var: nan) 2022-09-27T16:24:21.7716625Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-09-27T16:24:23.0796973Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:24:23.2317091Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-09-27T16:24:23.2339232Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:24:24.3958989Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:24:24.5606726Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-09-27T16:24:24.5676633Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:24:25.7321635Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:24:26.4549649Z Results for model wav2letter on task vjp: nans (var: nan) 2022-09-27T16:24:27.7803279Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-09-27T16:24:29.0423774Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:24:32.1077194Z Results for model transformer on task vjp: nans (var: nan) 2022-09-27T16:24:36.3380879Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-09-27T16:24:37.6439024Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:24:37.8205412Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-09-27T16:24:37.8291081Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-09-27T16:24:38.0849509Z ok (24.773s) 2022-09-27T16:24:38.0861000Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:24:38.0862323Z 2022-09-27T16:24:38.0862828Z ---------------------------------------------------------------------- 2022-09-27T16:24:38.0863113Z Ran 2 tests in 24.775s 2022-09-27T16:24:38.0865138Z 2022-09-27T16:24:38.0865431Z OK (skipped=1) 2022-09-27T16:24:38.0865548Z 2022-09-27T16:24:38.0865643Z Generating XML reports... 2022-09-27T16:24:38.0896635Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927162413.xml 2022-09-27T16:24:38.3839149Z Running test_autograd ... [2022-09-27 16:24:38.383551] 2022-09-27T16:24:38.3839665Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:24:38.383630] 2022-09-27T16:24:40.5327886Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-09-27T16:24:40.5367041Z 2022-09-27T16:24:40.5367189Z Running tests... 2022-09-27T16:24:40.5367631Z ---------------------------------------------------------------------- 2022-09-27T16:24:40.5415246Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:40.5441690Z test_accumulate_grad (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:199: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1061.) 2022-09-27T16:24:40.5442689Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-09-27T16:24:40.5445630Z ok (0.003s) 2022-09-27T16:24:40.5479133Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:40.5498274Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:40.5511001Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3640: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-09-27T16:24:40.5511634Z with detect_anomaly(): 2022-09-27T16:24:40.5524507Z ok (0.003s) 2022-09-27T16:24:40.5555275Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:40.5686974Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:24:40.5707561Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:40.5720346Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:40.8060340Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.234s) 2022-09-27T16:24:40.8083874Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:40.8135479Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:40.8230033Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:24:40.9441274Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.121s) 2022-09-27T16:24:40.9624149Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.018s) 2022-09-27T16:24:40.9659162Z test_backward (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:40.9668387Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:40.9693293Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:40.9707617Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:40.9716565Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:40.9729813Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:40.9742081Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:40.9795975Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:40.9806443Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:40.9862705Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:40.9890953Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:40.9908027Z test_calculate_shape_util (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:24:40.9908722Z r = func(*args, **kwargs) 2022-09-27T16:24:40.9910389Z ok (0.002s) 2022-09-27T16:24:40.9925130Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:40.9947486Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:40.9967226Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:40.9984709Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:24:40.9989376Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-09-27T16:24:41.0010784Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.002s) 2022-09-27T16:24:41.0015192Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-09-27T16:24:41.0015845Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-09-27T16:24:41.0025235Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-09-27T16:24:41.0047289Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-09-27T16:24:41.0054902Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-09-27T16:24:41.0072044Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-09-27T16:24:41.0092063Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:41.0101680Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-09-27T16:24:41.0121572Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.003s) 2022-09-27T16:24:41.0144332Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:41.0173280Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:41.0187690Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-09-27T16:24:41.0192710Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:24:41.0206511Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-09-27T16:24:41.0211437Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:24:41.0231446Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.002s) 2022-09-27T16:24:41.0237898Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-09-27T16:24:41.0247140Z Ensures that gradient hooks are only called once per tensor. ... ok (0.001s) 2022-09-27T16:24:41.3832488Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.358s) 2022-09-27T16:24:41.3991734Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:24:41.4031197Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:41.5307638Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.127s) 2022-09-27T16:24:41.5337979Z test_custom_function_error (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:41.5352715Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:41.5635646Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.028s) 2022-09-27T16:24:41.5730242Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:24:41.5773924Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:41.5956352Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.018s) 2022-09-27T16:24:41.6074393Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.012s) 2022-09-27T16:24:41.6089518Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:41.6109870Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:41.6262261Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.015s) 2022-09-27T16:24:41.6305493Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:41.6429594Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.012s) 2022-09-27T16:24:41.6493451Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:41.8142364Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.165s) 2022-09-27T16:24:41.8192357Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:41.8214361Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:41.8231500Z test_dependent_backward (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:41.8292483Z test_detach (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:41.8297609Z test_detach_base (__main__.TestAutograd) 2022-09-27T16:24:41.8303550Z detaching base does not detach view ... ok (0.001s) 2022-09-27T16:24:41.8360956Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:41.8372566Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:41.8383124Z test_diagonal_expanded_v (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:24:41.8384019Z r = func(*args, **kwargs) 2022-09-27T16:24:41.8389578Z ok (0.002s) 2022-09-27T16:24:41.8433788Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:41.8445191Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:41.8464368Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:41.8473511Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:45.2955835Z test_free_deep_graph (__main__.TestAutograd) ... ok (3.448s) 2022-09-27T16:24:47.5546577Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (2.259s) 2022-09-27T16:24:49.5821792Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (2.027s) 2022-09-27T16:24:49.6507359Z test_function (__main__.TestAutograd) ... ok (0.069s) 2022-09-27T16:24:49.6541586Z test_function_returns_input (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:49.6558425Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:49.6563778Z test_gc_in_destructor (__main__.TestAutograd) 2022-09-27T16:24:50.2536582Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.598s) 2022-09-27T16:24:50.2580811Z test_grad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:50.2594149Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:50.2626830Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:50.2655091Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:50.2820231Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:24:50.2832613Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:50.2871391Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:50.2905541Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:50.2936336Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:50.2954078Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:50.2979370Z test_grad_nonleaf (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:24:50.2981379Z r = func(*args, **kwargs) 2022-09-27T16:24:50.3003929Z ok (0.005s) 2022-09-27T16:24:50.3024881Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:50.3064801Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:50.3090230Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:50.3110775Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:50.3478292Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.037s) 2022-09-27T16:24:50.3985965Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.051s) 2022-09-27T16:24:50.4000536Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-09-27T16:24:50.4370040Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.038s) 2022-09-27T16:24:50.4386942Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:24:50.4388231Z f'Input #{idx} requires gradient and ' 2022-09-27T16:24:50.4429864Z ok (0.006s) 2022-09-27T16:24:50.4604551Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.017s) 2022-09-27T16:24:50.4621305Z test_gradcheck_custom_error (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:24:50.4622510Z f'Input #{idx} requires gradient and ' 2022-09-27T16:24:50.4871425Z ok (0.027s) 2022-09-27T16:24:50.4980174Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:24:50.6825940Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.184s) 2022-09-27T16:24:50.6951264Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:24:50.7087265Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:24:50.7218823Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:24:50.7327807Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-09-27T16:24:50.7328597Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:24:50.7328974Z ok (0.011s) 2022-09-27T16:24:50.7435937Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-09-27T16:24:50.7436693Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:24:50.7437162Z ok (0.011s) 2022-09-27T16:24:50.7456032Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:24:50.7456584Z f'Input #{idx} requires gradient and ' 2022-09-27T16:24:50.8161975Z ok (0.073s) 2022-09-27T16:24:50.8179915Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:24:50.8180479Z f'Input #{idx} requires gradient and ' 2022-09-27T16:24:50.8485430Z ok (0.032s) 2022-09-27T16:24:50.9881341Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.140s) 2022-09-27T16:24:50.9920288Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:51.0179748Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.026s) 2022-09-27T16:24:51.0193106Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:24:51.0193706Z r = func(*args, **kwargs) 2022-09-27T16:24:51.0264015Z expected failure (0.008s) 2022-09-27T16:24:51.0340275Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:24:51.0355770Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:24:51.0356926Z f'Input #{idx} requires gradient and ' 2022-09-27T16:24:51.0363783Z ok (0.002s) 2022-09-27T16:24:51.0498790Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:24:51.0580223Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:24:51.0667034Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:24:51.0779966Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:24:51.0790745Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-09-27T16:24:51.0822925Z test_hessian_vector (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:51.0840710Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.0851942Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.0890476Z test_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:51.0911352Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.0922905Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.1281681Z test_indexing (__main__.TestAutograd) ... ok (0.036s) 2022-09-27T16:24:51.1329065Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:51.1559909Z test_inplace (__main__.TestAutograd) ... ok (0.023s) 2022-09-27T16:24:51.1675643Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.012s) 2022-09-27T16:24:51.1724076Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:51.1761551Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:51.1774070Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.2560866Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.078s) 2022-09-27T16:24:51.2579756Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.2630773Z test_integer_outputs (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:51.2681781Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:51.2694243Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.2715619Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.2727195Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.2753250Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:24:51.2765673Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.2784195Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.2796687Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.2810493Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.2846958Z test_multi_backward (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:51.2858718Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.2870103Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1095: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1694.) 2022-09-27T16:24:51.2871138Z return super(Tensor, self).refine_names(names) 2022-09-27T16:24:51.2877942Z ok (0.002s) 2022-09-27T16:24:51.2903273Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.002s) 2022-09-27T16:24:51.3006199Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:24:51.3018340Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.3077448Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:51.3098195Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.3115233Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.3132340Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.3141939Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.3164273Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.3194357Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2322: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-09-27T16:24:51.3195664Z "Argument order of nn.functional.embedding_bag was changed. " 2022-09-27T16:24:51.3227426Z ok (0.006s) 2022-09-27T16:24:51.3238787Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.3295931Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:51.3302122Z test_no_grad_python_function (__main__.TestAutograd) 2022-09-27T16:24:51.3308189Z Python Functions should respect grad mode. ... ok (0.001s) 2022-09-27T16:24:51.3383533Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:24:51.3397936Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:51.3437672Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:51.3475446Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:24:51.3535672Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:51.3561418Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:51.3586719Z test_once_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.3647777Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:51.3714707Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:24:51.3770862Z test_pickle (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:51.3788959Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.3813200Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.3826849Z test_profiler (__main__.TestAutograd) ... STAGE:2022-09-27 16:24:51 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:51.3829895Z STAGE:2022-09-27 16:24:51 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:51.3836892Z ok (0.002s) 2022-09-27T16:24:51.3853353Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:51.3869756Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... 2022-09-27T16:24:51.3877585Z STAGE:2022-09-27 16:24:51 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:51.4203143Z STAGE:2022-09-27 16:24:51 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:51.9676246Z =================================================================================================================================================================== 2022-09-27T16:24:51.9676604Z TEST 2022-09-27T16:24:51.9677388Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:51.9678204Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:24:51.9679279Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:51.9679856Z aten::lstm 0.99% 173.000us 5.67% 994.000us 994.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9680161Z aten::lstm 0.95% 167.000us 4.89% 857.000us 857.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9680430Z aten::lstm 0.95% 167.000us 4.83% 846.000us 846.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9682190Z aten::lstm 0.94% 165.000us 4.67% 818.000us 818.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9682749Z aten::lstm 0.93% 163.000us 4.68% 820.000us 820.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9683219Z aten::lstm 0.92% 162.000us 4.89% 857.000us 857.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9683703Z aten::lstm 0.92% 162.000us 4.84% 848.000us 848.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9684421Z aten::lstm 0.92% 161.000us 4.71% 825.000us 825.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9684903Z aten::lstm 0.90% 157.000us 4.95% 867.000us 867.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9685375Z aten::lstm 0.88% 155.000us 4.89% 857.000us 857.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:51.9686447Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:51.9687060Z Self CPU time total: 17.519ms 2022-09-27T16:24:51.9687281Z 2022-09-27T16:24:52.1943077Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.1943904Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:24:52.1944870Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.1945559Z aten::lstm 17.58% 3.079ms 96.88% 16.973ms 848.650us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.1946043Z aten::addmm 10.78% 1.889ms 13.15% 2.303ms 11.515us 200 [[80], [3, 20], [20, 80], [], []] 2022-09-27T16:24:52.1946537Z aten::mul 8.63% 1.512ms 8.63% 1.512ms 2.520us 600 [[3, 20], [3, 20]] 2022-09-27T16:24:52.1947020Z aten::sigmoid_ 8.21% 1.439ms 8.21% 1.439ms 2.398us 600 [[3, 20]] 2022-09-27T16:24:52.1947508Z aten::unsafe_split 6.17% 1.081ms 13.82% 2.421ms 12.105us 200 [[3, 80], [], []] 2022-09-27T16:24:52.1947982Z aten::slice 4.82% 845.000us 4.83% 847.000us 1.059us 800 [[3, 80], [], [], [], []] 2022-09-27T16:24:52.1948515Z aten::tanh_ 3.73% 653.000us 3.73% 653.000us 3.265us 200 [[3, 20]] 2022-09-27T16:24:52.1948988Z aten::tanh 3.37% 591.000us 3.37% 591.000us 2.955us 200 [[3, 20]] 2022-09-27T16:24:52.1949464Z aten::linear 3.04% 533.000us 19.24% 3.371ms 16.855us 200 [[3, 20], [80, 20], [80]] 2022-09-27T16:24:52.1949935Z aten::t 2.82% 494.000us 4.13% 723.000us 3.286us 220 [[80, 20]] 2022-09-27T16:24:52.1950834Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.1951416Z Self CPU time total: 17.519ms 2022-09-27T16:24:52.1951631Z 2022-09-27T16:24:52.3738999Z =================================================================================================================================================================== 2022-09-27T16:24:52.3739359Z TEST 2022-09-27T16:24:52.3739684Z =================================================================================================================================================================== 2022-09-27T16:24:52.3740598Z This report only display top-level ops statistics 2022-09-27T16:24:52.3741513Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.3742142Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:24:52.3742773Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.3743187Z aten::lstm 0.99% 173.000us 5.67% 994.000us 994.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3743480Z aten::lstm 0.95% 167.000us 4.89% 857.000us 857.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3743777Z aten::lstm 0.95% 167.000us 4.83% 846.000us 846.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3744067Z aten::lstm 0.94% 165.000us 4.67% 818.000us 818.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3744350Z aten::lstm 0.93% 163.000us 4.68% 820.000us 820.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3744640Z aten::lstm 0.92% 162.000us 4.89% 857.000us 857.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3744943Z aten::lstm 0.92% 162.000us 4.84% 848.000us 848.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3745230Z aten::lstm 0.92% 161.000us 4.71% 825.000us 825.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3745508Z aten::lstm 0.90% 157.000us 4.95% 867.000us 867.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3745785Z aten::lstm 0.88% 155.000us 4.89% 857.000us 857.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.3746302Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.3746640Z Self CPU time total: 17.519ms 2022-09-27T16:24:52.3746763Z 2022-09-27T16:24:52.5999720Z =================================================================================================================================================================== 2022-09-27T16:24:52.6000369Z This report only display top-level ops statistics 2022-09-27T16:24:52.6001125Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.6001570Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:24:52.6002132Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.6002551Z aten::lstm 17.58% 3.079ms 96.88% 16.973ms 848.650us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:24:52.6003070Z aten::randn 1.80% 316.000us 3.04% 533.000us 8.883us 60 [[], [], [], [], []] 2022-09-27T16:24:52.6003590Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:24:52.6003928Z Self CPU time total: 17.519ms 2022-09-27T16:24:52.6004053Z 2022-09-27T16:24:52.6004171Z Total time based on python measurements: 20.469ms 2022-09-27T16:24:52.6306337Z CPU time measurement python side overhead: 16.84% 2022-09-27T16:24:52.6380594Z STAGE:2022-09-27 16:24:52 4080:4080 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:24:52.6476807Z ok (1.262s) 2022-09-27T16:24:52.6482938Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-09-27T16:24:52.6490383Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-09-27 16:24:52 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:52.6493365Z STAGE:2022-09-27 16:24:52 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:52.6503316Z ok (0.003s) 2022-09-27T16:24:52.6519808Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:52.7009201Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-09-27 16:24:52 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:52.7020075Z STAGE:2022-09-27 16:24:52 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:52.7028454Z ok (0.051s) 2022-09-27T16:24:52.7049135Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:24:52.7061182Z test_profiler_shapes (__main__.TestAutograd) ... 2022-09-27T16:24:52.7066910Z STAGE:2022-09-27 16:24:52 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:52.7073444Z STAGE:2022-09-27 16:24:52 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:52.7089155Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:24:52.7090177Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:24:52.7091348Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:24:52.7092176Z aten::linear 2.84% 5.000us 50.00% 88.000us 88.000us 1 [[128, 20], [30, 20], [30]] 2022-09-27T16:24:52.7092775Z aten::t 7.95% 14.000us 11.93% 21.000us 21.000us 1 [[30, 20]] 2022-09-27T16:24:52.7093379Z aten::transpose 2.84% 5.000us 3.98% 7.000us 7.000us 1 [[30, 20], [], []] 2022-09-27T16:24:52.7093967Z aten::as_strided 1.14% 2.000us 1.14% 2.000us 2.000us 1 [[30, 20], [], [], []] 2022-09-27T16:24:52.7094565Z aten::addmm 28.41% 50.000us 35.23% 62.000us 62.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-09-27T16:24:52.7095157Z aten::expand 2.27% 4.000us 2.27% 4.000us 4.000us 1 [[30], [], []] 2022-09-27T16:24:52.7095746Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-09-27T16:24:52.7096636Z aten::copy_ 4.55% 8.000us 4.55% 8.000us 8.000us 1 [[128, 30], [128, 30], []] 2022-09-27T16:24:52.7097206Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:24:52.7097804Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-09-27T16:24:52.7098500Z aten::linear 1.14% 2.000us 50.00% 88.000us 88.000us 1 [[128, 30], [40, 30], [40]] 2022-09-27T16:24:52.7099087Z aten::t 2.27% 4.000us 3.41% 6.000us 6.000us 1 [[40, 30]] 2022-09-27T16:24:52.7099689Z aten::transpose 1.14% 2.000us 1.14% 2.000us 2.000us 1 [[40, 30], [], []] 2022-09-27T16:24:52.7100263Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40, 30], [], [], []] 2022-09-27T16:24:52.7100837Z aten::addmm 42.05% 74.000us 45.45% 80.000us 80.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-09-27T16:24:52.7101425Z aten::expand 0.57% 1.000us 0.57% 1.000us 1.000us 1 [[40], [], []] 2022-09-27T16:24:52.7102014Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-09-27T16:24:52.7102603Z aten::copy_ 2.84% 5.000us 2.84% 5.000us 5.000us 1 [[128, 40], [128, 40], []] 2022-09-27T16:24:52.7103177Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-09-27T16:24:52.7103769Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:24:52.7104808Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:24:52.7105513Z Self CPU time total: 176.000us 2022-09-27T16:24:52.7105774Z 2022-09-27T16:24:52.7105901Z ok (0.004s) 2022-09-27T16:24:52.7106851Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-09-27 16:24:52 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:52.7107893Z STAGE:2022-09-27 16:24:52 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:52.7108490Z ok (0.001s) 2022-09-27T16:24:53.8763772Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (1.166s) 2022-09-27T16:24:53.8793932Z test_record_function (__main__.TestAutograd) ... STAGE:2022-09-27 16:24:53 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:53.8798283Z STAGE:2022-09-27 16:24:53 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:53.8817731Z STAGE:2022-09-27 16:24:53 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:53.8820485Z STAGE:2022-09-27 16:24:53 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:53.8824885Z ok (0.006s) 2022-09-27T16:24:53.8837637Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-09-27 16:24:53 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:53.8841317Z STAGE:2022-09-27 16:24:53 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:53.8849369Z ok (0.002s) 2022-09-27T16:24:53.8860005Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.8871744Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-09-27 16:24:53 4080:4080 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:24:53.8877377Z STAGE:2022-09-27 16:24:53 4080:4080 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:24:53.8883631Z ok (0.002s) 2022-09-27T16:24:53.8903477Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.8932176Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:53.8944627Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.8956635Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.8968596Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.8983610Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.9002156Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9016725Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.9034737Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9046370Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.9074618Z test_retain_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:53.9086164Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.9108389Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9128203Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9211867Z test_return_duplicate (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:24:53.9294385Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:24:53.9320696Z test_return_leaf (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:53.9340773Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9358185Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9392400Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:53.9409568Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9428953Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9448816Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9520470Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:24:53.9672814Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.015s) 2022-09-27T16:24:53.9692421Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9708368Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9754127Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:53.9769511Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.9838668Z test_select_sum (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:24:53.9847411Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:53.9876582Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:53.9905776Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:53.9931562Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:53.9950451Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9967139Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9983276Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:53.9994630Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:54.0014252Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:54.0033765Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:54.0266124Z test_setitem (__main__.TestAutograd) ... ok (0.023s) 2022-09-27T16:24:54.0321355Z test_setitem_mask (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:24:54.0329545Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:54.0351068Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:54.0361303Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:54.0424660Z test_sharded_grad (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:54.0444236Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:54.0459544Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:54.0473824Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:54.0489782Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:54.0505511Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:54.0522558Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:54.0535967Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:54.0550372Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:54.0786900Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.024s) 2022-09-27T16:24:54.0801360Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:24:54.0802783Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:24:54.0803358Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:24:54.0803704Z should be replaced with 2022-09-27T16:24:54.0804221Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:24:54.0804589Z and 2022-09-27T16:24:54.0804903Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:24:54.0805271Z should be replaced with 2022-09-27T16:24:54.0806122Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:24:54.0806717Z r = func(*args, **kwargs) 2022-09-27T16:24:54.0849812Z ok (0.006s) 2022-09-27T16:24:54.0862896Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:55.2274826Z test_thread_shutdown (__main__.TestAutograd) ... ok (1.141s) 2022-09-27T16:24:55.2302754Z test_too_many_grads (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:55.2361217Z test_type_conversions (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:24:55.2459073Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:24:55.2484044Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:55.2517327Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:24:55.3715506Z test_variable_traverse (__main__.TestAutograd) ... ok (0.120s) 2022-09-27T16:24:55.3734962Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:24:55.3745032Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:24:55.3789762Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.004s) 2022-09-27T16:24:55.3866715Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.008s) 2022-09-27T16:24:55.3878746Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:24:55.3890170Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.3901743Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:24:55.3914247Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.3924940Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.3936172Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.3951317Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.3962818Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:24:55.3971717Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:24:55.4069323Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:24:55.4078582Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:24:55.4118829Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:24:55.4131782Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.4145029Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:24:55.4146006Z r = func(*args, **kwargs) 2022-09-27T16:24:55.4146194Z ok (0.001s) 2022-09-27T16:24:55.4158261Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.4323199Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:24:55.4401371Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:24:55.4477115Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:24:55.4581302Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:24:55.4595864Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.4635660Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:24:55.4650366Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.4690676Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:24:55.4703720Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.4857591Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:24:55.4869248Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.4877561Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:24:55.4912708Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:24:55.4988716Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:24:55.4999821Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.5012301Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.5021531Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:24:55.5029800Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:24:55.5064195Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:24:55.5074836Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:24:55.5091007Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:24:55.5107419Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:24:55.5116999Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:24:55.5132230Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:24:55.5132792Z r = func(*args, **kwargs) 2022-09-27T16:24:55.5191979Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:24:55.5192418Z r = func(*args, **kwargs) 2022-09-27T16:24:55.5248075Z ok (0.013s) 2022-09-27T16:24:55.5427629Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:24:55.5444582Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:24:55.5460969Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:24:55.5499611Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:24:55.5538893Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:24:55.5576600Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:24:55.5614064Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:24:55.5630643Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:24:55.5683130Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:24:55.5728105Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:24:55.6149689Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:24:55.6396336Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:24:55.6414116Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:24:55.6471164Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:24:55.6485423Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:24:55.6495744Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:24:55.6529217Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:24:55.6687726Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:24:55.6819890Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:24:55.6879213Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-09-27T16:24:55.6890391Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.6912513Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:24:55.6988170Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-09-27T16:24:55.7100559Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-09-27T16:24:55.7118129Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:24:55.7126342Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7140303Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7160992Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:24:55.7176738Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7187780Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7208391Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:24:55.7235178Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:24:55.7277854Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:24:55.7291786Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7306010Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7318360Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7330969Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7358013Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:24:55.7367176Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:24:55.7422118Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-09-27T16:24:55.7444715Z test_print (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:24:55.7482276Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:24:55.7519484Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:24:55.7543099Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:24:55.7577247Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:24:55.7621126Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:24:55.7636762Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:24:55.7652176Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:24:55.7705978Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-09-27T16:24:55.7817199Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.011s) 2022-09-27T16:24:55.7828721Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:24:55.7902303Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:24:55.7907967Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-09-27T16:24:55.7913343Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:24:55.8081309Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-09-27T16:24:55.9874412Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.179s) 2022-09-27T16:24:56.9340081Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.947s) 2022-09-27T16:24:57.0472129Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.113s) 2022-09-27T16:24:57.5002185Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.453s) 2022-09-27T16:24:57.5050713Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:24:57.5153575Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:24:57.5166448Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:24:57.5186611Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:24:57.5246613Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:24:57.5420357Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-09-27T16:24:57.5464645Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:24:57.5558305Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:24:57.5596050Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:24:57.5711793Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:24:57.5747849Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:24:57.5858755Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:24:57.5905197Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:24:57.6055906Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-09-27T16:24:57.6092316Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:24:57.6175586Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:24:57.6209117Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:57.6316362Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:24:57.6343985Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:57.6407377Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:24:57.6624187Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-09-27T16:24:57.7871685Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.125s) 2022-09-27T16:24:57.7946411Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:24:57.8301425Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.035s) 2022-09-27T16:24:57.8408065Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:24:57.8783148Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.037s) 2022-09-27T16:24:57.8797951Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:24:57.8829138Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:58.0327567Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.150s) 2022-09-27T16:24:58.5937340Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.561s) 2022-09-27T16:24:58.5987636Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:24:58.6085584Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:24:58.6120618Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:58.6185419Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:24:58.6221251Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:24:58.6305483Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:24:58.6335706Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:58.6400259Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:24:58.6432574Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:58.6505452Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:24:58.7411739Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.091s) 2022-09-27T16:24:59.1272942Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.386s) 2022-09-27T16:24:59.2031760Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.076s) 2022-09-27T16:24:59.4868190Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.283s) 2022-09-27T16:24:59.4913894Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:24:59.5007088Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:24:59.5015688Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:24:59.5025331Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:24:59.5063754Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:24:59.5157167Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:24:59.5186624Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:59.5241131Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:24:59.5271738Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:59.5360255Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:24:59.5387122Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:59.5456501Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:24:59.5503465Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:24:59.5617419Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:24:59.5655156Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:24:59.5731537Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:24:59.5752519Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:24:59.5801714Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:24:59.5819840Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:24:59.5854568Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:59.5859548Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:24:59.5864262Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:24:59.5897442Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:24:59.6010356Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:24:59.6068682Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:24:59.6281339Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-09-27T16:24:59.6427179Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-09-27T16:24:59.7121698Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.069s) 2022-09-27T16:24:59.7182291Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:24:59.7408893Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-09-27T16:24:59.7489246Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:24:59.7767819Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.028s) 2022-09-27T16:24:59.7885622Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-09-27T16:24:59.8319620Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.043s) 2022-09-27T16:24:59.8330560Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:24:59.8350372Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:24:59.9560352Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.121s) 2022-09-27T16:25:00.3714287Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.415s) 2022-09-27T16:25:00.3743376Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:00.3782191Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:25:00.3817555Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:00.3884959Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:25:00.3906356Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:25:00.3942461Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:25:00.3975009Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:00.4041413Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:25:00.4066313Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:25:00.4115942Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:25:00.5500489Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.138s) 2022-09-27T16:25:01.0659468Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.516s) 2022-09-27T16:25:01.0701580Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:25:01.0771724Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:25:01.0805058Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:01.0868576Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:25:01.0903034Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:01.0981265Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:25:01.1008585Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:01.1063385Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:25:01.1086593Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:25:01.1133082Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:25:01.2257648Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.112s) 2022-09-27T16:25:01.5998706Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.374s) 2022-09-27T16:25:01.6026080Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:01.6065003Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:25:01.6098250Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:01.6159447Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:25:01.6189834Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:01.6257767Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:25:01.6288041Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:25:01.6344846Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:25:01.6365918Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:25:01.6402495Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:25:01.6411069Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6424552Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6480650Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-09-27T16:25:01.6556871Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-09-27T16:25:01.6618935Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-09-27T16:25:01.6628016Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6640216Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6649200Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6658412Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6727027Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-09-27T16:25:01.6736769Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6747405Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6792665Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-09-27T16:25:01.6886974Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-09-27T16:25:01.6898839Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6918924Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:25:01.6932497Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:25:01.6949952Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:25:01.6998742Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-09-27T16:25:01.7028922Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-09-27T16:25:01.7058911Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-09-27T16:25:01.7069712Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-09-27T16:25:01.7130146Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.006s) 2022-09-27T16:25:01.7154317Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-09-27T16:25:01.8735102Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.158s) 2022-09-27T16:25:01.8751095Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-09-27T16:25:01.8931175Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.018s) 2022-09-27T16:25:01.8940258Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-09-27T16:25:01.8956841Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-09-27T16:25:01.8970195Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-09-27T16:25:01.9176667Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.021s) 2022-09-27T16:25:01.9237252Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-09-27T16:25:01.9334693Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.010s) 2022-09-27T16:25:01.9335012Z 2022-09-27T16:25:01.9335490Z ---------------------------------------------------------------------- 2022-09-27T16:25:01.9335942Z Ran 503 tests in 21.397s 2022-09-27T16:25:01.9336086Z 2022-09-27T16:25:01.9336182Z OK (skipped=24, expected failures=2) 2022-09-27T16:25:01.9336305Z 2022-09-27T16:25:01.9336390Z Generating XML reports... 2022-09-27T16:25:01.9546773Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927162440.xml 2022-09-27T16:25:01.9550230Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927162440.xml 2022-09-27T16:25:01.9604512Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220927162440.xml 2022-09-27T16:25:01.9624324Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927162440.xml 2022-09-27T16:25:01.9629577Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927162440.xml 2022-09-27T16:25:01.9711110Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927162440.xml 2022-09-27T16:25:01.9724934Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927162440.xml 2022-09-27T16:25:01.9730749Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220927162440.xml 2022-09-27T16:25:01.9738158Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927162440.xml 2022-09-27T16:25:02.3791143Z Running test_testing ... [2022-09-27 16:25:02.378692] 2022-09-27T16:25:02.3791663Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:25:02.378773] 2022-09-27T16:25:04.4885857Z Test results will be stored in test-reports/python-unittest/test_testing 2022-09-27T16:25:04.4911653Z 2022-09-27T16:25:04.4911747Z Running tests... 2022-09-27T16:25:04.4912165Z ---------------------------------------------------------------------- 2022-09-27T16:25:04.4955362Z test_bool (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.4993866Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5202728Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.021s) 2022-09-27T16:25:04.5213111Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:25:04.5246269Z test_matching_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:25:04.5282862Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5313015Z test_matching_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:25:04.5332768Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.5366067Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:25:04.5385902Z test_meta (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.5408858Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.5445888Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5462001Z test_mismatching_layout (__main__.TestAssertClose) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:25:04.5463004Z r = func(*args, **kwargs) 2022-09-27T16:25:04.5496672Z ok (0.005s) 2022-09-27T16:25:04.5599732Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.010s) 2022-09-27T16:25:04.5618911Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.5642806Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.5680098Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5696468Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.5733502Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5746567Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:25:04.5783236Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5823362Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5863830Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5872736Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:25:04.5892820Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.5930702Z test_numpy (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:25:04.5944206Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:25:04.5957750Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:25:04.5989908Z test_scalar (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:25:04.6007433Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.6018458Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:25:04.6036636Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:25:04.6064694Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:25:04.6073284Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:25:04.6088018Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:25:04.6095585Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:25:04.6110342Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:25:04.6173723Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-09-27T16:25:04.6188056Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:25:04.6253640Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-09-27T16:25:04.6267106Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:25:04.6328015Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-09-27T16:25:04.6389003Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-09-27T16:25:04.6427283Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-09-27T16:25:04.6464291Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-09-27T16:25:04.6634697Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.017s) 2022-09-27T16:25:04.6695437Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-09-27T16:25:04.6758514Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-09-27T16:25:04.6772924Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:25:04.6836757Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-09-27T16:25:04.6902587Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-09-27T16:25:04.6943258Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.004s) 2022-09-27T16:25:04.6981756Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.004s) 2022-09-27T16:25:04.7001557Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:25:04.7024530Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:25:04.7073695Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-09-27T16:25:04.7155076Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.007s) 2022-09-27T16:25:04.7214797Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.007s) 2022-09-27T16:25:04.7295725Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.008s) 2022-09-27T16:25:04.7344029Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-09-27T16:25:04.7417175Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.007s) 2022-09-27T16:25:04.7485070Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.007s) 2022-09-27T16:25:04.7565273Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.008s) 2022-09-27T16:25:04.7608204Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-09-27T16:25:04.7649346Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-09-27T16:25:04.7717587Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.007s) 2022-09-27T16:25:04.7753300Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-09-27T16:25:04.7787320Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-09-27T16:25:04.7860095Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.007s) 2022-09-27T16:25:04.7908735Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-09-27T16:25:04.7976780Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.007s) 2022-09-27T16:25:04.8049975Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.007s) 2022-09-27T16:25:04.8129378Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.008s) 2022-09-27T16:25:04.8177289Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-09-27T16:25:04.8251383Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.007s) 2022-09-27T16:25:04.8318419Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.007s) 2022-09-27T16:25:04.8397315Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.008s) 2022-09-27T16:25:11.2721699Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (6.432s) 2022-09-27T16:25:11.2737015Z test_circular_dependencies (__main__.TestImports) 2022-09-27T16:25:13.2228490Z Checks that all modules inside torch can be imported ... No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:25:13.3966445Z ok (2.124s) 2022-09-27T16:25:14.5491788Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1815: DeprecationWarning: Please use assertEqual instead. 2022-09-27T16:25:14.5492142Z self.assertEquals(out, "") 2022-09-27T16:25:14.5493329Z ok (1.153s) 2022-09-27T16:25:14.5522993Z test_default_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:25:14.5536017Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5547625Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5569399Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:25:14.5581914Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5589241Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5597650Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:25:14.5604951Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5620806Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:25:14.5629910Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:25:14.5638926Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:25:14.5647840Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:25:14.5656398Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5664625Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5673497Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:25:14.5681952Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5690320Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:25:14.5699249Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:25:14.5721535Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:25:14.5739877Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:25:14.5756144Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:25:14.5776578Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:25:14.5800480Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:25:15.2041372Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.624s) 2022-09-27T16:25:15.2051614Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:25:15.2060620Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:25:15.2068928Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:25:15.2087209Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:25:15.2097338Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:25:15.2107309Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:25:15.2117600Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:25:15.2126605Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:25:15.2135872Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:25:15.2145741Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:25:15.2154998Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:25:15.2164146Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:25:15.2174107Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:25:15.2189026Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:25:15.2205452Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:25:15.2269368Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:25:15.2341791Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:25:15.2412508Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:25:15.2479483Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:25:15.2547508Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:25:15.2614500Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:25:15.2674401Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:25:15.2734655Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:25:15.2792429Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:25:15.2851530Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:25:15.2910811Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:25:15.2919716Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:15.2927446Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:15.2935812Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:25:15.3691873Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.076s) 2022-09-27T16:25:15.3778015Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.3863807Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.3951196Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.4036683Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.4122356Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.4208517Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.4294057Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.4379985Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.4466285Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.009s) 2022-09-27T16:25:15.4480724Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:25:15.4560915Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:25:15.4642325Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:25:15.4651051Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:25:15.4686987Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:25:15.4723132Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:25:15.4757489Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:25:15.4778484Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:25:15.4811451Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:25:15.4849472Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:25:15.4887599Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-09-27T16:25:15.4920656Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:25:15.4934455Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:25:15.4948588Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:25:15.4962626Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:25:15.4976622Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:25:15.4990533Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:25:15.5004360Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:25:15.5004876Z r = func(*args, **kwargs) 2022-09-27T16:25:15.5008508Z ok (0.002s) 2022-09-27T16:25:15.5078868Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:25:15.5160795Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:25:15.5239879Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:25:15.5307110Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:25:15.5307526Z 2022-09-27T16:25:15.5307970Z ---------------------------------------------------------------------- 2022-09-27T16:25:15.5308432Z Ran 165 tests in 11.040s 2022-09-27T16:25:15.5308623Z 2022-09-27T16:25:15.5308768Z OK (skipped=3, expected failures=12) 2022-09-27T16:25:15.5308991Z 2022-09-27T16:25:15.5309137Z Generating XML reports... 2022-09-27T16:25:15.5357856Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927162504.xml 2022-09-27T16:25:15.5363757Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927162504.xml 2022-09-27T16:25:15.5376111Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927162504.xml 2022-09-27T16:25:15.5381450Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927162504.xml 2022-09-27T16:25:15.5386033Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927162504.xml 2022-09-27T16:25:15.5390333Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927162504.xml 2022-09-27T16:25:15.5396144Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927162504.xml 2022-09-27T16:25:15.5401518Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927162504.xml 2022-09-27T16:25:15.5405719Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927162504.xml 2022-09-27T16:25:15.5407920Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927162504.xml 2022-09-27T16:25:15.5411682Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20220927162504.xml 2022-09-27T16:25:15.5427273Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927162504.xml 2022-09-27T16:25:15.5444150Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927162504.xml 2022-09-27T16:25:15.5482584Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927162504.xml 2022-09-27T16:25:16.0937008Z Running test_jit_autocast ... [2022-09-27 16:25:16.093317] 2022-09-27T16:25:16.0937611Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:25:16.093398] 2022-09-27T16:25:18.6042753Z CUDA not available, skipping tests 2022-09-27T16:25:18.6096377Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:25:18.6592150Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-09-27T16:25:18.6607158Z 2022-09-27T16:25:18.6607257Z Running tests... 2022-09-27T16:25:18.6607779Z ---------------------------------------------------------------------- 2022-09-27T16:25:18.6620113Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6627641Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-09-27T16:25:18.6640676Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6645727Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-09-27T16:25:18.6650547Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.6659493Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6666469Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6672211Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6678193Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6683316Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.6691358Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-09-27T16:25:18.6697976Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6705612Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6711241Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6717014Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6724520Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6729033Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.6733748Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.6742715Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6752375Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.6857472Z test_ignore_amp (__main__.TestAutocast) ... ok (0.010s) 2022-09-27T16:25:18.6863009Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.6870578Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7456136Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.058s) 2022-09-27T16:25:18.7462778Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7475031Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7486821Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7497626Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7506996Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7513142Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-09-27T16:25:18.7518922Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7523910Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.7528767Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.7536919Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7543183Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7548329Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.7556532Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7564449Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-09-27T16:25:18.7569571Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.7574583Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:25:18.7580850Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7588016Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-09-27T16:25:18.7596983Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7602890Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:18.7609684Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-09-27T16:25:21.4796926Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (2.718s) 2022-09-27T16:25:21.6103459Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:25:21.6104431Z warnings.warn(msg, FutureWarning) 2022-09-27T16:25:25.2483267Z ok (3.767s) 2022-09-27T16:25:28.9498934Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.701s) 2022-09-27T16:25:29.0147316Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.065s) 2022-09-27T16:25:29.0210440Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:25:29.0968825Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.076s) 2022-09-27T16:25:29.1659671Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.069s) 2022-09-27T16:25:29.1659990Z 2022-09-27T16:25:29.1660542Z ---------------------------------------------------------------------- 2022-09-27T16:25:29.1660816Z Ran 52 tests in 10.505s 2022-09-27T16:25:29.1660933Z 2022-09-27T16:25:29.1661006Z OK (skipped=44) 2022-09-27T16:25:29.1661334Z 2022-09-27T16:25:29.1661567Z Generating XML reports... 2022-09-27T16:25:29.1729601Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927162518.xml 2022-09-27T16:25:29.1736864Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927162518.xml 2022-09-27T16:25:29.5748856Z Running test_mkldnn_fusion ... [2022-09-27 16:25:29.574548] 2022-09-27T16:25:29.5749362Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:25:29.574627] 2022-09-27T16:25:30.7785242Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-09-27T16:25:30.7795350Z 2022-09-27T16:25:30.7795495Z Running tests... 2022-09-27T16:25:30.7796677Z ---------------------------------------------------------------------- 2022-09-27T16:25:31.6187596Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (0.839s) 2022-09-27T16:25:32.8009314Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.182s) 2022-09-27T16:25:40.7251778Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (7.924s) 2022-09-27T16:25:40.7252121Z 2022-09-27T16:25:40.7252568Z ---------------------------------------------------------------------- 2022-09-27T16:25:40.7252945Z Ran 3 tests in 9.945s 2022-09-27T16:25:40.7253128Z 2022-09-27T16:25:40.7253230Z OK 2022-09-27T16:25:40.7253383Z 2022-09-27T16:25:40.7253523Z Generating XML reports... 2022-09-27T16:25:40.7288841Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927162530.xml 2022-09-27T16:25:41.0167696Z Running test_xnnpack_integration ... [2022-09-27 16:25:41.016410] 2022-09-27T16:25:41.0168241Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:25:41.016489] 2022-09-27T16:25:42.1982066Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-09-27T16:25:42.1997473Z 2022-09-27T16:25:42.1997726Z Running tests... 2022-09-27T16:25:42.1998165Z ---------------------------------------------------------------------- 2022-09-27T16:25:42.2016091Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:25:42.2037930Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:25:43.1644619Z test_conv2d (__main__.TestXNNPACKOps) ... ok (0.960s) 2022-09-27T16:25:44.6748312Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.510s) 2022-09-27T16:25:44.6762295Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-09-27T16:25:44.8652734Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.189s) 2022-09-27T16:25:44.9554178Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.090s) 2022-09-27T16:25:46.1284877Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.173s) 2022-09-27T16:25:46.1347953Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.006s) 2022-09-27T16:25:48.1005086Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (1.965s) 2022-09-27T16:25:50.4903821Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (2.389s) 2022-09-27T16:25:50.4923689Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-09-27T16:25:50.4924102Z 2022-09-27T16:25:50.4924556Z ---------------------------------------------------------------------- 2022-09-27T16:25:50.4924975Z Ran 12 tests in 8.293s 2022-09-27T16:25:50.4925161Z 2022-09-27T16:25:50.4925279Z OK (skipped=5) 2022-09-27T16:25:50.4925451Z 2022-09-27T16:25:50.4925579Z Generating XML reports... 2022-09-27T16:25:50.4953588Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927162542.xml 2022-09-27T16:25:50.4956640Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927162542.xml 2022-09-27T16:25:50.4961581Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927162542.xml 2022-09-27T16:25:50.4965425Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927162542.xml 2022-09-27T16:25:50.7812853Z Running test_spectral_ops ... [2022-09-27 16:25:50.780932] 2022-09-27T16:25:50.7813369Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:25:50.781011] 2022-09-27T16:25:53.8276500Z /opt/conda/lib/python3.7/site-packages/resampy/interpn.py:114: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled. 2022-09-27T16:25:53.8277076Z _resample_loop_p(x, t_out, interp_win, interp_delta, num_table, scale, y) 2022-09-27T16:26:01.5533070Z /opt/conda/lib/python3.7/site-packages/sklearn/utils/validation.py:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:26:01.5533580Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-09-27T16:26:01.8391123Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:26:01.8391604Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-09-27T16:26:01.8501111Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-09-27T16:26:01.8521647Z 2022-09-27T16:26:01.8521737Z Running tests... 2022-09-27T16:26:01.8522218Z ---------------------------------------------------------------------- 2022-09-27T16:26:01.8745542Z test_batch_istft_cpu (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T16:26:01.8746603Z r = func(*args, **kwargs) 2022-09-27T16:26:01.8760988Z ok (0.024s) 2022-09-27T16:26:01.9033163Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.027s) 2022-09-27T16:26:01.9352602Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:26:01.9523804Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:26:02.2610365Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.308s) 2022-09-27T16:26:02.3661910Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.105s) 2022-09-27T16:26:02.5656361Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.199s) 2022-09-27T16:26:02.5690734Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:26:02.5736080Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.5777717Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.5815477Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.5853202Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.5891395Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.5930263Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.5974198Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6018753Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6056804Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6095325Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6139960Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6183605Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6224383Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6265580Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6303231Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6340786Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6378089Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6415353Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6459691Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6497271Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6538285Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6582901Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6626880Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6665227Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6703604Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6748771Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6793552Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6834148Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6872107Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.6913670Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:02.7103817Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:26:02.8063200Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.096s) 2022-09-27T16:26:02.9503201Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.144s) 2022-09-27T16:26:03.0074154Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.057s) 2022-09-27T16:26:03.2190933Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.212s) 2022-09-27T16:26:03.4725783Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.253s) 2022-09-27T16:26:03.4778269Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.4828821Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.4878387Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.4928203Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.4975693Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5023731Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5074237Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5123699Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5174046Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5223413Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5273489Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5323682Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5372626Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5421810Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5471279Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5521323Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5568811Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5616517Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5668208Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5720932Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5771020Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5821282Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5873025Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5923882Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.5972723Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6021804Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6071729Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6121577Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6170968Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6221662Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6270587Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6319193Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6368502Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6418171Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6468785Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:03.6519633Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:04.3791254Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (0.727s) 2022-09-27T16:26:04.3827682Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:26:04.3929140Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:26:04.4112734Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:26:04.4312650Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.020s) 2022-09-27T16:26:04.4337734Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:26:04.4517398Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:26:04.4541116Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:26:04.4984503Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.044s) 2022-09-27T16:26:04.5510239Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.053s) 2022-09-27T16:26:04.5535169Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.002s) 2022-09-27T16:26:04.5557619Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:26:04.5582454Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-09-27T16:26:04.5604564Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:26:04.5629423Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-09-27T16:26:04.5656073Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:26:04.5682607Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:26:04.5956551Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.027s) 2022-09-27T16:26:04.6198515Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.024s) 2022-09-27T16:26:04.6296645Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:26:04.6347456Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:26:04.6508969Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:26:04.6668812Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:26:04.6855915Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:26:04.7044066Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:26:04.7201025Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:26:04.7357261Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:26:04.7530259Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:26:04.7719609Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:26:04.7907951Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:26:04.8082150Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-09-27T16:26:04.8617628Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.053s) 2022-09-27T16:26:04.8642441Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:26:04.9062977Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.042s) 2022-09-27T16:26:04.9087906Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:26:05.0262069Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.117s) 2022-09-27T16:26:05.1455660Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.119s) 2022-09-27T16:26:05.1516816Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:26:05.1575637Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:26:05.1714264Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.014s) 2022-09-27T16:26:05.1849004Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.013s) 2022-09-27T16:26:05.1974803Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.013s) 2022-09-27T16:26:05.2097305Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:26:05.2116932Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:26:05.2226749Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-09-27T16:26:05.2347271Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:26:05.2365943Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:26:05.2475811Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-09-27T16:26:05.2600363Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:26:05.8419544Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:744: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1120.) 2022-09-27T16:26:05.8420686Z return_complex=return_complex, 2022-09-27T16:26:05.8510210Z ok (0.591s) 2022-09-27T16:26:06.1690885Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.318s) 2022-09-27T16:26:06.1758159Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:26:06.1764539Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:26:06.1782898Z stft -> istft should recover the original signale ... ok (0.002s) 2022-09-27T16:26:06.1800481Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:26:06.8516060Z stft -> istft should recover the original signale ... ok (0.673s) 2022-09-27T16:26:06.8536042Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:26:07.0697241Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.218s) 2022-09-27T16:26:07.0705152Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-09-27T16:26:07.0817893Z istft should throw exception for invalid parameters ... ok (0.012s) 2022-09-27T16:26:07.1114924Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.030s) 2022-09-27T16:26:07.1409518Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:26:07.1713569Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.030s) 2022-09-27T16:26:07.2014026Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.030s) 2022-09-27T16:26:07.2309060Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:26:07.2603844Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:26:07.2903533Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.030s) 2022-09-27T16:26:07.3186313Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.028s) 2022-09-27T16:26:07.3473052Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:26:07.3757418Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.028s) 2022-09-27T16:26:07.4107071Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-09-27T16:26:07.4434559Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.033s) 2022-09-27T16:26:07.4784342Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-09-27T16:26:07.5106618Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:26:07.5451049Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.034s) 2022-09-27T16:26:07.5774814Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:26:07.6117375Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.034s) 2022-09-27T16:26:07.6447277Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.033s) 2022-09-27T16:26:07.7211905Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T16:26:07.7213132Z normalized, onesided, return_complex) 2022-09-27T16:26:07.7390203Z ok (0.094s) 2022-09-27T16:26:07.7401568Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.001s) 2022-09-27T16:26:07.8370413Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.097s) 2022-09-27T16:26:07.9665433Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.129s) 2022-09-27T16:26:07.9679709Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:26:07.9705820Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9706258Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:26:07.9707099Z Expecting nothing 2022-09-27T16:26:07.9707376Z ok 2022-09-27T16:26:07.9707618Z Trying: 2022-09-27T16:26:07.9707883Z fft2 = torch.fft.fft2(x) 2022-09-27T16:26:07.9708236Z Expecting nothing 2022-09-27T16:26:07.9709413Z ok 2022-09-27T16:26:07.9709724Z Trying: 2022-09-27T16:26:07.9710073Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:26:07.9710443Z Expecting nothing 2022-09-27T16:26:07.9711988Z ok 2022-09-27T16:26:07.9712338Z Trying: 2022-09-27T16:26:07.9712922Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-09-27T16:26:07.9713402Z Expecting nothing 2022-09-27T16:26:07.9716396Z ok 2022-09-27T16:26:07.9717161Z ok (0.004s) 2022-09-27T16:26:07.9728030Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9729261Z t = torch.arange(4) 2022-09-27T16:26:07.9729774Z Expecting nothing 2022-09-27T16:26:07.9730047Z ok 2022-09-27T16:26:07.9730294Z Trying: 2022-09-27T16:26:07.9730737Z t 2022-09-27T16:26:07.9730985Z Expecting: 2022-09-27T16:26:07.9731960Z tensor([0, 1, 2, 3]) 2022-09-27T16:26:07.9732913Z ok 2022-09-27T16:26:07.9733321Z Trying: 2022-09-27T16:26:07.9733688Z torch.fft.fft(t) 2022-09-27T16:26:07.9733980Z Expecting: 2022-09-27T16:26:07.9734798Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:26:07.9738787Z ok 2022-09-27T16:26:07.9740377Z Trying: 2022-09-27T16:26:07.9740874Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-09-27T16:26:07.9741328Z Expecting nothing 2022-09-27T16:26:07.9741591Z ok 2022-09-27T16:26:07.9742274Z Trying: 2022-09-27T16:26:07.9742664Z torch.fft.fft(t) 2022-09-27T16:26:07.9742957Z Expecting: 2022-09-27T16:26:07.9743653Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-09-27T16:26:07.9744914Z ok 2022-09-27T16:26:07.9745980Z ok (0.003s) 2022-09-27T16:26:07.9756708Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9757094Z torch.fft.fftfreq(5) 2022-09-27T16:26:07.9757405Z Expecting: 2022-09-27T16:26:07.9757836Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:26:07.9760774Z ok 2022-09-27T16:26:07.9761029Z Trying: 2022-09-27T16:26:07.9761311Z torch.fft.fftfreq(4) 2022-09-27T16:26:07.9761599Z Expecting: 2022-09-27T16:26:07.9762006Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:26:07.9764511Z ok 2022-09-27T16:26:07.9765942Z ok (0.002s) 2022-09-27T16:26:07.9776755Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9777594Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:26:07.9778618Z Expecting nothing 2022-09-27T16:26:07.9778903Z ok 2022-09-27T16:26:07.9779164Z Trying: 2022-09-27T16:26:07.9779476Z fftn = torch.fft.fftn(x) 2022-09-27T16:26:07.9780514Z Expecting nothing 2022-09-27T16:26:07.9780924Z ok 2022-09-27T16:26:07.9781664Z Trying: 2022-09-27T16:26:07.9782106Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:26:07.9782544Z Expecting nothing 2022-09-27T16:26:07.9783202Z ok 2022-09-27T16:26:07.9783571Z Trying: 2022-09-27T16:26:07.9784026Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-09-27T16:26:07.9784475Z Expecting nothing 2022-09-27T16:26:07.9788126Z ok 2022-09-27T16:26:07.9788910Z ok (0.002s) 2022-09-27T16:26:07.9798889Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9799297Z f = torch.fft.fftfreq(4) 2022-09-27T16:26:07.9799604Z Expecting nothing 2022-09-27T16:26:07.9800327Z ok 2022-09-27T16:26:07.9800574Z Trying: 2022-09-27T16:26:07.9801250Z f 2022-09-27T16:26:07.9801503Z Expecting: 2022-09-27T16:26:07.9802360Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:26:07.9802828Z ok 2022-09-27T16:26:07.9803077Z Trying: 2022-09-27T16:26:07.9803972Z torch.fft.fftshift(f) 2022-09-27T16:26:07.9804264Z Expecting: 2022-09-27T16:26:07.9804977Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-09-27T16:26:07.9806317Z ok 2022-09-27T16:26:07.9806563Z Trying: 2022-09-27T16:26:07.9806945Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-09-27T16:26:07.9807330Z Expecting nothing 2022-09-27T16:26:07.9808947Z ok 2022-09-27T16:26:07.9809406Z Trying: 2022-09-27T16:26:07.9809719Z x 2022-09-27T16:26:07.9815867Z Expecting: 2022-09-27T16:26:07.9817450Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-09-27T16:26:07.9817906Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-09-27T16:26:07.9818340Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-09-27T16:26:07.9818767Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-09-27T16:26:07.9819186Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-09-27T16:26:07.9819995Z ok 2022-09-27T16:26:07.9820244Z Trying: 2022-09-27T16:26:07.9820647Z torch.fft.fftshift(x) 2022-09-27T16:26:07.9820959Z Expecting: 2022-09-27T16:26:07.9821384Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-09-27T16:26:07.9821808Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-09-27T16:26:07.9822235Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-09-27T16:26:07.9822652Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-09-27T16:26:07.9823062Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-09-27T16:26:07.9825155Z ok 2022-09-27T16:26:07.9825419Z Trying: 2022-09-27T16:26:07.9825800Z x_centered = torch.arange(-5, 5) 2022-09-27T16:26:07.9826538Z Expecting nothing 2022-09-27T16:26:07.9826903Z ok 2022-09-27T16:26:07.9827154Z Trying: 2022-09-27T16:26:07.9827501Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-09-27T16:26:07.9827844Z Expecting nothing 2022-09-27T16:26:07.9828170Z ok 2022-09-27T16:26:07.9828417Z Trying: 2022-09-27T16:26:07.9828734Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-09-27T16:26:07.9829097Z Expecting nothing 2022-09-27T16:26:07.9829370Z ok 2022-09-27T16:26:07.9829598Z Trying: 2022-09-27T16:26:07.9829945Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-09-27T16:26:07.9830308Z Expecting nothing 2022-09-27T16:26:07.9830569Z ok 2022-09-27T16:26:07.9830811Z Trying: 2022-09-27T16:26:07.9831231Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-09-27T16:26:07.9831645Z Expecting nothing 2022-09-27T16:26:07.9831930Z ok 2022-09-27T16:26:07.9912964Z Trying: 2022-09-27T16:26:07.9913478Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-09-27T16:26:07.9913931Z Expecting nothing 2022-09-27T16:26:07.9914756Z ok 2022-09-27T16:26:07.9914993Z ok (0.004s) 2022-09-27T16:26:07.9915367Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9915796Z t = torch.linspace(0, 1, 5) 2022-09-27T16:26:07.9916087Z Expecting nothing 2022-09-27T16:26:07.9916361Z ok 2022-09-27T16:26:07.9916766Z Trying: 2022-09-27T16:26:07.9917003Z t 2022-09-27T16:26:07.9917264Z Expecting: 2022-09-27T16:26:07.9917573Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:26:07.9917852Z ok 2022-09-27T16:26:07.9918093Z Trying: 2022-09-27T16:26:07.9918372Z T = torch.fft.ifft(t) 2022-09-27T16:26:07.9918667Z Expecting nothing 2022-09-27T16:26:07.9918939Z ok 2022-09-27T16:26:07.9919184Z Trying: 2022-09-27T16:26:07.9919411Z T 2022-09-27T16:26:07.9919731Z Expecting: 2022-09-27T16:26:07.9920259Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-09-27T16:26:07.9920841Z -0.1250+0.1720j]) 2022-09-27T16:26:07.9921121Z ok 2022-09-27T16:26:07.9921362Z Trying: 2022-09-27T16:26:07.9921751Z torch.fft.hfft(T[:3], n=5) 2022-09-27T16:26:07.9922054Z Expecting: 2022-09-27T16:26:07.9922361Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:26:07.9922633Z ok 2022-09-27T16:26:07.9922868Z Trying: 2022-09-27T16:26:07.9923147Z torch.fft.hfft(T[:3]) 2022-09-27T16:26:07.9923422Z Expecting: 2022-09-27T16:26:07.9923888Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-09-27T16:26:07.9924178Z ok 2022-09-27T16:26:07.9924544Z ok (0.004s) 2022-09-27T16:26:07.9924915Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9925478Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:26:07.9925823Z Expecting nothing 2022-09-27T16:26:07.9926213Z ok 2022-09-27T16:26:07.9926461Z Trying: 2022-09-27T16:26:07.9926866Z ifft2 = torch.fft.ifft2(x) 2022-09-27T16:26:07.9927166Z Expecting nothing 2022-09-27T16:26:07.9927561Z ok 2022-09-27T16:26:07.9927797Z Trying: 2022-09-27T16:26:07.9928127Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:26:07.9928594Z Expecting nothing 2022-09-27T16:26:07.9929075Z ok 2022-09-27T16:26:07.9929301Z Trying: 2022-09-27T16:26:07.9929803Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-09-27T16:26:07.9930195Z Expecting nothing 2022-09-27T16:26:07.9930578Z ok 2022-09-27T16:26:07.9930825Z ok (0.002s) 2022-09-27T16:26:07.9931311Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9931950Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:26:07.9932283Z Expecting nothing 2022-09-27T16:26:07.9932662Z ok 2022-09-27T16:26:07.9932897Z Trying: 2022-09-27T16:26:07.9933171Z torch.fft.ifft(t) 2022-09-27T16:26:07.9933586Z Expecting: 2022-09-27T16:26:07.9933881Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-09-27T16:26:07.9934294Z ok 2022-09-27T16:26:07.9934544Z ok (0.002s) 2022-09-27T16:26:07.9935032Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9935469Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:26:07.9935936Z Expecting nothing 2022-09-27T16:26:07.9936193Z ok 2022-09-27T16:26:07.9936563Z Trying: 2022-09-27T16:26:07.9936854Z ifftn = torch.fft.ifftn(x) 2022-09-27T16:26:07.9937275Z Expecting nothing 2022-09-27T16:26:07.9937546Z ok 2022-09-27T16:26:07.9937904Z Trying: 2022-09-27T16:26:07.9938245Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:26:07.9938721Z Expecting nothing 2022-09-27T16:26:07.9939008Z ok 2022-09-27T16:26:07.9939238Z Trying: 2022-09-27T16:26:07.9939726Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-09-27T16:26:07.9940226Z Expecting nothing 2022-09-27T16:26:07.9940481Z ok 2022-09-27T16:26:07.9940732Z ok (0.002s) 2022-09-27T16:26:07.9946739Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9947177Z f = torch.fft.fftfreq(5) 2022-09-27T16:26:07.9947480Z Expecting nothing 2022-09-27T16:26:07.9947758Z ok 2022-09-27T16:26:07.9948008Z Trying: 2022-09-27T16:26:07.9948297Z f 2022-09-27T16:26:07.9948555Z Expecting: 2022-09-27T16:26:07.9949012Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:26:07.9951119Z ok 2022-09-27T16:26:07.9951372Z Trying: 2022-09-27T16:26:07.9951849Z shifted = torch.fft.fftshift(f) 2022-09-27T16:26:07.9952167Z Expecting nothing 2022-09-27T16:26:07.9952441Z ok 2022-09-27T16:26:07.9952692Z Trying: 2022-09-27T16:26:07.9952979Z torch.fft.ifftshift(shifted) 2022-09-27T16:26:07.9953293Z Expecting: 2022-09-27T16:26:07.9953713Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:26:07.9954499Z ok 2022-09-27T16:26:07.9955179Z ok (0.002s) 2022-09-27T16:26:07.9965189Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9966089Z t = torch.arange(5) 2022-09-27T16:26:07.9966622Z Expecting nothing 2022-09-27T16:26:07.9967098Z ok 2022-09-27T16:26:07.9967352Z Trying: 2022-09-27T16:26:07.9967585Z t 2022-09-27T16:26:07.9967844Z Expecting: 2022-09-27T16:26:07.9968124Z tensor([0, 1, 2, 3, 4]) 2022-09-27T16:26:07.9968405Z ok 2022-09-27T16:26:07.9968757Z Trying: 2022-09-27T16:26:07.9969035Z torch.fft.ihfft(t) 2022-09-27T16:26:07.9969320Z Expecting: 2022-09-27T16:26:07.9969784Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-09-27T16:26:07.9973197Z ok 2022-09-27T16:26:07.9973441Z Trying: 2022-09-27T16:26:07.9973707Z torch.fft.ifft(t) 2022-09-27T16:26:07.9973994Z Expecting: 2022-09-27T16:26:07.9974469Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-09-27T16:26:07.9974859Z -0.5000+0.6882j]) 2022-09-27T16:26:07.9979261Z ok 2022-09-27T16:26:07.9980273Z ok (0.002s) 2022-09-27T16:26:07.9991219Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:07.9991743Z t = torch.rand(10, 9) 2022-09-27T16:26:07.9992089Z Expecting nothing 2022-09-27T16:26:07.9992375Z ok 2022-09-27T16:26:07.9992633Z Trying: 2022-09-27T16:26:07.9992916Z T = torch.fft.rfft2(t) 2022-09-27T16:26:07.9993237Z Expecting nothing 2022-09-27T16:26:07.9993529Z ok 2022-09-27T16:26:07.9993786Z Trying: 2022-09-27T16:26:07.9994090Z torch.fft.irfft2(T).size() 2022-09-27T16:26:07.9994440Z Expecting: 2022-09-27T16:26:07.9994758Z torch.Size([10, 8]) 2022-09-27T16:26:07.9995037Z ok 2022-09-27T16:26:07.9995303Z Trying: 2022-09-27T16:26:07.9995664Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-09-27T16:26:07.9996039Z Expecting nothing 2022-09-27T16:26:07.9997067Z ok 2022-09-27T16:26:07.9997352Z Trying: 2022-09-27T16:26:07.9997652Z roundtrip.size() 2022-09-27T16:26:07.9997996Z Expecting: 2022-09-27T16:26:07.9998327Z torch.Size([10, 9]) 2022-09-27T16:26:07.9998640Z ok 2022-09-27T16:26:07.9998932Z Trying: 2022-09-27T16:26:07.9999389Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:26:07.9999840Z Expecting nothing 2022-09-27T16:26:08.0003842Z ok 2022-09-27T16:26:08.0004681Z ok (0.002s) 2022-09-27T16:26:08.0014863Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:08.0015268Z t = torch.linspace(0, 1, 5) 2022-09-27T16:26:08.0015586Z Expecting nothing 2022-09-27T16:26:08.0015867Z ok 2022-09-27T16:26:08.0016095Z Trying: 2022-09-27T16:26:08.0016340Z t 2022-09-27T16:26:08.0016594Z Expecting: 2022-09-27T16:26:08.0016905Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:26:08.0018494Z ok 2022-09-27T16:26:08.0018772Z Trying: 2022-09-27T16:26:08.0019033Z T = torch.fft.rfft(t) 2022-09-27T16:26:08.0019337Z Expecting nothing 2022-09-27T16:26:08.0019984Z ok 2022-09-27T16:26:08.0020230Z Trying: 2022-09-27T16:26:08.0020614Z T 2022-09-27T16:26:08.0020871Z Expecting: 2022-09-27T16:26:08.0021325Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-09-27T16:26:08.0025069Z ok 2022-09-27T16:26:08.0025327Z Trying: 2022-09-27T16:26:08.0025592Z torch.fft.irfft(T) 2022-09-27T16:26:08.0025877Z Expecting: 2022-09-27T16:26:08.0026171Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-09-27T16:26:08.0028360Z ok 2022-09-27T16:26:08.0028946Z Trying: 2022-09-27T16:26:08.0029373Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-09-27T16:26:08.0029727Z Expecting nothing 2022-09-27T16:26:08.0029994Z ok 2022-09-27T16:26:08.0030235Z Trying: 2022-09-27T16:26:08.0030937Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:26:08.0031321Z Expecting nothing 2022-09-27T16:26:08.0034762Z ok 2022-09-27T16:26:08.0035664Z ok (0.003s) 2022-09-27T16:26:08.0045598Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:08.0045989Z t = torch.rand(10, 9) 2022-09-27T16:26:08.0046295Z Expecting nothing 2022-09-27T16:26:08.0046553Z ok 2022-09-27T16:26:08.0046794Z Trying: 2022-09-27T16:26:08.0047075Z T = torch.fft.rfftn(t) 2022-09-27T16:26:08.0047450Z Expecting nothing 2022-09-27T16:26:08.0047717Z ok 2022-09-27T16:26:08.0047947Z Trying: 2022-09-27T16:26:08.0048355Z torch.fft.irfftn(T).size() 2022-09-27T16:26:08.0048847Z Expecting: 2022-09-27T16:26:08.0049176Z torch.Size([10, 8]) 2022-09-27T16:26:08.0050175Z ok 2022-09-27T16:26:08.0050486Z Trying: 2022-09-27T16:26:08.0051167Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-09-27T16:26:08.0051558Z Expecting nothing 2022-09-27T16:26:08.0052405Z ok 2022-09-27T16:26:08.0052677Z Trying: 2022-09-27T16:26:08.0053119Z roundtrip.size() 2022-09-27T16:26:08.0053450Z Expecting: 2022-09-27T16:26:08.0053769Z torch.Size([10, 9]) 2022-09-27T16:26:08.0054070Z ok 2022-09-27T16:26:08.0054345Z Trying: 2022-09-27T16:26:08.0054759Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:26:08.0055184Z Expecting nothing 2022-09-27T16:26:08.0058406Z ok 2022-09-27T16:26:08.0059285Z ok (0.002s) 2022-09-27T16:26:08.0068107Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:08.0068951Z t = torch.rand(10, 10) 2022-09-27T16:26:08.0069368Z Expecting nothing 2022-09-27T16:26:08.0070160Z ok 2022-09-27T16:26:08.0070638Z Trying: 2022-09-27T16:26:08.0071072Z rfft2 = torch.fft.rfft2(t) 2022-09-27T16:26:08.0071495Z Expecting nothing 2022-09-27T16:26:08.0071774Z ok 2022-09-27T16:26:08.0072318Z Trying: 2022-09-27T16:26:08.0072579Z rfft2.size() 2022-09-27T16:26:08.0072966Z Expecting: 2022-09-27T16:26:08.0073232Z torch.Size([10, 6]) 2022-09-27T16:26:08.0073500Z ok 2022-09-27T16:26:08.0073746Z Trying: 2022-09-27T16:26:08.0074003Z fft2 = torch.fft.fft2(t) 2022-09-27T16:26:08.0074304Z Expecting nothing 2022-09-27T16:26:08.0074578Z ok 2022-09-27T16:26:08.0074798Z Trying: 2022-09-27T16:26:08.0075167Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-09-27T16:26:08.0075548Z Expecting nothing 2022-09-27T16:26:08.0078078Z ok 2022-09-27T16:26:08.0078423Z Trying: 2022-09-27T16:26:08.0078940Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:26:08.0080407Z Expecting nothing 2022-09-27T16:26:08.0080702Z ok 2022-09-27T16:26:08.0080972Z Trying: 2022-09-27T16:26:08.0081563Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-09-27T16:26:08.0082066Z Expecting nothing 2022-09-27T16:26:08.0084556Z ok 2022-09-27T16:26:08.0085723Z ok (0.003s) 2022-09-27T16:26:08.0100540Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:08.0100931Z t = torch.arange(4) 2022-09-27T16:26:08.0101234Z Expecting nothing 2022-09-27T16:26:08.0101505Z ok 2022-09-27T16:26:08.0101727Z Trying: 2022-09-27T16:26:08.0101974Z t 2022-09-27T16:26:08.0102560Z Expecting: 2022-09-27T16:26:08.0102830Z tensor([0, 1, 2, 3]) 2022-09-27T16:26:08.0103095Z ok 2022-09-27T16:26:08.0103335Z Trying: 2022-09-27T16:26:08.0103585Z torch.fft.rfft(t) 2022-09-27T16:26:08.0103876Z Expecting: 2022-09-27T16:26:08.0104278Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-09-27T16:26:08.0104716Z ok 2022-09-27T16:26:08.0105869Z Trying: 2022-09-27T16:26:08.0106248Z torch.fft.fft(t) 2022-09-27T16:26:08.0106532Z Expecting: 2022-09-27T16:26:08.0106927Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:26:08.0107921Z ok 2022-09-27T16:26:08.0109727Z ok (0.002s) 2022-09-27T16:26:08.0119422Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:08.0119819Z torch.fft.rfftfreq(5) 2022-09-27T16:26:08.0120101Z Expecting: 2022-09-27T16:26:08.0120965Z tensor([0.0000, 0.2000, 0.4000]) 2022-09-27T16:26:08.0123463Z ok 2022-09-27T16:26:08.0123741Z Trying: 2022-09-27T16:26:08.0124031Z torch.fft.rfftfreq(4) 2022-09-27T16:26:08.0124345Z Expecting: 2022-09-27T16:26:08.0124615Z tensor([0.0000, 0.2500, 0.5000]) 2022-09-27T16:26:08.0126464Z ok 2022-09-27T16:26:08.0126708Z Trying: 2022-09-27T16:26:08.0126975Z torch.fft.fftfreq(4) 2022-09-27T16:26:08.0127272Z Expecting: 2022-09-27T16:26:08.0127709Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:26:08.0128950Z ok 2022-09-27T16:26:08.0129963Z ok (0.002s) 2022-09-27T16:26:08.0141186Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:26:08.0141583Z t = torch.rand(10, 10) 2022-09-27T16:26:08.0141896Z Expecting nothing 2022-09-27T16:26:08.0143811Z ok 2022-09-27T16:26:08.0144059Z Trying: 2022-09-27T16:26:08.0145165Z rfftn = torch.fft.rfftn(t) 2022-09-27T16:26:08.0145466Z Expecting nothing 2022-09-27T16:26:08.0145748Z ok 2022-09-27T16:26:08.0145982Z Trying: 2022-09-27T16:26:08.0146242Z rfftn.size() 2022-09-27T16:26:08.0146507Z Expecting: 2022-09-27T16:26:08.0146790Z torch.Size([10, 6]) 2022-09-27T16:26:08.0147061Z ok 2022-09-27T16:26:08.0147288Z Trying: 2022-09-27T16:26:08.0147569Z fftn = torch.fft.fftn(t) 2022-09-27T16:26:08.0147878Z Expecting nothing 2022-09-27T16:26:08.0148193Z ok 2022-09-27T16:26:08.0148433Z Trying: 2022-09-27T16:26:08.0148794Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-09-27T16:26:08.0149170Z Expecting nothing 2022-09-27T16:26:08.0149518Z ok 2022-09-27T16:26:08.0150807Z Trying: 2022-09-27T16:26:08.0151188Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:26:08.0152553Z Expecting nothing 2022-09-27T16:26:08.0152857Z ok 2022-09-27T16:26:08.0153116Z Trying: 2022-09-27T16:26:08.0153540Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-09-27T16:26:08.0153978Z Expecting nothing 2022-09-27T16:26:08.0156018Z ok 2022-09-27T16:26:08.0157885Z ok (0.003s) 2022-09-27T16:26:08.0158941Z 2022-09-27T16:26:08.0159325Z ---------------------------------------------------------------------- 2022-09-27T16:26:08.0159723Z Ran 177 tests in 6.164s 2022-09-27T16:26:08.0159894Z 2022-09-27T16:26:08.0160016Z OK (skipped=10) 2022-09-27T16:26:08.0160192Z 2022-09-27T16:26:08.0160327Z Generating XML reports... 2022-09-27T16:26:08.0294753Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927162601.xml 2022-09-27T16:26:08.0314225Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927162601.xml 2022-09-27T16:26:08.5523988Z Running test_stateless ... [2022-09-27 16:26:08.552020] 2022-09-27T16:26:08.5524489Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:08.552099] 2022-09-27T16:26:09.9263774Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-09-27T16:26:09.9276472Z 2022-09-27T16:26:09.9276822Z Running tests... 2022-09-27T16:26:09.9277517Z ---------------------------------------------------------------------- 2022-09-27T16:26:13.7661503Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (3.838s) 2022-09-27T16:26:14.9176907Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.151s) 2022-09-27T16:26:14.9228257Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-09-27T16:26:14.9262618Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-09-27T16:26:14.9284398Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:26:14.9290718Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:14.9309880Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:26:14.9847720Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.054s) 2022-09-27T16:26:14.9955690Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.011s) 2022-09-27T16:26:15.0010618Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-09-27T16:26:15.0030062Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:26:15.0030361Z 2022-09-27T16:26:15.0031264Z ---------------------------------------------------------------------- 2022-09-27T16:26:15.0031817Z Ran 11 tests in 5.075s 2022-09-27T16:26:15.0032002Z 2022-09-27T16:26:15.0032120Z OK (skipped=1) 2022-09-27T16:26:15.0032282Z 2022-09-27T16:26:15.0032421Z Generating XML reports... 2022-09-27T16:26:15.0061478Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927162609.xml 2022-09-27T16:26:15.0064413Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927162609.xml 2022-09-27T16:26:15.0074569Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927162609.xml 2022-09-27T16:26:15.2944847Z Running test_scatter_gather_ops ... [2022-09-27 16:26:15.294112] 2022-09-27T16:26:15.2945459Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:15.294190] 2022-09-27T16:26:16.6655367Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-09-27T16:26:16.6670355Z 2022-09-27T16:26:16.6670491Z Running tests... 2022-09-27T16:26:16.6670939Z ---------------------------------------------------------------------- 2022-09-27T16:26:16.6705658Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-09-27T16:26:16.6722853Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-09-27T16:26:16.6740627Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-09-27T16:26:16.6757647Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-09-27T16:26:16.6771644Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.001s) 2022-09-27T16:26:16.6951953Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:26:16.7134775Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-09-27T16:26:16.7402699Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-09-27T16:26:16.7664774Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:26:16.7934566Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-09-27T16:26:17.1066743Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.313s) 2022-09-27T16:26:17.4196022Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.313s) 2022-09-27T16:26:17.7326312Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.313s) 2022-09-27T16:26:17.7573417Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-09-27T16:26:17.7815695Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-09-27T16:26:17.8053940Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-09-27T16:26:17.8381135Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-09-27T16:26:17.8699555Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:26:17.9021093Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:26:17.9048354Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-09-27T16:26:17.9112505Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:17.9113125Z r = func(*args, **kwargs) 2022-09-27T16:26:17.9543196Z ok (0.049s) 2022-09-27T16:26:18.0023547Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.0518976Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-09-27T16:26:18.1018568Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-09-27T16:26:18.1517605Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-09-27T16:26:18.1998347Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.2479889Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.2962039Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.3441299Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.3921883Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.4417665Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-09-27T16:26:18.4896328Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.5392699Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.049s) 2022-09-27T16:26:18.5891550Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-09-27T16:26:18.6388910Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.050s) 2022-09-27T16:26:18.6871644Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.7352977Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.7834206Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.8316592Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.8797208Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:26:18.9252707Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:18.9718628Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-09-27T16:26:19.0183108Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:19.0638571Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.1097912Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:19.1554329Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:19.2003691Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.2453407Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.2902022Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.3352718Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.3800269Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.4255913Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.4703131Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.5164601Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:19.5626770Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:19.6082029Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.6539945Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:19.6996018Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:19.7441707Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.7888896Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.8335001Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.8781716Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.9227680Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:19.9679751Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:20.0140913Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:20.0602207Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.046s) 2022-09-27T16:26:20.1055388Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:20.1509807Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:20.1964753Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.045s) 2022-09-27T16:26:20.2409856Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-09-27T16:26:20.2855078Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-09-27T16:26:20.3299624Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-09-27T16:26:20.3743605Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-09-27T16:26:20.4189429Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.044s) 2022-09-27T16:26:20.4189727Z 2022-09-27T16:26:20.4190243Z ---------------------------------------------------------------------- 2022-09-27T16:26:20.4190673Z Ran 74 tests in 3.752s 2022-09-27T16:26:20.4190873Z 2022-09-27T16:26:20.4190980Z OK 2022-09-27T16:26:20.4191132Z 2022-09-27T16:26:20.4191273Z Generating XML reports... 2022-09-27T16:26:20.4265804Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927162616.xml 2022-09-27T16:26:20.6769600Z Running test_mobile_optimizer ... [2022-09-27 16:26:20.676591] 2022-09-27T16:26:20.6770141Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:20.676673] 2022-09-27T16:26:21.9718078Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-09-27T16:26:21.9729102Z 2022-09-27T16:26:21.9729247Z Running tests... 2022-09-27T16:26:21.9729839Z ---------------------------------------------------------------------- 2022-09-27T16:26:22.2204009Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.247s) 2022-09-27T16:26:22.2551233Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.035s) 2022-09-27T16:26:22.9096572Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.654s) 2022-09-27T16:26:24.4477865Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... ok (1.538s) 2022-09-27T16:26:24.6993988Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.251s) 2022-09-27T16:26:24.7376418Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.038s) 2022-09-27T16:26:24.9362222Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.198s) 2022-09-27T16:26:24.9363144Z 2022-09-27T16:26:24.9363656Z ---------------------------------------------------------------------- 2022-09-27T16:26:24.9364053Z Ran 7 tests in 2.963s 2022-09-27T16:26:24.9364233Z 2022-09-27T16:26:24.9364334Z OK 2022-09-27T16:26:24.9364491Z 2022-09-27T16:26:24.9364615Z Generating XML reports... 2022-09-27T16:26:24.9393213Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927162621.xml 2022-09-27T16:26:25.2464420Z Running test_module_init ... [2022-09-27 16:26:25.246069] 2022-09-27T16:26:25.2465024Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:25.246151] 2022-09-27T16:26:26.7621542Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:26:26.7622051Z warnings.warn(msg, FutureWarning) 2022-09-27T16:26:26.7752481Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-09-27T16:26:26.7779272Z 2022-09-27T16:26:26.7779350Z Running tests... 2022-09-27T16:26:26.7780101Z ---------------------------------------------------------------------- 2022-09-27T16:26:26.7813341Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.7841222Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.7867953Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.7895561Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.7921898Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.7948831Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8003943Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:26:26.8059722Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:26:26.8088934Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8116932Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8144508Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8171365Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8198683Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8225395Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8252137Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8279419Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8307595Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8335466Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8366350Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8395391Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8422705Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8449357Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8478025Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8506742Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8534845Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8563634Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.8605561Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.8649029Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.8689264Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.8732887Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.8771294Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.9422387Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.065s) 2022-09-27T16:26:26.9458284Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.9495474Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.9522405Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9550113Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9577133Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9604453Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9631974Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9658142Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9685735Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9712823Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9742809Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9770702Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9797779Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9825525Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9860920Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:26.9899274Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.9936669Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:26.9972438Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.0009725Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.0047849Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.0083244Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0122570Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.0158147Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0193078Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0228837Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.0264794Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.0294027Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0321796Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0349391Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0376584Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0404510Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0432486Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0460033Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0486636Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0513991Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0541112Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0570154Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0598399Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0625098Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0652580Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0679034Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0705897Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0733383Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0759995Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0793797Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0831978Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.0865998Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0899309Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0926392Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0953906Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.0980646Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1007236Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1034897Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1061464Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1090744Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1120868Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1150632Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1178989Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1205574Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1232035Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1259442Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1285931Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1324464Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.1363201Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.1406559Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.1446720Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.1473932Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1501840Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1535246Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1572997Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.1599562Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1627198Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1655892Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1684293Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1710939Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1737636Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1764887Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1791908Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1819186Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1845783Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1872594Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1900433Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1929114Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1957464Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.1992718Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2028236Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2063919Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2099538Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2135208Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2171250Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2198113Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2230202Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2256515Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2284066Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2310621Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2337571Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2365243Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2392319Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2430946Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2468609Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2508910Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2549269Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2582578Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2616745Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.2647948Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:26:27.2648530Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:26:27.2657345Z ok (0.004s) 2022-09-27T16:26:27.2695567Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2734637Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2777132Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2815140Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2852644Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2888263Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2924141Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2963442Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.2997166Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3034239Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3077887Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3113719Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3161124Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3186445Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3222550Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3259292Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3295674Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3333823Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3372136Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3417178Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3455173Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3492452Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3530360Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3565501Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3601189Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.3628429Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3655947Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3691089Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3726462Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3753887Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3788609Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3815426Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3842207Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3870127Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3897134Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3925230Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3952231Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.3979438Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4007410Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4034761Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4062736Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4089797Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4116802Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4144788Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4172083Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4200130Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4227147Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4254581Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4282276Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4310266Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4338139Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4364653Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4391525Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4419256Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4445817Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4473406Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4500178Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4527244Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4554811Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4582929Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4614297Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4642804Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4671134Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4718248Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:26:27.4765763Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:26:27.4793819Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4822618Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4854321Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4885202Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4912800Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4939737Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4966439Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.4993924Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5020884Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5048894Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5075223Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5101806Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5129562Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5156260Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5183987Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5210837Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5251462Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.5291477Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.5334242Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.5372676Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.5410493Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.5449366Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.5489702Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.5529436Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.5557802Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5584937Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5612160Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5639887Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5666960Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5695050Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5722067Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5749337Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5777341Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5804429Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5832483Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5859381Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5886447Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5914928Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5941923Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5969925Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.5997127Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6024166Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6052143Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6078952Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6110521Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6137715Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6164865Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6192637Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6219287Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6246636Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6273582Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6300605Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6328318Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6355274Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6382633Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6409428Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6436433Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6463981Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6493115Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6520614Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6547309Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6574235Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6601796Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6628662Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6656355Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6683046Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6723764Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.6764018Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:27.6790953Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6818338Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6845172Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6871964Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6903405Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.6930694Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:27.7011407Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-09-27T16:26:27.7092094Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-09-27T16:26:27.7181709Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-09-27T16:26:27.7269657Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-09-27T16:26:27.7335094Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:26:27.7402398Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:26:27.7473201Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:26:27.7551780Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-09-27T16:26:28.3375970Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.582s) 2022-09-27T16:26:29.1065209Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.769s) 2022-09-27T16:26:29.1095533Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1123570Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1153064Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1180255Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1208324Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1236103Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1263520Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1292011Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1319252Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1347874Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1375205Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1402399Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1430751Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1458088Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1488284Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1515565Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.1560310Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1604379Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1650566Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:26:29.1693879Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1737262Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1781909Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1826075Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1869287Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1912933Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1956182Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.1998853Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2050163Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:26:29.2093315Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2136501Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2181379Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2225988Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2286784Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:26:29.2347053Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:26:29.2390798Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2433880Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2477035Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2520333Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2551233Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2580863Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2610622Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2639672Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2676179Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.2704811Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2737747Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2767631Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2797563Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2827466Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2857570Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2888253Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2915594Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2943534Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2972344Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.2999587Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3027896Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3055997Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3082937Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3111063Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3138471Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3166680Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3209597Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3249797Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3278252Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3305468Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3342853Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3379915Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3417719Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3459017Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3495685Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3533277Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3573030Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3612877Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:26:29.3645649Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3678976Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3708146Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3738244Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3765509Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3793743Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3822909Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3851253Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3879489Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3907366Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3941861Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.3973469Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.4002316Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.4030361Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.4058758Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.4086423Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.4114546Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.4144019Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:26:29.4144580Z 2022-09-27T16:26:29.4145167Z ---------------------------------------------------------------------- 2022-09-27T16:26:29.4145572Z Ran 376 tests in 2.636s 2022-09-27T16:26:29.4145771Z 2022-09-27T16:26:29.4145868Z OK 2022-09-27T16:26:29.4146023Z 2022-09-27T16:26:29.4146164Z Generating XML reports... 2022-09-27T16:26:29.4434655Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927162626.xml 2022-09-27T16:26:29.7360739Z Running test_vmap ... [2022-09-27 16:26:29.735746] 2022-09-27T16:26:29.7361229Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:29.735825] 2022-09-27T16:26:31.1442003Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-09-27T16:26:31.1462443Z 2022-09-27T16:26:31.1462784Z Running tests... 2022-09-27T16:26:31.1463234Z ---------------------------------------------------------------------- 2022-09-27T16:26:31.1496188Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1496718Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-09-27T16:26:31.1506932Z test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1507419Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-09-27T16:26:31.1512363Z test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1512852Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:26:31.1517537Z test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1517997Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-09-27T16:26:31.1522289Z test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1522750Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-09-27T16:26:31.1527102Z test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1527581Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-09-27T16:26:31.1532215Z test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1532725Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-09-27T16:26:31.1537117Z test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1537662Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-09-27T16:26:31.1541951Z test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1542514Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:26:31.1546884Z test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1547439Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-09-27T16:26:31.1553076Z ok (0.009s) 2022-09-27T16:26:31.1567387Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1567913Z vmap(backward_on_vmapped_tensor)(x) 2022-09-27T16:26:31.1583741Z test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1584223Z vmap(backward_with_vmapped_grad)(x, grad) 2022-09-27T16:26:31.1597197Z test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1597656Z vmap(completely_unrelated_backward)(y) 2022-09-27T16:26:31.1610376Z ok (0.006s) 2022-09-27T16:26:31.1620938Z test_batched_gradient_basic (__main__.TestVmapAPI) ... test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1621453Z jacobian = vmap(vjp_mul)(batched_v) 2022-09-27T16:26:31.1626780Z ok (0.002s) 2022-09-27T16:26:31.1634687Z test_constant_function (__main__.TestVmapAPI) ... test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1635204Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-09-27T16:26:31.1639750Z ok (0.001s) 2022-09-27T16:26:31.1653085Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1653689Z vmap(torch.mul)(x, y) 2022-09-27T16:26:31.1654858Z test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1655338Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:26:31.1655989Z test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1656533Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:26:31.1656749Z ok (0.002s) 2022-09-27T16:26:31.1677257Z test_fallback_atan2 (__main__.TestVmapAPI) ... test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1677749Z result = vmap(op, (2, 0))(x, y) 2022-09-27T16:26:31.1684422Z test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1684877Z result = vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:26:31.1698602Z test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.1699046Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:26:31.2238774Z ok (0.058s) 2022-09-27T16:26:31.2250963Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:26:31.2269378Z test_fallback_masked_fill (__main__.TestVmapAPI) ... test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.2270301Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:26:31.2476582Z test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.2477429Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:26:31.2748987Z ok (0.050s) 2022-09-27T16:26:31.2769188Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.2770318Z result = vmap(torch.var_mean)(tensor) 2022-09-27T16:26:31.2798535Z test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.2799329Z result = vmap(vmap(torch.var_mean))(tensor) 2022-09-27T16:26:31.2813709Z test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.2814510Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-09-27T16:26:31.3270246Z ok (0.052s) 2022-09-27T16:26:31.3285110Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:26:31.3314827Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-09-27T16:26:31.3336631Z test_fallback_zero_dim (__main__.TestVmapAPI) ... test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3337423Z vmap(op, (0, None))(x, y) 2022-09-27T16:26:31.3363066Z test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3363800Z vmap(op, (None, 0))(y, x) 2022-09-27T16:26:31.3388651Z test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3389374Z vmap(op)(x, x) 2022-09-27T16:26:31.3414658Z test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3415386Z vmap(op, (0, None))(x, y) 2022-09-27T16:26:31.3442171Z test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3443025Z vmap(op, (None, 0))(y, x) 2022-09-27T16:26:31.3467999Z test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3468827Z vmap(op)(x, x) 2022-09-27T16:26:31.3492493Z ok (0.018s) 2022-09-27T16:26:31.3503046Z test_func_with_no_inputs (__main__.TestVmapAPI) ... test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3503856Z vmap(foo)() 2022-09-27T16:26:31.3504932Z test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3505777Z vmap(bar)() 2022-09-27T16:26:31.3506045Z ok (0.001s) 2022-09-27T16:26:31.3512699Z test_functools_partial (__main__.TestVmapAPI) ... test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3513569Z result = vmap(functools.partial(torch.mul, x))(y) 2022-09-27T16:26:31.3517528Z ok (0.001s) 2022-09-27T16:26:31.3532592Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3533609Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:26:31.3549910Z test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3550861Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:26:31.3561594Z ok (0.004s) 2022-09-27T16:26:31.3578948Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3579799Z vmap(foo)(torch.randn([])) 2022-09-27T16:26:31.3580923Z test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3581702Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-09-27T16:26:31.3583008Z test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3583837Z vmap(foo, in_dims=(-1,))(x) 2022-09-27T16:26:31.3584932Z test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3585671Z vmap(foo, in_dims=(2,))(y) 2022-09-27T16:26:31.3586776Z test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3587554Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-09-27T16:26:31.3588756Z test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3589526Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-09-27T16:26:31.3590636Z test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3591400Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-09-27T16:26:31.3591887Z ok (0.003s) 2022-09-27T16:26:31.3601813Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3602659Z vmap(torch.mul, [0, 0])(x, y) 2022-09-27T16:26:31.3603866Z test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3604632Z vmap(torch.mul, set({0, 0}))(x, y) 2022-09-27T16:26:31.3605753Z test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3606567Z vmap(torch.mul, 'lol')(x, y) 2022-09-27T16:26:31.3607658Z test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3608441Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-09-27T16:26:31.3609885Z test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3610633Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:26:31.3610932Z ok (0.002s) 2022-09-27T16:26:31.3632173Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3633065Z vmap(op, in_dims=(0, None))(x, y) 2022-09-27T16:26:31.3637634Z test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3638643Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-09-27T16:26:31.3645236Z test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3645994Z vmap(op, in_dims=(None, 0))(x, y) 2022-09-27T16:26:31.3667398Z test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3668245Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-09-27T16:26:31.3689836Z test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3690623Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-09-27T16:26:31.3712247Z test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3713124Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-09-27T16:26:31.3734211Z ok (0.013s) 2022-09-27T16:26:31.3755775Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3756574Z vmap(op, (2, 0))(x, y) 2022-09-27T16:26:31.3763180Z test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3763921Z vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:26:31.3776784Z test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.3777556Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:26:31.4218654Z ok (0.048s) 2022-09-27T16:26:31.4239179Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.4240016Z result = vmap(op)(x) 2022-09-27T16:26:31.4244666Z test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.4245440Z result = vmap(op, out_dims=(1,))(x) 2022-09-27T16:26:31.4251955Z test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.4252715Z result = vmap(vmap(op))(x) 2022-09-27T16:26:31.4277255Z test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.4278025Z result = vmap(vmap(vmap(op)))(x) 2022-09-27T16:26:31.6094977Z ok (0.187s) 2022-09-27T16:26:31.6112439Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6115142Z vmap(torch.sum)(x, 0) 2022-09-27T16:26:31.6116274Z test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6117018Z vmap(torch.sum, (0, 0))(x, 0) 2022-09-27T16:26:31.6118117Z test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6118904Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-09-27T16:26:31.6120306Z test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6121056Z vmap(torch.sum, (0, None))(x, 0) 2022-09-27T16:26:31.6121341Z ok (0.002s) 2022-09-27T16:26:31.6127411Z test_multiple_inputs (__main__.TestVmapAPI) ... test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6128237Z output = vmap(torch.mul)(x, y) 2022-09-27T16:26:31.6133477Z ok (0.002s) 2022-09-27T16:26:31.6147633Z test_multiple_out_dims (__main__.TestVmapAPI) ... test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6148539Z result = vmap(foo, out_dims=(0, 1))(x) 2022-09-27T16:26:31.6157399Z test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6158265Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-09-27T16:26:31.6171170Z ok (0.004s) 2022-09-27T16:26:31.6180454Z test_multiple_outputs (__main__.TestVmapAPI) ... test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6181287Z outputs = vmap(foo)(x) 2022-09-27T16:26:31.6188537Z ok (0.002s) 2022-09-27T16:26:31.6199907Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6200788Z vmap(returns_tuple_of_tensors)(x) 2022-09-27T16:26:31.6202640Z test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6203447Z vmap(returns_list_of_two_tensors)(x) 2022-09-27T16:26:31.6204870Z test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6205723Z vmap(returns_list_of_one_tensor)(x) 2022-09-27T16:26:31.6206063Z ok (0.002s) 2022-09-27T16:26:31.6216639Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6217807Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-09-27T16:26:31.6224001Z ok (0.002s) 2022-09-27T16:26:31.6243042Z test_nested_out_dims (__main__.TestVmapAPI) ... test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6244389Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-09-27T16:26:31.6252391Z test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6253252Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-09-27T16:26:31.6260525Z test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6261500Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-09-27T16:26:31.6268664Z test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6269629Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-09-27T16:26:31.6275938Z ok (0.005s) 2022-09-27T16:26:31.6289519Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6290416Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-09-27T16:26:31.6296355Z test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6297207Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-09-27T16:26:31.6304116Z ok (0.003s) 2022-09-27T16:26:31.6315002Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6315869Z output = vmap(vmap(torch.mul))(x, y) 2022-09-27T16:26:31.6321612Z test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6322410Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-09-27T16:26:31.6327540Z ok (0.002s) 2022-09-27T16:26:31.6338428Z test_nn_module (__main__.TestVmapAPI) ... test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6339227Z result = vmap(model)(tensor) 2022-09-27T16:26:31.6346298Z ok (0.002s) 2022-09-27T16:26:31.6363031Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6363927Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-09-27T16:26:31.6368519Z test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6369779Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-09-27T16:26:31.6375774Z test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6376749Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-09-27T16:26:31.6381319Z test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6382314Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-09-27T16:26:31.6388259Z test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6389284Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-09-27T16:26:31.6393603Z ok (0.005s) 2022-09-27T16:26:31.6404178Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6405354Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-09-27T16:26:31.6406823Z test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6407619Z vmap(multiple_outputs)(torch.ones(3)) 2022-09-27T16:26:31.6407954Z ok (0.001s) 2022-09-27T16:26:31.6420085Z test_non_zero_in_dims (__main__.TestVmapAPI) ... test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6420927Z output = vmap(lambda x: x, (1,))(tensor) 2022-09-27T16:26:31.6426217Z test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6426988Z output = vmap(torch.mul, (0, 1))(x, y) 2022-09-27T16:26:31.6431641Z test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6432421Z output = vmap(torch.mul, (1, 0))(x, y) 2022-09-27T16:26:31.6437724Z ok (0.003s) 2022-09-27T16:26:31.6448990Z test_none_in_dims (__main__.TestVmapAPI) ... test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6449851Z output = vmap(torch.mul, (0, None))(x, y) 2022-09-27T16:26:31.6455662Z test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6456773Z output = vmap(torch.mul, (0, None))(x, 2) 2022-09-27T16:26:31.6460489Z ok (0.002s) 2022-09-27T16:26:31.6485007Z test_nonzero_out_dims (__main__.TestVmapAPI) ... test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6485863Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-09-27T16:26:31.6491384Z test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6492164Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:26:31.6498271Z test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6499148Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-09-27T16:26:31.6505658Z test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6506481Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-09-27T16:26:31.6516218Z test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6517019Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:26:31.6533513Z test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6534282Z result = vmap(foo, out_dims=1)(x, y) 2022-09-27T16:26:31.6545056Z ok (0.008s) 2022-09-27T16:26:31.6554366Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6555249Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-09-27T16:26:31.6559657Z ok (0.001s) 2022-09-27T16:26:31.6574930Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6575888Z vmap(torch.mul, (0,))(x, y) 2022-09-27T16:26:31.6577462Z test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6578221Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-09-27T16:26:31.6579335Z test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6580240Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-09-27T16:26:31.6581342Z test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6582109Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-09-27T16:26:31.6583319Z test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6584071Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:26:31.6584362Z ok (0.002s) 2022-09-27T16:26:31.6590705Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6591550Z vmap(lambda x: x, out_dims=3)(x) 2022-09-27T16:26:31.6616251Z test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6617080Z vmap(lambda x: x, out_dims=-4)(x) 2022-09-27T16:26:31.6640307Z ok (0.006s) 2022-09-27T16:26:31.6655124Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6660827Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-09-27T16:26:31.6661969Z test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6662746Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-09-27T16:26:31.6663868Z test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6664629Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-09-27T16:26:31.6665751Z test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6666519Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-09-27T16:26:31.6666820Z ok (0.002s) 2022-09-27T16:26:31.6669823Z test_out_dims_edge_case (__main__.TestVmapAPI) ... test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6670668Z expected = vmap(foo, out_dims=1)(tensor) 2022-09-27T16:26:31.6671800Z test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6672569Z result = vmap(foo, out_dims=(1,))(tensor) 2022-09-27T16:26:31.6674651Z ok (0.001s) 2022-09-27T16:26:31.6687981Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6689226Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-09-27T16:26:31.6690628Z test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6691568Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-09-27T16:26:31.6692727Z test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6693574Z vmap(lambda x: x, out_dims=None)(tensor) 2022-09-27T16:26:31.6694805Z test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6695596Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-09-27T16:26:31.6695927Z ok (0.001s) 2022-09-27T16:26:31.6700305Z test_single_input (__main__.TestVmapAPI) ... test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6701151Z output = vmap(square)(x) 2022-09-27T16:26:31.6704198Z ok (0.002s) 2022-09-27T16:26:31.6718505Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6719352Z vmap(torch.ravel)(tensor) 2022-09-27T16:26:31.6743906Z test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6744671Z vmap(out_op)(tensor, tensor) 2022-09-27T16:26:31.6770576Z test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6771392Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-09-27T16:26:31.6794118Z test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6794890Z vmap(torch.Tensor.item)(tensor) 2022-09-27T16:26:31.6823680Z ok (0.012s) 2022-09-27T16:26:31.6887551Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-09-27T16:26:31.6900859Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.6901966Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:26:31.6923159Z ok (0.004s) 2022-09-27T16:26:31.6960036Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-09-27T16:26:31.7058289Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.010s) 2022-09-27T16:26:31.7076143Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:26:31.7088441Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.7089438Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:26:31.7108100Z ok (0.003s) 2022-09-27T16:26:31.7149126Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-09-27T16:26:31.7184413Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:26:31.7213043Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:26:31.7241652Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:26:31.7269647Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:26:31.7302355Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:26:31.7312145Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.7313044Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:26:31.7320911Z ok (0.002s) 2022-09-27T16:26:31.7338073Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:26:31.7355448Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:26:31.7446877Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.009s) 2022-09-27T16:26:31.7465279Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:26:31.7482237Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:26:31.7514394Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:26:31.7541618Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-09-27T16:26:31.7577622Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-09-27T16:26:31.7598904Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:26:31.7659234Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-09-27T16:26:31.7672327Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:26:31.7674289Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:26:31.7674822Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:26:31.7675148Z should be replaced with 2022-09-27T16:26:31.7675624Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:26:31.7675977Z and 2022-09-27T16:26:31.7676287Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:26:31.7676617Z should be replaced with 2022-09-27T16:26:31.7677401Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:26:31.7677953Z r = func(*args, **kwargs) 2022-09-27T16:26:31.7679056Z test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.7680031Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:26:31.7700691Z ok (0.004s) 2022-09-27T16:26:31.7718114Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:26:31.7735646Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-09-27T16:26:31.7748097Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2481: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.7749001Z result = vmap(vjp)(gy) 2022-09-27T16:26:31.7753986Z ok (0.002s) 2022-09-27T16:26:31.7767535Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2496: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.7768423Z result = vmap(vjp)(gy) 2022-09-27T16:26:31.7772549Z ok (0.002s) 2022-09-27T16:26:31.7783949Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-09-27T16:26:31.7791572Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:31.7792461Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:26:31.7793232Z ok (0.001s) 2022-09-27T16:26:31.7878329Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:26:31.8213080Z test_as_strided (__main__.TestVmapOperators) ... ok (0.033s) 2022-09-27T16:26:32.0693185Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.248s) 2022-09-27T16:26:32.0882800Z test_bmm (__main__.TestVmapOperators) ... ok (0.019s) 2022-09-27T16:26:32.0956775Z test_cat (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:26:32.1191636Z test_chunk (__main__.TestVmapOperators) ... ok (0.023s) 2022-09-27T16:26:32.1498394Z test_clamp (__main__.TestVmapOperators) ... ok (0.031s) 2022-09-27T16:26:32.1746442Z test_clone (__main__.TestVmapOperators) ... ok (0.025s) 2022-09-27T16:26:32.3048159Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.130s) 2022-09-27T16:26:32.3183641Z test_conj (__main__.TestVmapOperators) ... ok (0.014s) 2022-09-27T16:26:32.3292098Z test_contiguous (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:26:32.3363027Z test_diagonal (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:26:32.3540220Z test_dot (__main__.TestVmapOperators) ... ok (0.018s) 2022-09-27T16:26:32.3650433Z test_expand_as (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:26:32.3876417Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.023s) 2022-09-27T16:26:32.4023884Z test_imag (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:26:32.4041616Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:26:32.4146863Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:26:32.4165011Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:26:32.4352146Z test_mm (__main__.TestVmapOperators) ... ok (0.019s) 2022-09-27T16:26:32.4477096Z test_movedim (__main__.TestVmapOperators) ... ok (0.012s) 2022-09-27T16:26:32.4659079Z test_mv (__main__.TestVmapOperators) ... ok (0.018s) 2022-09-27T16:26:32.4718400Z test_narrow (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:26:32.4737649Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:26:32.4872614Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:26:32.4923805Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:26:32.6382096Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.146s) 2022-09-27T16:26:32.6531273Z test_real (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:26:32.6598184Z test_reshape (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:26:32.6685757Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.009s) 2022-09-27T16:26:32.6782539Z test_result_type (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:26:32.6835676Z test_select (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:26:32.6888394Z test_slice (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:26:32.7392471Z test_split (__main__.TestVmapOperators) ... ok (0.050s) 2022-09-27T16:26:32.7450864Z test_squeeze (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:26:32.7521925Z test_stack (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:26:32.7535308Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:26:32.7648477Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:26:32.7703278Z test_t (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:26:32.9565216Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.186s) 2022-09-27T16:26:32.9644448Z test_to (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:26:32.9696493Z test_trace (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:26:32.9776919Z test_transpose (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:26:33.1661654Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.188s) 2022-09-27T16:26:33.4781151Z test_unbind (__main__.TestVmapOperators) ... ok (0.312s) 2022-09-27T16:26:33.4839583Z test_unfold (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:26:33.4959718Z test_view (__main__.TestVmapOperators) ... ok (0.012s) 2022-09-27T16:26:33.5110017Z test_view_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:26:33.5867284Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.076s) 2022-09-27T16:26:33.6014302Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:26:33.6026416Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:26:33.6034456Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:26:33.6035745Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:26:33.6036306Z ok (0.001s) 2022-09-27T16:26:33.6037056Z 2022-09-27T16:26:33.6037422Z ---------------------------------------------------------------------- 2022-09-27T16:26:33.6037960Z Ran 125 tests in 2.457s 2022-09-27T16:26:33.6038249Z 2022-09-27T16:26:33.6038493Z OK 2022-09-27T16:26:33.6038652Z 2022-09-27T16:26:33.6038794Z Generating XML reports... 2022-09-27T16:26:33.6109853Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927162631.xml 2022-09-27T16:26:33.6134567Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220927162631.xml 2022-09-27T16:26:33.6172313Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927162631.xml 2022-09-27T16:26:33.8709215Z Running lazy/test_step_closures ... [2022-09-27 16:26:33.870581] 2022-09-27T16:26:33.8709747Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:33.870666] 2022-09-27T16:26:35.0232745Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-09-27T16:26:35.0243399Z 2022-09-27T16:26:35.0243768Z Running tests... 2022-09-27T16:26:35.0244161Z ---------------------------------------------------------------------- 2022-09-27T16:26:35.2530526Z test_asynchronous (__main__.ClosuresTest) ... ok (0.228s) 2022-09-27T16:26:36.2542784Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-09-27T16:26:37.2565429Z test_synchronous (__main__.ClosuresTest) ... ok (1.002s) 2022-09-27T16:26:37.2576950Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-09-27T16:26:37.2577209Z 2022-09-27T16:26:37.2577514Z ---------------------------------------------------------------------- 2022-09-27T16:26:37.2577750Z Ran 4 tests in 2.233s 2022-09-27T16:26:37.2577864Z 2022-09-27T16:26:37.2577926Z OK 2022-09-27T16:26:37.2578018Z 2022-09-27T16:26:37.2578104Z Generating XML reports... 2022-09-27T16:26:37.2607770Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927162635.xml 2022-09-27T16:26:37.5107855Z Running test_indexing ... [2022-09-27 16:26:37.510376] 2022-09-27T16:26:37.5108614Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:37.510454] 2022-09-27T16:26:38.9058615Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-09-27T16:26:38.9073574Z 2022-09-27T16:26:38.9073721Z Running tests... 2022-09-27T16:26:38.9074124Z ---------------------------------------------------------------------- 2022-09-27T16:26:38.9196913Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.012s) 2022-09-27T16:26:38.9212154Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:26:38.9232441Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:26:38.9259376Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-09-27T16:26:38.9362134Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-09-27T16:26:38.9463756Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-09-27T16:26:38.9487844Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:26:38.9623258Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-09-27T16:26:38.9623909Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-09-27T16:26:38.9666974Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-09-27T16:26:38.9667447Z r = func(*args, **kwargs) 2022-09-27T16:26:38.9667630Z ok (0.018s) 2022-09-27T16:26:38.9691045Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-09-27T16:26:38.9862707Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.017s) 2022-09-27T16:26:38.9892210Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-09-27T16:26:38.9947487Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-09-27T16:26:38.9959385Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:26:38.9967798Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:26:38.9979517Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:26:39.0010734Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-09-27T16:26:39.0019106Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:26:39.0033857Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-09-27T16:26:39.0063367Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-09-27T16:26:39.0274434Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-09-27T16:26:39.0288294Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:39.0602084Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.031s) 2022-09-27T16:26:39.3439708Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.284s) 2022-09-27T16:26:39.3469583Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:26:39.3484927Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:39.3517598Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:26:39.3529724Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:39.3546074Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:39.3569735Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:39.3596113Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:26:39.3606978Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:39.3621874Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:39.3639931Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:39.3660854Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:39.3729452Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-09-27T16:26:39.3742560Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:39.3756627Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:39.3843601Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:26:39.4394673Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.055s) 2022-09-27T16:26:39.4428493Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:26:39.7369945Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.294s) 2022-09-27T16:26:39.7408283Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-09-27T16:26:40.7385039Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.997s) 2022-09-27T16:26:40.7409359Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:26:40.7430110Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:26:40.7450844Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:40.7472218Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:40.7492296Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:40.7511923Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:40.7538018Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:26:40.7559293Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:40.7588826Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-09-27T16:26:40.7704004Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.011s) 2022-09-27T16:26:40.7718149Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.7733612Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.7747823Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.7761512Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.7775560Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.7787615Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.7799514Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.7814929Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.7823546Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:40.7832422Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.8259074Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.043s) 2022-09-27T16:26:40.8270623Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.8284774Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.8296557Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.8314035Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:40.8386887Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-09-27T16:26:40.8399965Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.8482710Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-09-27T16:26:40.8558000Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-09-27T16:26:40.8566926Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.8579961Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.8597936Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:40.8672003Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.007s) 2022-09-27T16:26:40.8734598Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.006s) 2022-09-27T16:26:40.8920146Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-09-27T16:26:40.9102182Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-09-27T16:26:40.9114694Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:26:40.9138578Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-09-27T16:26:40.9139999Z 2022-09-27T16:26:40.9141467Z ---------------------------------------------------------------------- 2022-09-27T16:26:40.9142764Z Ran 81 tests in 2.006s 2022-09-27T16:26:40.9143957Z 2022-09-27T16:26:40.9144955Z OK (skipped=5) 2022-09-27T16:26:40.9146012Z 2022-09-27T16:26:40.9146665Z Generating XML reports... 2022-09-27T16:26:40.9178845Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927162638.xml 2022-09-27T16:26:40.9231635Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927162638.xml 2022-09-27T16:26:41.1687240Z Running test_logging ... [2022-09-27 16:26:41.168374] 2022-09-27T16:26:41.1687792Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:41.168456] 2022-09-27T16:26:42.3238324Z Test results will be stored in test-reports/python-unittest/test_logging 2022-09-27T16:26:42.3248285Z 2022-09-27T16:26:42.3248387Z Running tests... 2022-09-27T16:26:42.3248995Z ---------------------------------------------------------------------- 2022-09-27T16:26:42.3255577Z testApiUsage (__main__.LoggingTest) 2022-09-27T16:26:44.0115572Z This test verifies that api usage logging is not triggered via static ... ok (1.686s) 2022-09-27T16:26:44.0116250Z 2022-09-27T16:26:44.0116695Z ---------------------------------------------------------------------- 2022-09-27T16:26:44.0117071Z Ran 1 test in 1.687s 2022-09-27T16:26:44.0117247Z 2022-09-27T16:26:44.0117343Z OK 2022-09-27T16:26:44.0117462Z 2022-09-27T16:26:44.0117593Z Generating XML reports... 2022-09-27T16:26:44.0150446Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927162642.xml 2022-09-27T16:26:44.2906506Z Running test_shape_ops ... [2022-09-27 16:26:44.290248] 2022-09-27T16:26:44.2907231Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:44.290328] 2022-09-27T16:26:45.6680816Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-09-27T16:26:45.6696404Z 2022-09-27T16:26:45.6696929Z Running tests... 2022-09-27T16:26:45.6697328Z ---------------------------------------------------------------------- 2022-09-27T16:26:45.6755173Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:26:45.6792127Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:26:45.6830205Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:26:45.6951760Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:26:45.6988071Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:26:45.7023521Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:45.7040147Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:26:45.7056083Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:26:45.7077899Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:26:45.7099865Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:45.7101260Z r = func(*args, **kwargs) 2022-09-27T16:26:45.7127517Z ok (0.005s) 2022-09-27T16:26:45.7441004Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.031s) 2022-09-27T16:26:45.7708357Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:26:45.8027753Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-09-27T16:26:45.8346771Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-09-27T16:26:45.8654253Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.031s) 2022-09-27T16:26:45.9784669Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.113s) 2022-09-27T16:26:46.0085101Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.030s) 2022-09-27T16:26:46.0353445Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:26:46.0619520Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:26:46.0879918Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.026s) 2022-09-27T16:26:46.1147704Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:26:46.1413762Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-09-27T16:26:46.1526774Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.1636471Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.1748068Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.1859469Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.1970516Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.2082092Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.2192166Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.2303088Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.2413768Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.2523971Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.2633339Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.2743072Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-09-27T16:26:46.2753357Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:26:46.2897077Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-09-27T16:26:46.2994857Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:26:46.3124030Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-09-27T16:26:46.3252909Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-09-27T16:26:46.3386263Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-09-27T16:26:46.3519924Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-09-27T16:26:46.3638217Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-09-27T16:26:46.3731787Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:26:46.3824977Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:26:46.3915138Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:26:46.4008926Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:26:46.4102340Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-09-27T16:26:46.4129366Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:46.4155928Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:46.4177565Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:26:46.4238772Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:26:46.4298495Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:26:46.4358149Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-09-27T16:26:46.4389629Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:46.4420747Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:46.4446093Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-09-27T16:26:46.4479816Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:46.4512508Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:46.4545072Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:46.5549722Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.100s) 2022-09-27T16:26:46.6512369Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.096s) 2022-09-27T16:26:46.7179065Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.066s) 2022-09-27T16:26:46.7647270Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.047s) 2022-09-27T16:26:46.8106770Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-09-27T16:26:46.8561822Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.045s) 2022-09-27T16:26:46.8593175Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:46.8593964Z r = func(*args, **kwargs) 2022-09-27T16:26:46.9055358Z ok (0.049s) 2022-09-27T16:26:46.9084159Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:46.9084905Z r = func(*args, **kwargs) 2022-09-27T16:26:46.9130887Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:46.9131525Z r = func(*args, **kwargs) 2022-09-27T16:26:46.9176125Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:46.9176779Z r = func(*args, **kwargs) 2022-09-27T16:26:46.9266073Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:46.9266730Z r = func(*args, **kwargs) 2022-09-27T16:26:46.9311118Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:46.9311771Z r = func(*args, **kwargs) 2022-09-27T16:26:46.9354727Z ok (0.030s) 2022-09-27T16:26:46.9646117Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:46.9935785Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:47.0225313Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:47.0516165Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:47.0805543Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:47.1095414Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:47.1384716Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:47.1673821Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:47.1963338Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-09-27T16:26:47.1990148Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:47.1999791Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:26:47.2007469Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-09-27T16:26:47.2261393Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-09-27T16:26:47.2287958Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:47.2330534Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:26:47.2373344Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-09-27T16:26:47.2406124Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:47.2438776Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:47.2470335Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:47.2502849Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:47.2535547Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-09-27T16:26:47.2586779Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:26:47.2587229Z 2022-09-27T16:26:47.2587623Z ---------------------------------------------------------------------- 2022-09-27T16:26:47.2587870Z Ran 89 tests in 1.589s 2022-09-27T16:26:47.2587984Z 2022-09-27T16:26:47.2588112Z OK (skipped=1) 2022-09-27T16:26:47.2588218Z 2022-09-27T16:26:47.2588303Z Generating XML reports... 2022-09-27T16:26:47.2676153Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927162645.xml 2022-09-27T16:26:47.5236721Z Running test_namedtensor ... [2022-09-27 16:26:47.523267] 2022-09-27T16:26:47.5237238Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:47.523345] 2022-09-27T16:26:48.9220994Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-09-27T16:26:48.9235929Z 2022-09-27T16:26:48.9236237Z Running tests... 2022-09-27T16:26:48.9236813Z ---------------------------------------------------------------------- 2022-09-27T16:26:48.9257742Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:48.9279825Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:48.9355982Z test_addmm (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:26:48.9376968Z test_addmv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:48.9390150Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:48.9399529Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-09-27T16:26:48.9433678Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.003s) 2022-09-27T16:26:48.9531571Z test_align_to (__main__.TestNamedTensor) ... ok (0.010s) 2022-09-27T16:26:48.9645585Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.011s) 2022-09-27T16:26:48.9656568Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:48.9663535Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:48.9666235Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:26:48.9676400Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:48.9689350Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:48.9701338Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:48.9713103Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:48.9895948Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.018s) 2022-09-27T16:26:49.3106109Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.321s) 2022-09-27T16:26:49.3119682Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3292179Z test_bmm (__main__.TestNamedTensor) ... ok (0.017s) 2022-09-27T16:26:49.3431148Z test_cat (__main__.TestNamedTensor) ... ok (0.014s) 2022-09-27T16:26:49.3445611Z test_cdist (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3502122Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:26:49.3516016Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3530147Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3540798Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3554322Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3563041Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3576438Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3591697Z test_expand (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.3645516Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.005s) 2022-09-27T16:26:49.3841908Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.020s) 2022-09-27T16:26:49.3965873Z test_flatten (__main__.TestNamedTensor) ... ok (0.012s) 2022-09-27T16:26:49.3999083Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:26:49.4010323Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.4029570Z test_index_fill (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:49.4046878Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:49.4057298Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.4070838Z test_logical_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.4097495Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:26:49.4237022Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.014s) 2022-09-27T16:26:49.4300141Z test_masked_select (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:26:49.4522496Z test_matmul (__main__.TestNamedTensor) ... ok (0.022s) 2022-09-27T16:26:49.4554015Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:26:49.4566433Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.4627028Z test_mm (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:26:49.4645041Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:49.5090250Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.044s) 2022-09-27T16:26:49.5175685Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.009s) 2022-09-27T16:26:49.5184490Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.5192150Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.5200827Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.5210951Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.5221148Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.5252610Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:26:49.5461877Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.021s) 2022-09-27T16:26:49.5478221Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:49.5488214Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.6638166Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.115s) 2022-09-27T16:26:49.6731681Z test_refine_names (__main__.TestNamedTensor) ... ok (0.009s) 2022-09-27T16:26:49.6815639Z test_rename (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:26:49.6882911Z test_rename_ (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:26:49.6918515Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:26:49.6940894Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:49.6958101Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:49.7030629Z test_resize (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:26:49.7067525Z test_select (__main__.TestNamedTensor) ... ok (0.004s) 2022-09-27T16:26:49.7070907Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:26:49.7129264Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:26:49.7212805Z test_size (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:26:49.7230400Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:26:49.7241623Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.7322577Z test_stride (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:26:49.7360870Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.004s) 2022-09-27T16:26:49.7373077Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:26:49.7373939Z r = func(*args, **kwargs) 2022-09-27T16:26:49.7397356Z ok (0.004s) 2022-09-27T16:26:49.7407489Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.7416733Z test_tensor_from_tensor (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.7428515Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.7443972Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.7449997Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.7702765Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.025s) 2022-09-27T16:26:49.7877771Z test_unflatten (__main__.TestNamedTensor) ... ok (0.017s) 2022-09-27T16:26:49.7989576Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.011s) 2022-09-27T16:26:49.7998257Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.8006307Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.8017458Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:26:49.8017950Z 2022-09-27T16:26:49.8018461Z ---------------------------------------------------------------------- 2022-09-27T16:26:49.8018896Z Ran 86 tests in 0.878s 2022-09-27T16:26:49.8019084Z 2022-09-27T16:26:49.8019189Z OK (skipped=4) 2022-09-27T16:26:49.8019365Z 2022-09-27T16:26:49.8019501Z Generating XML reports... 2022-09-27T16:26:49.8109495Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220927162648.xml 2022-09-27T16:26:50.0658441Z Running test_futures ... [2022-09-27 16:26:50.065467] 2022-09-27T16:26:50.0658987Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:50.065547] 2022-09-27T16:26:51.2213676Z Test results will be stored in test-reports/python-unittest/test_futures 2022-09-27T16:26:51.2224875Z 2022-09-27T16:26:51.2225231Z Running tests... 2022-09-27T16:26:51.2225664Z ---------------------------------------------------------------------- 2022-09-27T16:26:51.4521183Z 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:26:51.4521598Z 2022-09-27T16:26:51.4521691Z At: 2022-09-27T16:26:51.4521967Z test_futures.py(236): raise_value_error 2022-09-27T16:26:51.4522745Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:26:51.4523040Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-09-27T16:26:51.4523491Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-09-27T16:26:51.4523975Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:26:51.4524412Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:26:51.4524846Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:26:51.4525147Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:26:51.4525401Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:26:51.4525645Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:26:51.4525903Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:26:51.4526154Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:26:51.4526479Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:26:51.4526758Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:26:51.4527013Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:26:51.4527374Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:26:51.4530021Z test_futures.py(340): 2022-09-27T16:26:51.4530199Z 2022-09-27T16:26:51.4530307Z ok (0.230s) 2022-09-27T16:26:51.4551079Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:26:51.4557572Z 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:26:51.4558610Z ok (0.001s) 2022-09-27T16:26:51.4571753Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:26:51.4652147Z test_chained_then (__main__.TestFuture) ... ok (0.008s) 2022-09-27T16:26:51.5668899Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-09-27T16:26:51.5676592Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:26:51.5687979Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:26:51.5707919Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:26:51.5717805Z 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:26:51.5718374Z 2022-09-27T16:26:51.5718487Z At: 2022-09-27T16:26:51.5718834Z test_futures.py(280): raise_value_error 2022-09-27T16:26:51.5719609Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:26:51.5719946Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-09-27T16:26:51.5720234Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:26:51.5720633Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:26:51.5721044Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:26:51.5721535Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:26:51.5721791Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:26:51.5722031Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:26:51.5722282Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:26:51.5722542Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:26:51.5722875Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:26:51.5723147Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:26:51.5723549Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:26:51.5724081Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:26:51.5724360Z test_futures.py(340): 2022-09-27T16:26:51.5724522Z 2022-09-27T16:26:51.5724612Z ok (0.002s) 2022-09-27T16:26:51.5746540Z test_mark_future_twice (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:26:51.5773105Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:26:51.5787117Z test_set_exception (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:26:51.5805132Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:26:51.5821552Z test_then (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:26:51.5831013Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:26:51.5839385Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:26:51.5849004Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:26:51.5860427Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:26:51.5871041Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-09-27T16:26:51.5874335Z ok (0.001s) 2022-09-27T16:26:52.0899381Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.502s) 2022-09-27T16:26:52.0945656Z test_wait_none (__main__.TestFuture) ... ok (0.005s) 2022-09-27T16:26:52.0946183Z 2022-09-27T16:26:52.0946553Z ---------------------------------------------------------------------- 2022-09-27T16:26:52.0946864Z Ran 22 tests in 0.872s 2022-09-27T16:26:52.0946980Z 2022-09-27T16:26:52.0947041Z OK 2022-09-27T16:26:52.0947133Z 2022-09-27T16:26:52.0947224Z Generating XML reports... 2022-09-27T16:26:52.0988453Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220927162651.xml 2022-09-27T16:26:52.3551063Z Running nn/test_dropout ... [2022-09-27 16:26:52.354715] 2022-09-27T16:26:52.3551555Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:52.354803] 2022-09-27T16:26:53.7472873Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-09-27T16:26:53.7486231Z 2022-09-27T16:26:53.7486326Z Running tests... 2022-09-27T16:26:53.7487067Z ---------------------------------------------------------------------- 2022-09-27T16:26:53.7521654Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.003s) 2022-09-27T16:26:53.8213135Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.069s) 2022-09-27T16:26:53.8229004Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.002s) 2022-09-27T16:26:53.8238035Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:26:53.8330791Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:26:53.8491977Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:53.8619340Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:26:54.2840561Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.422s) 2022-09-27T16:26:54.2852983Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:26:54.2853361Z 2022-09-27T16:26:54.2853814Z ---------------------------------------------------------------------- 2022-09-27T16:26:54.2854451Z Ran 9 tests in 0.537s 2022-09-27T16:26:54.2854639Z 2022-09-27T16:26:54.2854757Z OK (skipped=1) 2022-09-27T16:26:54.2854918Z 2022-09-27T16:26:54.2855057Z Generating XML reports... 2022-09-27T16:26:54.2883370Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927162653.xml 2022-09-27T16:26:54.2889656Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927162653.xml 2022-09-27T16:26:54.5438624Z Running test_function_schema ... [2022-09-27 16:26:54.543521] 2022-09-27T16:26:54.5439335Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:54.543598] 2022-09-27T16:26:55.6998893Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-09-27T16:26:55.7010985Z 2022-09-27T16:26:55.7011369Z Running tests... 2022-09-27T16:26:55.7011773Z ---------------------------------------------------------------------- 2022-09-27T16:26:55.9322010Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.231s) 2022-09-27T16:26:55.9332186Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:55.9343005Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:55.9355892Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:55.9365631Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:55.9375906Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:55.9394860Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-09-27T16:26:55.9402185Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:55.9411409Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:56.1796718Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.238s) 2022-09-27T16:26:56.1806117Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:56.1814978Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:56.1826233Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:26:56.1826620Z 2022-09-27T16:26:56.1826958Z ---------------------------------------------------------------------- 2022-09-27T16:26:56.1827237Z Ran 13 tests in 0.482s 2022-09-27T16:26:56.1827410Z 2022-09-27T16:26:56.1827469Z OK 2022-09-27T16:26:56.1827563Z 2022-09-27T16:26:56.1827635Z Generating XML reports... 2022-09-27T16:26:56.1861954Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927162655.xml 2022-09-27T16:26:56.4293899Z Running test_fx_reinplace_pass ... [2022-09-27 16:26:56.429023] 2022-09-27T16:26:56.4294725Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:56.429098] 2022-09-27T16:26:57.5698447Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-09-27T16:26:57.5710202Z 2022-09-27T16:26:57.5710292Z Running tests... 2022-09-27T16:26:57.5711162Z ---------------------------------------------------------------------- 2022-09-27T16:26:57.8078868Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.236s) 2022-09-27T16:26:57.8132520Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.005s) 2022-09-27T16:26:57.8186205Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.005s) 2022-09-27T16:26:57.8320715Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.013s) 2022-09-27T16:26:57.8376632Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.006s) 2022-09-27T16:26:57.8852310Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.047s) 2022-09-27T16:26:57.9355143Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.050s) 2022-09-27T16:26:57.9461527Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.011s) 2022-09-27T16:26:57.9571193Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.011s) 2022-09-27T16:26:57.9678011Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.011s) 2022-09-27T16:26:57.9742927Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.006s) 2022-09-27T16:26:57.9743145Z 2022-09-27T16:26:57.9743512Z ---------------------------------------------------------------------- 2022-09-27T16:26:57.9743768Z Ran 11 tests in 0.403s 2022-09-27T16:26:57.9743886Z 2022-09-27T16:26:57.9743950Z OK 2022-09-27T16:26:57.9744052Z 2022-09-27T16:26:57.9744139Z Generating XML reports... 2022-09-27T16:26:57.9775331Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220927162657.xml 2022-09-27T16:26:58.2255205Z Running test_monitor ... [2022-09-27 16:26:58.225199] 2022-09-27T16:26:58.2255704Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:58.225276] 2022-09-27T16:26:59.3553031Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-09-27T16:26:59.3564617Z 2022-09-27T16:26:59.3564922Z Running tests... 2022-09-27T16:26:59.3565555Z ---------------------------------------------------------------------- 2022-09-27T16:26:59.5854520Z test_event_handler (__main__.TestMonitor) ... ok (0.229s) 2022-09-27T16:26:59.5868015Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.001s) 2022-09-27T16:26:59.5890011Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-09-27T16:26:59.5899039Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-09-27T16:26:59.8136364Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.223s) 2022-09-27T16:26:59.8136551Z 2022-09-27T16:26:59.8137005Z ---------------------------------------------------------------------- 2022-09-27T16:26:59.8137448Z Ran 5 tests in 0.457s 2022-09-27T16:26:59.8137614Z 2022-09-27T16:26:59.8137676Z OK 2022-09-27T16:26:59.8137767Z 2022-09-27T16:26:59.8137857Z Generating XML reports... 2022-09-27T16:26:59.8151844Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927162659.xml 2022-09-27T16:26:59.8152702Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927162659.xml 2022-09-27T16:27:00.0932367Z Running lazy/test_reuse_ir ... [2022-09-27 16:27:00.092825] 2022-09-27T16:27:00.0932882Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:00.092921] 2022-09-27T16:27:01.2109299Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-09-27T16:27:01.2119968Z 2022-09-27T16:27:01.2120092Z Running tests... 2022-09-27T16:27:01.2120672Z ---------------------------------------------------------------------- 2022-09-27T16:27:01.4490102Z 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. (0.237s) 2022-09-27T16:27:01.4502134Z 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:27:01.4514849Z 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:27:01.5764335Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.125s) 2022-09-27T16:27:01.5764650Z 2022-09-27T16:27:01.5765356Z ---------------------------------------------------------------------- 2022-09-27T16:27:01.5765743Z Ran 4 tests in 0.364s 2022-09-27T16:27:01.5765932Z 2022-09-27T16:27:01.5766061Z OK (skipped=3) 2022-09-27T16:27:01.5766237Z 2022-09-27T16:27:01.5766378Z Generating XML reports... 2022-09-27T16:27:01.5796312Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927162701.xml 2022-09-27T16:27:01.8345369Z Running test_autocast ... [2022-09-27 16:27:01.834140] 2022-09-27T16:27:01.8345912Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:01.834217] 2022-09-27T16:27:02.9747128Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-09-27T16:27:02.9758389Z 2022-09-27T16:27:02.9758524Z Running tests... 2022-09-27T16:27:02.9758971Z ---------------------------------------------------------------------- 2022-09-27T16:27:03.2135784Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.237s) 2022-09-27T16:27:03.2178894Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.004s) 2022-09-27T16:27:03.2251875Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.007s) 2022-09-27T16:27:03.2395278Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.014s) 2022-09-27T16:27:03.2455495Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.006s) 2022-09-27T16:27:03.3217404Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.076s) 2022-09-27T16:27:03.3263518Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.005s) 2022-09-27T16:27:03.3274863Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-09-27T16:27:03.3275159Z 2022-09-27T16:27:03.3275609Z ---------------------------------------------------------------------- 2022-09-27T16:27:03.3275977Z Ran 8 tests in 0.352s 2022-09-27T16:27:03.3276153Z 2022-09-27T16:27:03.3276248Z OK 2022-09-27T16:27:03.3276398Z 2022-09-27T16:27:03.3276551Z Generating XML reports... 2022-09-27T16:27:03.3307291Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927162702.xml 2022-09-27T16:27:03.3309755Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927162702.xml 2022-09-27T16:27:03.5734701Z Running test_multiprocessing_spawn ... [2022-09-27 16:27:03.573082] 2022-09-27T16:27:03.5735479Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:03.573164] 2022-09-27T16:27:04.7079338Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-09-27T16:27:04.7092850Z 2022-09-27T16:27:04.7093256Z Running tests... 2022-09-27T16:27:04.7093676Z ---------------------------------------------------------------------- 2022-09-27T16:27:04.9429886Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.233s) 2022-09-27T16:27:04.9990487Z test_exception_all (__main__.ForkTest) ... ok (0.056s) 2022-09-27T16:27:05.0000898Z 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:27:05.0008280Z 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:27:05.0014421Z 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.001s) 2022-09-27T16:27:05.0020962Z 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:27:05.0028158Z 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:27:05.0034921Z 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:27:05.0041785Z 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:27:05.0048054Z 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.001s) 2022-09-27T16:27:05.0053723Z 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:27:05.0060037Z 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.001s) 2022-09-27T16:27:05.0066901Z 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:27:05.0164318Z test_signal_raises (__main__.SpawnTest) ... ok (0.010s) 2022-09-27T16:27:05.0172494Z 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:27:05.0178035Z 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.000s) 2022-09-27T16:27:05.0183686Z 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:27:05.0189211Z 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:27:05.0195134Z 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:27:05.0195828Z 2022-09-27T16:27:05.0196215Z ---------------------------------------------------------------------- 2022-09-27T16:27:05.0196634Z Ran 19 tests in 0.310s 2022-09-27T16:27:05.0196753Z 2022-09-27T16:27:05.0196813Z OK (skipped=16) 2022-09-27T16:27:05.0196922Z 2022-09-27T16:27:05.0197007Z Generating XML reports... 2022-09-27T16:27:05.0225596Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927162704.xml 2022-09-27T16:27:05.0235421Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927162704.xml 2022-09-27T16:27:05.0245875Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927162704.xml 2022-09-27T16:27:05.3039265Z Running test_pytree ... [2022-09-27 16:27:05.303544] 2022-09-27T16:27:05.3039897Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:05.303623] 2022-09-27T16:27:06.4413956Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-09-27T16:27:06.4424818Z 2022-09-27T16:27:06.4424908Z Running tests... 2022-09-27T16:27:06.4425648Z ---------------------------------------------------------------------- 2022-09-27T16:27:06.6768391Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.234s) 2022-09-27T16:27:06.6815567Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.005s) 2022-09-27T16:27:06.6837762Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:27:06.6861425Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:27:06.6887355Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.003s) 2022-09-27T16:27:06.6899019Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:27:06.6919867Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:27:06.6940716Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:27:06.6958221Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:27:06.6983331Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:27:06.6996183Z test_tree_all_any (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:27:06.7004815Z test_tree_only (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:27:06.7016813Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:27:06.7026323Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:27:06.7034847Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:27:06.7035107Z 2022-09-27T16:27:06.7035537Z ---------------------------------------------------------------------- 2022-09-27T16:27:06.7036056Z Ran 15 tests in 0.261s 2022-09-27T16:27:06.7038007Z 2022-09-27T16:27:06.7040951Z OK 2022-09-27T16:27:06.7041152Z 2022-09-27T16:27:06.7041289Z Generating XML reports... 2022-09-27T16:27:06.7071260Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927162706.xml 2022-09-27T16:27:06.9537274Z Running test_set_default_mobile_cpu_allocator ... [2022-09-27 16:27:06.953306] 2022-09-27T16:27:06.9537882Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:06.953385] 2022-09-27T16:27:08.0821647Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-09-27T16:27:08.0831793Z 2022-09-27T16:27:08.0831913Z Running tests... 2022-09-27T16:27:08.0832363Z ---------------------------------------------------------------------- 2022-09-27T16:27:08.3197779Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.236s) 2022-09-27T16:27:08.3205007Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-09-27T16:27:08.3205379Z 2022-09-27T16:27:08.3205901Z ---------------------------------------------------------------------- 2022-09-27T16:27:08.3206175Z Ran 2 tests in 0.237s 2022-09-27T16:27:08.3206293Z 2022-09-27T16:27:08.3206356Z OK 2022-09-27T16:27:08.3206460Z 2022-09-27T16:27:08.3206531Z Generating XML reports... 2022-09-27T16:27:08.3230272Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927162708.xml 2022-09-27T16:27:08.5670721Z Running test_per_overload_api ... [2022-09-27 16:27:08.566699] 2022-09-27T16:27:08.5671437Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:08.566775] 2022-09-27T16:27:09.7013661Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-09-27T16:27:09.7024021Z 2022-09-27T16:27:09.7024167Z Running tests... 2022-09-27T16:27:09.7024766Z ---------------------------------------------------------------------- 2022-09-27T16:27:09.9337073Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.231s) 2022-09-27T16:27:09.9355502Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-09-27T16:27:09.9373675Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-09-27T16:27:09.9374240Z 2022-09-27T16:27:09.9374607Z ---------------------------------------------------------------------- 2022-09-27T16:27:09.9375094Z Ran 3 tests in 0.235s 2022-09-27T16:27:09.9375296Z 2022-09-27T16:27:09.9375378Z OK 2022-09-27T16:27:09.9375471Z 2022-09-27T16:27:09.9375559Z Generating XML reports... 2022-09-27T16:27:09.9401154Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927162709.xml 2022-09-27T16:27:10.1815374Z Running test_native_mha ... [2022-09-27 16:27:10.181185] 2022-09-27T16:27:10.1815901Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:10.181259] 2022-09-27T16:27:11.5506648Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-09-27T16:27:11.5517393Z 2022-09-27T16:27:11.5517498Z Running tests... 2022-09-27T16:27:11.5518460Z ---------------------------------------------------------------------- 2022-09-27T16:27:11.5592419Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:27:11.5628969Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:27:11.5757093Z test_native_multihead_self_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:919: 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:27:11.5758399Z r = func(*args, **kwargs) 2022-09-27T16:27:11.6381718Z ok (0.075s) 2022-09-27T16:27:11.6595414Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:27:11.6605642Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:11.6606059Z 2022-09-27T16:27:11.6606458Z ---------------------------------------------------------------------- 2022-09-27T16:27:11.6606847Z Ran 5 tests in 0.109s 2022-09-27T16:27:11.6607029Z 2022-09-27T16:27:11.6607148Z OK (skipped=1) 2022-09-27T16:27:11.6607326Z 2022-09-27T16:27:11.6608820Z Generating XML reports... 2022-09-27T16:27:11.6636334Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927162711.xml 2022-09-27T16:27:11.9084781Z Running test_cpp_extensions_aot_ninja ... [2022-09-27 16:27:11.908098] 2022-09-27T16:27:13.2994164Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:27:13.4013825Z running install 2022-09-27T16:27:13.4015785Z /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:27:13.4016601Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:27:13.4121495Z running build 2022-09-27T16:27:13.4121823Z running build_py 2022-09-27T16:27:13.4172766Z creating build 2022-09-27T16:27:13.4173296Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:27:13.4173850Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:27:13.4174587Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:27:13.4175766Z running build_ext 2022-09-27T16:27:13.4568394Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:27:13.4569161Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-09-27T16:27:13.4925075Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:27:13.4926442Z Compiling objects... 2022-09-27T16:27:13.4926725Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:27:14.4733002Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:27:14.4734601Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:27:14.4736334Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-09-27T16:27:14.4736811Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:27:14.4737241Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:27:14.4737562Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-09-27T16:27:14.4738242Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:27:14.4738623Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-09-27T16:27:14.4739348Z /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:27:14.4739808Z class class_ : public detail::generic_type { 2022-09-27T16:27:14.4740006Z ^~~~~~ 2022-09-27T16:27:14.4740580Z /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:27:14.4833461Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:27:14.7431807Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:27:14.7813877Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:27:14.7823637Z Compiling objects... 2022-09-27T16:27:14.7824177Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:27:15.6877553Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:27:15.6878968Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:27:15.6932471Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:27:15.9522426Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:27:15.9907555Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:27:15.9908194Z Compiling objects... 2022-09-27T16:27:15.9908603Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:27:17.1090515Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:27:17.1092043Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:27:17.1092506Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-09-27T16:27:17.1092972Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:27:17.1093386Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:27:17.1093845Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:27:17.1094191Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-09-27T16:27:17.1094677Z /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:27:17.1094989Z # pragma unroll 2022-09-27T16:27:17.1095158Z 2022-09-27T16:27:17.1146178Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:27:17.3764334Z running install_lib 2022-09-27T16:27:17.3827676Z creating install 2022-09-27T16:27:17.3828096Z creating install/opt 2022-09-27T16:27:17.3828444Z creating install/opt/conda 2022-09-27T16:27:17.3828773Z creating install/opt/conda/lib 2022-09-27T16:27:17.3829147Z creating install/opt/conda/lib/python3.7 2022-09-27T16:27:17.3829797Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:27:17.3830425Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:27:17.3831310Z 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:27:17.3832418Z 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:27:17.3891873Z 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:27:17.3953367Z 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:27:17.4016379Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-09-27T16:27:17.4018364Z running install_egg_info 2022-09-27T16:27:17.4148733Z running egg_info 2022-09-27T16:27:17.4149257Z creating torch_test_cpp_extension.egg-info 2022-09-27T16:27:17.4196571Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:27:17.4199300Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:27:17.4202916Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:27:17.4203776Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:27:17.4254498Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:27:17.4260778Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:27:17.4261707Z 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:27:17.4266035Z running install_scripts 2022-09-27T16:27:19.0938554Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:27:19.1224947Z running install 2022-09-27T16:27:19.1225924Z /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:27:19.1226360Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:27:19.1332195Z running build 2022-09-27T16:27:19.1332409Z running build_ext 2022-09-27T16:27:19.1711015Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:27:19.1711447Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-09-27T16:27:19.1711959Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-09-27T16:27:19.2060546Z 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:27:19.2061429Z Compiling objects... 2022-09-27T16:27:19.2062341Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:27:19.2884883Z [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:27:19.2886431Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:27:19.2929094Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:27:19.2931097Z 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:27:19.4323701Z running install_lib 2022-09-27T16:27:19.4384918Z creating install 2022-09-27T16:27:19.4385200Z creating install/opt 2022-09-27T16:27:19.4385467Z creating install/opt/conda 2022-09-27T16:27:19.4385759Z creating install/opt/conda/lib 2022-09-27T16:27:19.4386057Z creating install/opt/conda/lib/python3.7 2022-09-27T16:27:19.4386513Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:27:19.4387369Z 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:27:19.4393431Z running install_egg_info 2022-09-27T16:27:19.4522446Z running egg_info 2022-09-27T16:27:19.4522793Z creating no_python_abi_suffix_test.egg-info 2022-09-27T16:27:19.4569968Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:27:19.4572148Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:27:19.4574658Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:27:19.4575966Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:27:19.4624430Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:27:19.4630364Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:27:19.4631055Z 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:27:19.4634911Z running install_scripts 2022-09-27T16:27:19.7391531Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:19.738721] 2022-09-27T16:27:21.3907127Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:27:21.4400102Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-09-27T16:27:21.4414657Z 2022-09-27T16:27:21.4414784Z Running tests... 2022-09-27T16:27:21.4415450Z ---------------------------------------------------------------------- 2022-09-27T16:27:21.4546169Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-09-27T16:27:21.4551622Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:27:21.4557845Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:27:21.4563390Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:27:21.4568149Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:27:21.4580806Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:27:21.4593235Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:27:21.4606512Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:27:21.4613355Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:27:21.4623895Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:27:21.4642526Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:27:21.4699868Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-09-27T16:27:21.4716302Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:27:21.4766015Z test_rng (__main__.TestRNGExtension) ... ok (0.005s) 2022-09-27T16:27:21.4774458Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:27:21.4774783Z 2022-09-27T16:27:21.4775231Z ---------------------------------------------------------------------- 2022-09-27T16:27:21.4775675Z Ran 15 tests in 0.036s 2022-09-27T16:27:21.4775877Z 2022-09-27T16:27:21.4776010Z OK (skipped=5) 2022-09-27T16:27:21.4776200Z 2022-09-27T16:27:21.4776603Z Generating XML reports... 2022-09-27T16:27:21.4807276Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927162721.xml 2022-09-27T16:27:21.4812221Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927162721.xml 2022-09-27T16:27:21.4814611Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927162721.xml 2022-09-27T16:27:21.4817325Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927162721.xml 2022-09-27T16:27:21.8233657Z Running test_numba_integration ... [2022-09-27 16:27:21.822881] 2022-09-27T16:27:21.8234207Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:21.822955] 2022-09-27T16:27:23.1797868Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-09-27T16:27:23.1808180Z 2022-09-27T16:27:23.1808274Z Running tests... 2022-09-27T16:27:23.1808900Z ---------------------------------------------------------------------- 2022-09-27T16:27:23.1819752Z test_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:27:23.1820556Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-09-27T16:27:23.1835653Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-09-27T16:27:23.1836212Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-09-27T16:27:23.1847827Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-09-27T16:27:23.1848193Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-09-27T16:27:23.1865423Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:27:23.1865986Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-09-27T16:27:23.1884462Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:27:23.1885345Z 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:27:23.1896518Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:27:23.1897282Z 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:27:23.1904980Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-09-27T16:27:23.1905626Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-09-27T16:27:23.1911824Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-09-27T16:27:23.1912574Z 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:27:23.1913080Z 2022-09-27T16:27:23.1913452Z ---------------------------------------------------------------------- 2022-09-27T16:27:23.1913888Z Ran 8 tests in 0.010s 2022-09-27T16:27:23.1914101Z 2022-09-27T16:27:23.1914224Z OK (skipped=8) 2022-09-27T16:27:23.1914351Z 2022-09-27T16:27:23.1914436Z Generating XML reports... 2022-09-27T16:27:23.1944486Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927162723.xml 2022-09-27T16:27:23.4274099Z Running distributions/test_constraints ... [2022-09-27 16:27:23.427061] 2022-09-27T16:27:23.4274664Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-09-27 16:27:23.427144] 2022-09-27T16:27:23.7648761Z ============================= test session starts ============================== 2022-09-27T16:27:23.7649477Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:27:23.7718070Z cachedir: .pytest_cache 2022-09-27T16:27:23.7718762Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:27:23.7719135Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:27:23.7719542Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:27:25.0288815Z collecting ...  2022-09-27T16:27:25.0312763Z collecting 132 items  2022-09-27T16:27:25.0313181Z collected 132 items  2022-09-27T16:27:25.0316343Z 2022-09-27T16:27:25.0339732Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-09-27T16:27:25.0351579Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-09-27T16:27:25.0363133Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-09-27T16:27:25.0374806Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-09-27T16:27:25.0390144Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-09-27T16:27:25.0405134Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-09-27T16:27:25.0417371Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-09-27T16:27:25.0430964Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-09-27T16:27:25.0444053Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-09-27T16:27:25.0456146Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-09-27T16:27:25.0469536Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-09-27T16:27:25.0483157Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-09-27T16:27:25.0495781Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-09-27T16:27:25.0509758Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-09-27T16:27:25.0522745Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-09-27T16:27:25.0536632Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-09-27T16:27:25.0551137Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-09-27T16:27:25.0564571Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-09-27T16:27:25.0573628Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-09-27T16:27:25.0581002Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-09-27T16:27:25.0588437Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-09-27T16:27:25.0596814Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-09-27T16:27:25.0604374Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-09-27T16:27:25.0612147Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-09-27T16:27:25.0619741Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-09-27T16:27:25.0627034Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-09-27T16:27:25.0634692Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-09-27T16:27:25.0642125Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-09-27T16:27:25.0649836Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-09-27T16:27:25.0657573Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-09-27T16:27:25.0665225Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-09-27T16:27:25.0674348Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-09-27T16:27:25.0681937Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-09-27T16:27:25.0689422Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-09-27T16:27:25.0696975Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-09-27T16:27:25.0704462Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-09-27T16:27:25.0717132Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-09-27T16:27:25.0730432Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-09-27T16:27:25.0746654Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-09-27T16:27:25.0760354Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-09-27T16:27:25.0774599Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-09-27T16:27:25.0788784Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-09-27T16:27:25.0802921Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-09-27T16:27:25.0816886Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-09-27T16:27:25.0831096Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-09-27T16:27:25.0845106Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-09-27T16:27:25.0859435Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-09-27T16:27:25.0873547Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-09-27T16:27:25.0887553Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-09-27T16:27:25.0901623Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-09-27T16:27:25.0916468Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-09-27T16:27:25.0930975Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-09-27T16:27:25.0944840Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-09-27T16:27:25.0959018Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-09-27T16:27:25.0973389Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-09-27T16:27:25.0987503Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-09-27T16:27:25.1001292Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-09-27T16:27:25.1018738Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-09-27T16:27:25.1041613Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-09-27T16:27:25.1055159Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-09-27T16:27:25.1062879Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-09-27T16:27:25.1071889Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-09-27T16:27:25.1079474Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-09-27T16:27:25.1086969Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-09-27T16:27:25.1094678Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-09-27T16:27:25.1102084Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-09-27T16:27:25.1109697Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-09-27T16:27:25.1117219Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-09-27T16:27:25.1124918Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-09-27T16:27:25.1132610Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-09-27T16:27:25.1140527Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-09-27T16:27:25.1148173Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-09-27T16:27:25.1155819Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-09-27T16:27:25.1164885Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-09-27T16:27:25.1172492Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-09-27T16:27:25.1179947Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-09-27T16:27:25.1187611Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-09-27T16:27:25.1195139Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-09-27T16:27:25.1202548Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-09-27T16:27:25.1210019Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-09-27T16:27:25.1217300Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-09-27T16:27:25.1224643Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-09-27T16:27:25.1232014Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-09-27T16:27:25.1239364Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-09-27T16:27:25.1250442Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-09-27T16:27:25.1261706Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-09-27T16:27:25.1275279Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-09-27T16:27:25.1288570Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-09-27T16:27:25.1302975Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-09-27T16:27:25.1317028Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-09-27T16:27:25.1332666Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-09-27T16:27:25.1346386Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-09-27T16:27:25.1360196Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-09-27T16:27:25.1374117Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-09-27T16:27:25.1387589Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-09-27T16:27:25.1401874Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-09-27T16:27:25.1416259Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-09-27T16:27:25.1430885Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-09-27T16:27:25.1444349Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-09-27T16:27:25.1457673Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-09-27T16:27:25.1470988Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-09-27T16:27:25.1484588Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-09-27T16:27:25.1498091Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-09-27T16:27:25.1511550Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-09-27T16:27:25.1525686Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-09-27T16:27:25.1540880Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-09-27T16:27:25.1560487Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-09-27T16:27:25.1575006Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-09-27T16:27:25.1583228Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-09-27T16:27:25.1591555Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-09-27T16:27:25.1599806Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-09-27T16:27:25.1607883Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-09-27T16:27:25.1616205Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-09-27T16:27:25.1624363Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-09-27T16:27:25.1632838Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-09-27T16:27:25.1641406Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-09-27T16:27:25.1649917Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-09-27T16:27:25.1659383Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-09-27T16:27:25.1667496Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-09-27T16:27:25.1675749Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-09-27T16:27:25.1683952Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-09-27T16:27:25.1692293Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-09-27T16:27:25.1699621Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-09-27T16:27:25.1707180Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-09-27T16:27:25.1714787Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-09-27T16:27:25.1722207Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-09-27T16:27:25.1730180Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-09-27T16:27:25.1737818Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-09-27T16:27:25.1745585Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-09-27T16:27:25.1755197Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-09-27T16:27:25.1763702Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-09-27T16:27:25.1774861Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-09-27T16:27:25.1776157Z 2022-09-27T16:27:25.1776547Z ======================== 65 passed, 67 skipped in 1.41s ======================== 2022-09-27T16:27:25.4381411Z Running lazy/test_extract_compiled_graph ... [2022-09-27 16:27:25.437717] 2022-09-27T16:27:25.4381965Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:25.437795] 2022-09-27T16:27:26.5820612Z Running test_comparison_utils ... [2022-09-27 16:27:26.581710] 2022-09-27T16:27:26.5821159Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:26.581788] 2022-09-27T16:27:27.9126869Z Running test_cuda_primary_ctx ... [2022-09-27 16:27:27.912296] 2022-09-27T16:27:27.9127435Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:27.912378] 2022-09-27T16:27:29.0438130Z CUDA not available, skipping tests 2022-09-27T16:27:29.2245568Z Running test_cuda_trace ... [2022-09-27 16:27:29.224263] 2022-09-27T16:27:29.2246075Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:29.224347] 2022-09-27T16:27:30.3554050Z CUDA not available, skipping tests 2022-09-27T16:27:30.5335865Z Running test_deploy ... [2022-09-27 16:27:30.533258] 2022-09-27T16:27:30.5336525Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:27:30.533337] 2022-09-27T16:27:30.8639722Z ============================= test session starts ============================== 2022-09-27T16:27:30.8640453Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:27:30.8709356Z cachedir: .pytest_cache 2022-09-27T16:27:30.8710046Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:27:30.8710547Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:27:30.8711091Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:27:31.8684295Z collecting ...  2022-09-27T16:27:31.8690890Z collecting 0 items  2022-09-27T16:27:31.8691300Z collected 1 item  2022-09-27T16:27:31.8694903Z 2022-09-27T16:27:32.1188271Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:27:32.1188879Z 2022-09-27T16:27:32.1189243Z ============================== 1 passed in 1.26s =============================== 2022-09-27T16:27:32.3812184Z Running test_hub ... [2022-09-27 16:27:32.380850] 2022-09-27T16:27:32.3812690Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:27:32.380941] 2022-09-27T16:27:33.6874762Z Running doctests ... [2022-09-27 16:27:33.687139] 2022-09-27T16:27:33.7114110Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-09-27T16:27:33.7114371Z Listing tests 2022-09-27T16:27:38.5060692Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-09-27T16:27:38.5061601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-09-27T16:27:38.5062365Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-09-27T16:27:38.5063131Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-09-27T16:27:38.5063943Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so Generator:0 2022-09-27T16:27:38.5064723Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so _LinAlgError:0 2022-09-27T16:27:38.5065487Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-09-27T16:27:38.5066426Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-09-27T16:27:38.5067113Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-09-27T16:27:38.5067773Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-09-27T16:27:38.5068503Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-09-27T16:27:38.5068945Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-09-27T16:27:38.5069617Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-09-27T16:27:38.5070031Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-09-27T16:27:38.5070461Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-09-27T16:27:38.5070904Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-09-27T16:27:38.5071310Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-09-27T16:27:38.5071791Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-09-27T16:27:38.5072209Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-09-27T16:27:38.5072634Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-09-27T16:27:38.5073074Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-09-27T16:27:38.5073509Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-09-27T16:27:38.5073938Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-09-27T16:27:38.5074363Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-09-27T16:27:38.5074757Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-09-27T16:27:38.5075173Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-09-27T16:27:38.5075591Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-09-27T16:27:38.5075991Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-09-27T16:27:38.5076401Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-09-27T16:27:38.5076824Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-09-27T16:27:38.5077244Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-09-27T16:27:38.5077628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-09-27T16:27:38.5078015Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-09-27T16:27:38.5078398Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-09-27T16:27:38.5078777Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-09-27T16:27:38.5079192Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-09-27T16:27:38.5079622Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-09-27T16:27:38.5080057Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-09-27T16:27:38.5080468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-09-27T16:27:38.5080907Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-09-27T16:27:38.5081358Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-09-27T16:27:38.5081805Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-09-27T16:27:38.5082236Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-09-27T16:27:38.5082698Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-09-27T16:27:38.5083139Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-09-27T16:27:38.5083597Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-09-27T16:27:38.5084019Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-09-27T16:27:38.5084440Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-09-27T16:27:38.5084872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-09-27T16:27:38.5085332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-09-27T16:27:38.5085792Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-09-27T16:27:38.5086246Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-09-27T16:27:38.5086700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-09-27T16:27:38.5087129Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-09-27T16:27:38.5087545Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-09-27T16:27:38.5087963Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-09-27T16:27:38.5088412Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-09-27T16:27:38.5089050Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-09-27T16:27:38.5089487Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-09-27T16:27:38.5089937Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-09-27T16:27:38.5090384Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-09-27T16:27:38.5090842Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-09-27T16:27:38.5091298Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-09-27T16:27:38.5091747Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-09-27T16:27:38.5092184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-09-27T16:27:38.5092647Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-09-27T16:27:38.5093118Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-09-27T16:27:38.5093605Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-09-27T16:27:38.5094067Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-09-27T16:27:38.5094541Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-09-27T16:27:38.5095035Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-09-27T16:27:38.5095540Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-09-27T16:27:38.5096029Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-09-27T16:27:38.5096523Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-09-27T16:27:38.5096994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-09-27T16:27:38.5097506Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-09-27T16:27:38.5097977Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-09-27T16:27:38.5098453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-09-27T16:27:38.5098962Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-09-27T16:27:38.5099427Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-09-27T16:27:38.5099887Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-09-27T16:27:38.5100343Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-09-27T16:27:38.5100797Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-09-27T16:27:38.5101249Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-09-27T16:27:38.5101734Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-09-27T16:27:38.5102212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-09-27T16:27:38.5102692Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-09-27T16:27:38.5103173Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-09-27T16:27:38.5103681Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-09-27T16:27:38.5104198Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-09-27T16:27:38.5104676Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-09-27T16:27:38.5105116Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-09-27T16:27:38.5105579Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-09-27T16:27:38.5106066Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-09-27T16:27:38.5106572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn_relu:0 2022-09-27T16:27:38.5107063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-09-27T16:27:38.5107580Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-09-27T16:27:38.5108128Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-09-27T16:27:38.5108611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-09-27T16:27:38.5109060Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-09-27T16:27:38.5109526Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-09-27T16:27:38.5109999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-09-27T16:27:38.5110452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-09-27T16:27:38.5110979Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-09-27T16:27:38.5111464Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-09-27T16:27:38.5111936Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-09-27T16:27:38.5112425Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-09-27T16:27:38.5112891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-09-27T16:27:38.5113351Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-09-27T16:27:38.5113844Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-09-27T16:27:38.5114440Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-09-27T16:27:38.5115109Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-09-27T16:27:38.5115793Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-09-27T16:27:38.5116470Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-09-27T16:27:38.5117110Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-09-27T16:27:38.5117732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-09-27T16:27:38.5118338Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py BaseDataSparsifier:0 2022-09-27T16:27:38.5118867Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-09-27T16:27:38.5119377Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-09-27T16:27:38.5119903Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-09-27T16:27:38.5120400Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-09-27T16:27:38.5120849Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-09-27T16:27:38.5121293Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-09-27T16:27:38.5121725Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-09-27T16:27:38.5122201Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-09-27T16:27:38.5122700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-09-27T16:27:38.5123185Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-09-27T16:27:38.5123671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-09-27T16:27:38.5124218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-09-27T16:27:38.5124679Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-09-27T16:27:38.5125096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-09-27T16:27:38.5125526Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-09-27T16:27:38.5125989Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-09-27T16:27:38.5126431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-09-27T16:27:38.5126850Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-09-27T16:27:38.5127276Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-09-27T16:27:38.5127707Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-09-27T16:27:38.5128145Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-09-27T16:27:38.5128581Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-09-27T16:27:38.5129212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-09-27T16:27:38.5129666Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-09-27T16:27:38.5130103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-09-27T16:27:38.5130522Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-09-27T16:27:38.5130976Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-09-27T16:27:38.5131414Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-09-27T16:27:38.5131838Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-09-27T16:27:38.5132274Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-09-27T16:27:38.5132712Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-09-27T16:27:38.5133147Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-09-27T16:27:38.5133595Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-09-27T16:27:38.5134052Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-09-27T16:27:38.5134508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-09-27T16:27:38.5134990Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-09-27T16:27:38.5135454Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-09-27T16:27:38.5135932Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-09-27T16:27:38.5136415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-09-27T16:27:38.5136905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-09-27T16:27:38.5137385Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-09-27T16:27:38.5137935Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-09-27T16:27:38.5138413Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py _all_gather_base:0 2022-09-27T16:27:38.5138889Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-09-27T16:27:38.5139381Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-09-27T16:27:38.5139895Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-09-27T16:27:38.5140373Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-09-27T16:27:38.5140841Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-09-27T16:27:38.5141346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-09-27T16:27:38.5141815Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-09-27T16:27:38.5142245Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-09-27T16:27:38.5142678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-09-27T16:27:38.5143161Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-09-27T16:27:38.5143698Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_optim/__init__.py named_params_with_sharded_tensor:0 2022-09-27T16:27:38.5144235Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py init_from_local_shards:0 2022-09-27T16:27:38.5144751Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py custom_sharded_op_impl:0 2022-09-27T16:27:38.5145265Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-09-27T16:27:38.5145770Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-09-27T16:27:38.5146285Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_loader.py load_state_dict:0 2022-09-27T16:27:38.5146802Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_saver.py save_state_dict:0 2022-09-27T16:27:38.5147350Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor._init_from_local_tensor:0 2022-09-27T16:27:38.5147898Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-09-27T16:27:38.5148504Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/_ops/_common.py _sharded_op_common:0 2022-09-27T16:27:38.5148999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-09-27T16:27:38.5149472Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-09-27T16:27:38.5149985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/__init__.py register_ddp_comm_hook:0 2022-09-27T16:27:38.5150519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py noop_hook:0 2022-09-27T16:27:38.5151047Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py allreduce_hook:0 2022-09-27T16:27:38.5151636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_hook:0 2022-09-27T16:27:38.5152179Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_hook:0 2022-09-27T16:27:38.5152732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_wrapper:0 2022-09-27T16:27:38.5153333Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_wrapper:0 2022-09-27T16:27:38.5153896Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py post_localSGD_hook:0 2022-09-27T16:27:38.5154449Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py powerSGD_hook:0 2022-09-27T16:27:38.5154999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py batched_powerSGD_hook:0 2022-09-27T16:27:38.5155574Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_pertensor_hook:0 2022-09-27T16:27:38.5156153Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_perchannel_hook:0 2022-09-27T16:27:38.5156732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-09-27T16:27:38.5157340Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-09-27T16:27:38.5157919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-09-27T16:27:38.5158433Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-09-27T16:27:38.5158928Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-09-27T16:27:38.5159453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-09-27T16:27:38.5159985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-09-27T16:27:38.5160518Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-09-27T16:27:38.5161053Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-09-27T16:27:38.5161607Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-09-27T16:27:38.5162191Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-09-27T16:27:38.5162800Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict:0 2022-09-27T16:27:38.5163408Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.load_state_dict:0 2022-09-27T16:27:38.5164039Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-09-27T16:27:38.5164717Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-09-27T16:27:38.5165355Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-09-27T16:27:38.5165919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-09-27T16:27:38.5166481Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-09-27T16:27:38.5166970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-09-27T16:27:38.5167495Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.init_from_module_rref:0 2022-09-27T16:27:38.5168004Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-09-27T16:27:38.5168512Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-09-27T16:27:38.5169204Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-09-27T16:27:38.5169720Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-09-27T16:27:38.5170252Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-09-27T16:27:38.5170760Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-09-27T16:27:38.5171215Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-09-27T16:27:38.5171671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-09-27T16:27:38.5172109Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-09-27T16:27:38.5172546Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-09-27T16:27:38.5172971Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-09-27T16:27:38.5173413Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-09-27T16:27:38.5173873Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-09-27T16:27:38.5174406Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-09-27T16:27:38.5174977Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/server_process_global_profiler.py _server_process_global_profile:0 2022-09-27T16:27:38.5175471Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-09-27T16:27:38.5175908Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-09-27T16:27:38.5176350Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-09-27T16:27:38.5176803Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-09-27T16:27:38.5177254Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-09-27T16:27:38.5177686Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-09-27T16:27:38.5178204Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-09-27T16:27:38.5178718Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-09-27T16:27:38.5179199Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-09-27T16:27:38.5179664Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-09-27T16:27:38.5180174Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-09-27T16:27:38.5180633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-09-27T16:27:38.5181080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-09-27T16:27:38.5181521Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-09-27T16:27:38.5181965Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-09-27T16:27:38.5182423Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-09-27T16:27:38.5182885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-09-27T16:27:38.5183346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-09-27T16:27:38.5183789Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-09-27T16:27:38.5184250Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-09-27T16:27:38.5184708Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-09-27T16:27:38.5185172Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-09-27T16:27:38.5185706Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-09-27T16:27:38.5186235Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-09-27T16:27:38.5186713Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-09-27T16:27:38.5187192Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-09-27T16:27:38.5187658Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-09-27T16:27:38.5188197Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-09-27T16:27:38.5188666Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-09-27T16:27:38.5189096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-09-27T16:27:38.5189580Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-09-27T16:27:38.5190105Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-09-27T16:27:38.5190596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-09-27T16:27:38.5191050Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-09-27T16:27:38.5191522Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-09-27T16:27:38.5192086Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-09-27T16:27:38.5192573Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-09-27T16:27:38.5193007Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-09-27T16:27:38.5193448Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-09-27T16:27:38.5193923Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-09-27T16:27:38.5194338Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-09-27T16:27:38.5194781Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-09-27T16:27:38.5195228Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-09-27T16:27:38.5195672Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-09-27T16:27:38.5196099Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-09-27T16:27:38.5196547Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-09-27T16:27:38.5196990Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-09-27T16:27:38.5197424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-09-27T16:27:38.5197848Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-09-27T16:27:38.5198326Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-09-27T16:27:38.5198811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-09-27T16:27:38.5199292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-09-27T16:27:38.5199769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-09-27T16:27:38.5200251Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-09-27T16:27:38.5200734Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-09-27T16:27:38.5201227Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-09-27T16:27:38.5201718Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-09-27T16:27:38.5202230Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-09-27T16:27:38.5202732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-09-27T16:27:38.5203237Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-09-27T16:27:38.5203732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-09-27T16:27:38.5204243Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-09-27T16:27:38.5204759Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-09-27T16:27:38.5205259Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-09-27T16:27:38.5205783Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-09-27T16:27:38.5206284Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-09-27T16:27:38.5206792Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-09-27T16:27:38.5207308Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-09-27T16:27:38.5207816Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-09-27T16:27:38.5208335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-09-27T16:27:38.5208940Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-09-27T16:27:38.5209410Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-09-27T16:27:38.5209897Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-09-27T16:27:38.5210373Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-09-27T16:27:38.5210860Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-09-27T16:27:38.5211360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-09-27T16:27:38.5211906Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-09-27T16:27:38.5212483Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-09-27T16:27:38.5213061Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-09-27T16:27:38.5213625Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-09-27T16:27:38.5214196Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-09-27T16:27:38.5214737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-09-27T16:27:38.5215272Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-09-27T16:27:38.5215807Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-09-27T16:27:38.5216325Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-09-27T16:27:38.5216846Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-09-27T16:27:38.5217383Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-09-27T16:27:38.5217924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-09-27T16:27:38.5218393Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-09-27T16:27:38.5218917Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-09-27T16:27:38.5219408Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-09-27T16:27:38.5219858Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-09-27T16:27:38.5220284Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-09-27T16:27:38.5220787Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-09-27T16:27:38.5221273Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-09-27T16:27:38.5221740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-09-27T16:27:38.5222227Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-09-27T16:27:38.5222705Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-09-27T16:27:38.5223170Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-09-27T16:27:38.5223639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-09-27T16:27:38.5224126Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-09-27T16:27:38.5224582Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-09-27T16:27:38.5225012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-09-27T16:27:38.5225432Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-09-27T16:27:38.5225862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-09-27T16:27:38.5226279Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-09-27T16:27:38.5226712Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-09-27T16:27:38.5227149Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-09-27T16:27:38.5227624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-09-27T16:27:38.5228123Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-09-27T16:27:38.5228532Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-09-27T16:27:38.5228946Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-09-27T16:27:38.5229361Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-09-27T16:27:38.5229771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-09-27T16:27:38.5230341Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-09-27T16:27:38.5230754Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-09-27T16:27:38.5231160Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-09-27T16:27:38.5231560Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-09-27T16:27:38.5231954Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-09-27T16:27:38.5232356Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-09-27T16:27:38.5232807Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-09-27T16:27:38.5233188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-09-27T16:27:38.5233582Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-09-27T16:27:38.5233974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-09-27T16:27:38.5234385Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-09-27T16:27:38.5234831Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-09-27T16:27:38.5235251Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-09-27T16:27:38.5235671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-09-27T16:27:38.5236070Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-09-27T16:27:38.5236470Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-09-27T16:27:38.5236920Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-09-27T16:27:38.5237428Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-09-27T16:27:38.5237925Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-09-27T16:27:38.5238393Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-09-27T16:27:38.5238829Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-09-27T16:27:38.5239264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-09-27T16:27:38.5239693Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-09-27T16:27:38.5240129Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-09-27T16:27:38.5240565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-09-27T16:27:38.5241012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-09-27T16:27:38.5241439Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-09-27T16:27:38.5241866Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-09-27T16:27:38.5242300Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-09-27T16:27:38.5242723Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-09-27T16:27:38.5243160Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-09-27T16:27:38.5243585Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-09-27T16:27:38.5244014Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-09-27T16:27:38.5244426Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-09-27T16:27:38.5244857Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-09-27T16:27:38.5245296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-09-27T16:27:38.5245743Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-09-27T16:27:38.5246218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-09-27T16:27:38.5246665Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-09-27T16:27:38.5247106Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-09-27T16:27:38.5247556Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-09-27T16:27:38.5248010Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-09-27T16:27:38.5248493Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-09-27T16:27:38.5249050Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-09-27T16:27:38.5249480Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-09-27T16:27:38.5249918Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-09-27T16:27:38.5250359Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-09-27T16:27:38.5250802Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-09-27T16:27:38.5251234Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-09-27T16:27:38.5251674Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-09-27T16:27:38.5252119Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-09-27T16:27:38.5252568Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-09-27T16:27:38.5253061Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-09-27T16:27:38.5253562Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-09-27T16:27:38.5254020Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-09-27T16:27:38.5254463Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-09-27T16:27:38.5254891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-09-27T16:27:38.5255342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-09-27T16:27:38.5255797Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-09-27T16:27:38.5256243Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-09-27T16:27:38.5256711Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-09-27T16:27:38.5257153Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-09-27T16:27:38.5257587Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-09-27T16:27:38.5258008Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-09-27T16:27:38.5258447Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-09-27T16:27:38.5258892Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-09-27T16:27:38.5259357Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-09-27T16:27:38.5259795Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-09-27T16:27:38.5260290Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-09-27T16:27:38.5260707Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-09-27T16:27:38.5261107Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-09-27T16:27:38.5261557Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-09-27T16:27:38.5262081Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-09-27T16:27:38.5262549Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-09-27T16:27:38.5262989Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-09-27T16:27:38.5263426Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-09-27T16:27:38.5263855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-09-27T16:27:38.5264283Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-09-27T16:27:38.5264690Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-09-27T16:27:38.5265109Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-09-27T16:27:38.5265544Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-09-27T16:27:38.5265977Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-09-27T16:27:38.5266410Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-09-27T16:27:38.5266831Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-09-27T16:27:38.5267247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-09-27T16:27:38.5267674Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-09-27T16:27:38.5268212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-09-27T16:27:38.5268670Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-09-27T16:27:38.5269123Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-09-27T16:27:38.5269557Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-09-27T16:27:38.5270009Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-09-27T16:27:38.5270499Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-09-27T16:27:38.5270959Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-09-27T16:27:38.5271399Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-09-27T16:27:38.5271854Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-09-27T16:27:38.5272302Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-09-27T16:27:38.5272739Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-09-27T16:27:38.5273202Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-09-27T16:27:38.5273752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-09-27T16:27:38.5274209Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-09-27T16:27:38.5274653Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-09-27T16:27:38.5275114Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-09-27T16:27:38.5275565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-09-27T16:27:38.5276056Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-09-27T16:27:38.5276526Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-09-27T16:27:38.5276999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-09-27T16:27:38.5277458Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-09-27T16:27:38.5277907Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-09-27T16:27:38.5278346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-09-27T16:27:38.5278790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-09-27T16:27:38.5279247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-09-27T16:27:38.5279691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-09-27T16:27:38.5280152Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-09-27T16:27:38.5280615Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-09-27T16:27:38.5281197Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-09-27T16:27:38.5281642Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-09-27T16:27:38.5282083Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-09-27T16:27:38.5282543Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-09-27T16:27:38.5283016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-09-27T16:27:38.5283454Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-09-27T16:27:38.5283891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-09-27T16:27:38.5284323Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-09-27T16:27:38.5284760Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-09-27T16:27:38.5285189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-09-27T16:27:38.5285629Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-09-27T16:27:38.5286068Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-09-27T16:27:38.5286489Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-09-27T16:27:38.5286923Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-09-27T16:27:38.5287389Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-09-27T16:27:38.5287910Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-09-27T16:27:38.5288356Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-09-27T16:27:38.5288887Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-09-27T16:27:38.5289341Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-09-27T16:27:38.5289862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-09-27T16:27:38.5290317Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-09-27T16:27:38.5290782Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-09-27T16:27:38.5291247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-09-27T16:27:38.5291707Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-09-27T16:27:38.5292122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-09-27T16:27:38.5292530Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-09-27T16:27:38.5292940Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-09-27T16:27:38.5293337Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-09-27T16:27:38.5293759Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-09-27T16:27:38.5294176Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-09-27T16:27:38.5294604Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-09-27T16:27:38.5295057Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-09-27T16:27:38.5295526Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-09-27T16:27:38.5295999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-09-27T16:27:38.5296476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-09-27T16:27:38.5296939Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-09-27T16:27:38.5297421Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-09-27T16:27:38.5297902Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-09-27T16:27:38.5298392Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-09-27T16:27:38.5298879Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-09-27T16:27:38.5299349Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-09-27T16:27:38.5299819Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-09-27T16:27:38.5300331Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-09-27T16:27:38.5300810Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-09-27T16:27:38.5301301Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-09-27T16:27:38.5301873Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-09-27T16:27:38.5302389Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-09-27T16:27:38.5302950Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-09-27T16:27:38.5303559Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-09-27T16:27:38.5304139Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-09-27T16:27:38.5304700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-09-27T16:27:38.5305221Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_per_sample_grad.py call_for_per_sample_grads:0 2022-09-27T16:27:38.5305669Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-09-27T16:27:38.5306148Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/memory_format.py convert_conv2d_weight_memory_format:0 2022-09-27T16:27:38.5306621Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-09-27T16:27:38.5307124Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-09-27T16:27:38.5307609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-09-27T16:27:38.5308121Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-09-27T16:27:38.5308555Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-09-27T16:27:38.5309003Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-09-27T16:27:38.5309447Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-09-27T16:27:38.5309882Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-09-27T16:27:38.5310316Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-09-27T16:27:38.5310762Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-09-27T16:27:38.5311188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-09-27T16:27:38.5311596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-09-27T16:27:38.5312030Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-09-27T16:27:38.5312462Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-09-27T16:27:38.5312890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-09-27T16:27:38.5313309Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-09-27T16:27:38.5313741Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-09-27T16:27:38.5314188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-09-27T16:27:38.5314655Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-09-27T16:27:38.5315143Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-09-27T16:27:38.5315590Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-09-27T16:27:38.5316039Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-09-27T16:27:38.5316513Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-09-27T16:27:38.5317074Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-09-27T16:27:38.5317568Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-09-27T16:27:38.5318016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-09-27T16:27:38.5318473Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-09-27T16:27:38.5318914Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-09-27T16:27:38.5319353Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-09-27T16:27:38.5319795Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-09-27T16:27:38.5320220Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-09-27T16:27:38.5320664Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-09-27T16:27:38.5321112Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-09-27T16:27:38.5321568Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-09-27T16:27:38.5322028Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-09-27T16:27:38.5322474Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-09-27T16:27:38.5322970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-09-27T16:27:38.5323508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-09-27T16:27:38.5323976Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-09-27T16:27:38.5324389Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-09-27T16:27:38.5324815Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-09-27T16:27:38.5325246Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-09-27T16:27:38.5325676Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-09-27T16:27:38.5326091Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-09-27T16:27:38.5326519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-09-27T16:27:38.5326943Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-09-27T16:27:38.5327388Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-09-27T16:27:38.5327827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-09-27T16:27:38.5328289Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-09-27T16:27:38.5328908Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-09-27T16:27:38.5329419Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-09-27T16:27:38.5329932Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-09-27T16:27:38.5330418Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-09-27T16:27:38.5330918Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-09-27T16:27:38.5331376Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-09-27T16:27:38.5331829Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-09-27T16:27:38.5332265Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-09-27T16:27:38.5332688Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-09-27T16:27:38.5333116Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-09-27T16:27:38.5333589Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-09-27T16:27:38.5334060Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-09-27T16:27:38.5334511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-09-27T16:27:38.5334974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-09-27T16:27:38.5335462Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-09-27T16:27:38.5335917Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-09-27T16:27:38.5336375Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-09-27T16:27:38.5336838Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-09-27T16:27:38.5337318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-09-27T16:27:38.5337787Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-09-27T16:27:38.5338287Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-09-27T16:27:38.5338804Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-09-27T16:27:38.5339342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:27:38.5339862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-09-27T16:27:38.5340378Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-09-27T16:27:38.5340885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-09-27T16:27:38.5341412Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-09-27T16:27:38.5341944Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-09-27T16:27:38.5342518Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-09-27T16:27:38.5343044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-09-27T16:27:38.5343584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-09-27T16:27:38.5344100Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-09-27T16:27:38.5344669Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-09-27T16:27:38.5345192Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-09-27T16:27:38.5345702Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-09-27T16:27:38.5346233Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-09-27T16:27:38.5346780Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-09-27T16:27:38.5347306Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-09-27T16:27:38.5347829Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:27:38.5348405Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-09-27T16:27:38.5348920Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-09-27T16:27:38.5349434Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-09-27T16:27:38.5349964Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-09-27T16:27:38.5350467Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-09-27T16:27:38.5350958Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-09-27T16:27:38.5351448Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-09-27T16:27:38.5351937Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-09-27T16:27:38.5352424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-09-27T16:27:38.5352922Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-09-27T16:27:38.5353416Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-09-27T16:27:38.5353916Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-09-27T16:27:38.5354424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-09-27T16:27:38.5354926Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-09-27T16:27:38.5355422Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-09-27T16:27:38.5355958Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-09-27T16:27:38.5356450Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-09-27T16:27:38.5356953Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-09-27T16:27:38.5357488Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-09-27T16:27:38.5358076Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-09-27T16:27:38.5358599Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-09-27T16:27:38.5359103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-09-27T16:27:38.7675901Z 2022-09-27T16:27:38.7676432Z real 56m59.889s 2022-09-27T16:27:38.7676807Z user 215m20.612s 2022-09-27T16:27:38.7677092Z sys 19m14.740s 2022-09-27T16:27:38.7677256Z + assert_git_not_dirty 2022-09-27T16:27:38.7677617Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:27:38.7677907Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:27:38.7679305Z ++ git status --porcelain 2022-09-27T16:27:44.5797768Z + git_status= 2022-09-27T16:27:44.5798245Z + [[ -n '' ]] 2022-09-27T16:27:44.5798510Z + test_libtorch 2022-09-27T16:27:44.5805126Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:27:44.5805469Z + echo 'Testing libtorch' 2022-09-27T16:27:44.5805647Z Testing libtorch 2022-09-27T16:27:44.5806174Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libbackend_with_compiler.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:27:44.5824774Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libjitbackend_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:27:44.5833199Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:27:44.5842071Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:27:44.5850478Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:27:44.5857881Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:27:44.5866806Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-09-27T16:27:44.5867390Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-09-27T16:27:44.5868283Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-09-27T16:27:44.5921488Z + python test/cpp/jit/tests_setup.py setup 2022-09-27T16:27:44.6303561Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-09-27T16:27:45.0560548Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-09-27T16:27:45.0877698Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-09-27T16:27:45.1707694Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-09-27T16:27:45.7574834Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T16:27:45.7575431Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_jit '--gtest_filter=-*CUDA' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_jit.xml 2022-09-27T16:27:46.0092669Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:27:46.0099007Z Note: Google Test filter = -*CUDA:*_CUDA:*_MultiCUDA 2022-09-27T16:27:46.0099560Z [==========] Running 568 tests from 117 test suites. 2022-09-27T16:27:46.0100065Z [----------] Global test environment set-up. 2022-09-27T16:27:46.0100540Z [----------] 2 tests from AddIfThenElseOpTest 2022-09-27T16:27:46.0101085Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-09-27T16:27:46.0173239Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (7 ms) 2022-09-27T16:27:46.0173835Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-09-27T16:27:46.0174503Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-09-27T16:27:46.0174996Z [----------] 2 tests from AddIfThenElseOpTest (7 ms total) 2022-09-27T16:27:46.0175220Z 2022-09-27T16:27:46.0175463Z [----------] 15 tests from TopologicalMoveTest 2022-09-27T16:27:46.0176058Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-09-27T16:27:46.0176645Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-09-27T16:27:46.0177233Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-09-27T16:27:46.0177959Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-09-27T16:27:46.0178503Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-09-27T16:27:46.0179265Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-09-27T16:27:46.0179643Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-09-27T16:27:46.0180044Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-09-27T16:27:46.0180473Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-09-27T16:27:46.0180922Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-09-27T16:27:46.0181375Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-09-27T16:27:46.0181972Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-09-27T16:27:46.0182511Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-09-27T16:27:46.0182966Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-09-27T16:27:46.0183509Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-09-27T16:27:46.0183983Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-09-27T16:27:46.0184510Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-09-27T16:27:46.0185010Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-09-27T16:27:46.0185491Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-09-27T16:27:46.0186015Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-09-27T16:27:46.0186451Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-09-27T16:27:46.0194930Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-09-27T16:27:46.0195529Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-09-27T16:27:46.0195970Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-09-27T16:27:46.0196395Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-09-27T16:27:46.0196823Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-09-27T16:27:46.0197211Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-09-27T16:27:46.0197580Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-09-27T16:27:46.0197961Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-09-27T16:27:46.0198351Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-09-27T16:27:46.0198734Z [----------] 15 tests from TopologicalMoveTest (1 ms total) 2022-09-27T16:27:46.0199035Z 2022-09-27T16:27:46.0199199Z [----------] 6 tests from AliasAnalysisTest 2022-09-27T16:27:46.0199540Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-09-27T16:27:46.0227496Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (3 ms) 2022-09-27T16:27:46.0228248Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-09-27T16:27:46.0229012Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-09-27T16:27:46.0229614Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-09-27T16:27:46.0230266Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-09-27T16:27:46.0230866Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-09-27T16:27:46.0231485Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-09-27T16:27:46.0231914Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-09-27T16:27:46.0232454Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-09-27T16:27:46.0232954Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-09-27T16:27:46.0233591Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-09-27T16:27:46.0234161Z [----------] 6 tests from AliasAnalysisTest (4 ms total) 2022-09-27T16:27:46.0234327Z 2022-09-27T16:27:46.0234489Z [----------] 4 tests from WriteTrackingTest 2022-09-27T16:27:46.0234780Z [ RUN ] WriteTrackingTest.Basic 2022-09-27T16:27:46.0235073Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-09-27T16:27:46.0235559Z [ RUN ] WriteTrackingTest.IsMutable 2022-09-27T16:27:46.0236038Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-09-27T16:27:46.0236342Z [ RUN ] WriteTrackingTest.IsImmutable 2022-09-27T16:27:46.0236731Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-09-27T16:27:46.0237286Z [ RUN ] WriteTrackingTest.HasWriters 2022-09-27T16:27:46.0237704Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-09-27T16:27:46.0238210Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-09-27T16:27:46.0238457Z 2022-09-27T16:27:46.0238768Z [----------] 13 tests from ContainerAliasingTest 2022-09-27T16:27:46.0239326Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-09-27T16:27:46.0239902Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-09-27T16:27:46.0240540Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-09-27T16:27:46.0241186Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-09-27T16:27:46.0241911Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-09-27T16:27:46.0242752Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-09-27T16:27:46.0243420Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-09-27T16:27:46.0243985Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-09-27T16:27:46.0244405Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-09-27T16:27:46.0244937Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-09-27T16:27:46.0245371Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-09-27T16:27:46.0245909Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-09-27T16:27:46.0246276Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-09-27T16:27:46.0246629Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-09-27T16:27:46.0246958Z [ RUN ] ContainerAliasingTest.Simple 2022-09-27T16:27:46.0247270Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-09-27T16:27:46.0247580Z [ RUN ] ContainerAliasingTest.Lists 2022-09-27T16:27:46.0247892Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-09-27T16:27:46.0248277Z [ RUN ] ContainerAliasingTest.Lists2 2022-09-27T16:27:46.0249000Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-09-27T16:27:46.0249334Z [ RUN ] ContainerAliasingTest.Conservative 2022-09-27T16:27:46.0249692Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-09-27T16:27:46.0250069Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-09-27T16:27:46.0252837Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-09-27T16:27:46.0253293Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-09-27T16:27:46.0256067Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-09-27T16:27:46.0256523Z [----------] 13 tests from ContainerAliasingTest (2 ms total) 2022-09-27T16:27:46.0256703Z 2022-09-27T16:27:46.0256853Z [----------] 3 tests from WildcardsTest 2022-09-27T16:27:46.0257127Z [ RUN ] WildcardsTest.Basic 2022-09-27T16:27:46.0258652Z [ OK ] WildcardsTest.Basic (0 ms) 2022-09-27T16:27:46.0259072Z [ RUN ] WildcardsTest.TypeIsolation 2022-09-27T16:27:46.0259965Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-09-27T16:27:46.0260331Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-09-27T16:27:46.0261555Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-09-27T16:27:46.0262004Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-09-27T16:27:46.0262158Z 2022-09-27T16:27:46.0262337Z [----------] 18 tests from AliasRegistrationTest 2022-09-27T16:27:46.0262822Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-09-27T16:27:46.0263677Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-09-27T16:27:46.0264188Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-09-27T16:27:46.0265061Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-09-27T16:27:46.0265604Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-09-27T16:27:46.0315781Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (5 ms) 2022-09-27T16:27:46.0316375Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-09-27T16:27:46.0336995Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (2 ms) 2022-09-27T16:27:46.0337556Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-09-27T16:27:46.0346873Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (0 ms) 2022-09-27T16:27:46.0347477Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-09-27T16:27:46.0347923Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-09-27T16:27:46.0348521Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-09-27T16:27:46.0349121Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-09-27T16:27:46.0349662Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-09-27T16:27:46.0350347Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-09-27T16:27:46.0350888Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-09-27T16:27:46.0351340Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-09-27T16:27:46.0351849Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-09-27T16:27:46.0352426Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-09-27T16:27:46.0352830Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-09-27T16:27:46.0373508Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (2 ms) 2022-09-27T16:27:46.0374066Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-09-27T16:27:46.0375014Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-09-27T16:27:46.0375879Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-09-27T16:27:46.0376886Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-09-27T16:27:46.0377638Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-09-27T16:27:46.0378117Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-09-27T16:27:46.0378737Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-09-27T16:27:46.0379276Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-09-27T16:27:46.0379748Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-09-27T16:27:46.0380173Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-09-27T16:27:46.0380591Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-09-27T16:27:46.0381002Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-09-27T16:27:46.0381428Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-09-27T16:27:46.0400362Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (2 ms) 2022-09-27T16:27:46.0401101Z [----------] 18 tests from AliasRegistrationTest (13 ms total) 2022-09-27T16:27:46.0401285Z 2022-09-27T16:27:46.0401466Z [----------] 2 tests from IRNonDeterminismTest 2022-09-27T16:27:46.0401866Z [ RUN ] IRNonDeterminismTest.Basic 2022-09-27T16:27:46.0402176Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-09-27T16:27:46.0402526Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-09-27T16:27:46.0402892Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (0 ms) 2022-09-27T16:27:46.0403277Z [----------] 2 tests from IRNonDeterminismTest (0 ms total) 2022-09-27T16:27:46.0403443Z 2022-09-27T16:27:46.0403655Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-09-27T16:27:46.0404102Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-09-27T16:27:46.0404726Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (0 ms) 2022-09-27T16:27:46.0405634Z [----------] 1 test from NonDeterminismBackwardsCompatibility (0 ms total) 2022-09-27T16:27:46.0405835Z 2022-09-27T16:27:46.0405984Z [----------] 3 tests from AutodiffTest 2022-09-27T16:27:46.0406265Z [ RUN ] AutodiffTest.ADFormulas 2022-09-27T16:27:46.0871636Z [ OK ] AutodiffTest.ADFormulas (46 ms) 2022-09-27T16:27:46.0872157Z [ RUN ] AutodiffTest.Differentiate 2022-09-27T16:27:46.0877496Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-09-27T16:27:46.0878105Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-09-27T16:27:46.0895922Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (1 ms) 2022-09-27T16:27:46.0896608Z [----------] 3 tests from AutodiffTest (49 ms total) 2022-09-27T16:27:46.0896810Z 2022-09-27T16:27:46.0897020Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-09-27T16:27:46.0897384Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-09-27T16:27:46.0909002Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-09-27T16:27:46.0909671Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-09-27T16:27:46.0909875Z 2022-09-27T16:27:46.0910029Z [----------] 1 test from UpgraderLoad 2022-09-27T16:27:46.0910344Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-09-27T16:27:46.0961328Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (5 ms) 2022-09-27T16:27:46.0961698Z [----------] 1 test from UpgraderLoad (5 ms total) 2022-09-27T16:27:46.0961994Z 2022-09-27T16:27:46.0962157Z [----------] 4 tests from OpReplacementTest 2022-09-27T16:27:46.0962497Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-09-27T16:27:46.0963579Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-09-27T16:27:46.0964038Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-09-27T16:27:46.0965875Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-09-27T16:27:46.0966340Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-09-27T16:27:46.0967956Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-09-27T16:27:46.0968469Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-09-27T16:27:46.0969749Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-09-27T16:27:46.0970372Z [----------] 4 tests from OpReplacementTest (0 ms total) 2022-09-27T16:27:46.0970601Z 2022-09-27T16:27:46.0970779Z [----------] 4 tests from UpgraderUtils 2022-09-27T16:27:46.0971094Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-09-27T16:27:46.0971433Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-09-27T16:27:46.0971773Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-09-27T16:27:46.0972116Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-09-27T16:27:46.0972436Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-09-27T16:27:46.0972778Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-09-27T16:27:46.0973107Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-09-27T16:27:46.0973442Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-09-27T16:27:46.0973761Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-09-27T16:27:46.0973912Z 2022-09-27T16:27:46.0974058Z [----------] 9 tests from BackendTest 2022-09-27T16:27:46.0974334Z [ RUN ] BackendTest.ToBackend 2022-09-27T16:27:46.1018337Z [ OK ] BackendTest.ToBackend (4 ms) 2022-09-27T16:27:46.1018680Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-09-27T16:27:46.1039916Z [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:27:46.1057936Z [ OK ] BackendTest.ToBackendNotAvailable (3 ms) 2022-09-27T16:27:46.1058266Z [ RUN ] BackendTest.TestCompiler 2022-09-27T16:27:46.1114162Z [ OK ] BackendTest.TestCompiler (5 ms) 2022-09-27T16:27:46.1114508Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-09-27T16:27:46.1167730Z [ OK ] BackendTest.TestCompilerWithStringTable (5 ms) 2022-09-27T16:27:46.1168060Z [ RUN ] BackendTest.TestComposite 2022-09-27T16:27:46.1271091Z [ OK ] BackendTest.TestComposite (10 ms) 2022-09-27T16:27:46.1271400Z [ RUN ] BackendTest.TestPrimDtype 2022-09-27T16:27:46.1277208Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-09-27T16:27:46.1277542Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-09-27T16:27:46.1382996Z [ OK ] BackendTest.TestCompositeWithSetStates (10 ms) 2022-09-27T16:27:46.1383488Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-09-27T16:27:46.1571173Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (18 ms) 2022-09-27T16:27:46.1571656Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-09-27T16:27:46.1585337Z [ OK ] BackendTest.TestCompilerNotSupport (1 ms) 2022-09-27T16:27:46.1585799Z [----------] 9 tests from BackendTest (61 ms total) 2022-09-27T16:27:46.1585960Z 2022-09-27T16:27:46.1586253Z [----------] 6 tests from BackendTestDebugInfo 2022-09-27T16:27:46.1586576Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-09-27T16:27:46.1687990Z [ OK ] BackendTestDebugInfo.TestCompiler (10 ms) 2022-09-27T16:27:46.1688396Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-09-27T16:27:46.1787543Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (9 ms) 2022-09-27T16:27:46.1788137Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-09-27T16:27:46.1889733Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (10 ms) 2022-09-27T16:27:46.1890359Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-09-27T16:27:46.1992962Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (10 ms) 2022-09-27T16:27:46.1993604Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-09-27T16:27:46.2099052Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (10 ms) 2022-09-27T16:27:46.2099743Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-09-27T16:27:46.2205848Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (10 ms) 2022-09-27T16:27:46.2206574Z [----------] 6 tests from BackendTestDebugInfo (61 ms total) 2022-09-27T16:27:46.2206753Z 2022-09-27T16:27:46.2206917Z [----------] 4 tests from ClassImportTest 2022-09-27T16:27:46.2207190Z [ RUN ] ClassImportTest.Basic 2022-09-27T16:27:46.2212127Z [ OK ] ClassImportTest.Basic (0 ms) 2022-09-27T16:27:46.2212701Z [ RUN ] ClassImportTest.ScriptObject 2022-09-27T16:27:46.2237498Z [ OK ] ClassImportTest.ScriptObject (2 ms) 2022-09-27T16:27:46.2237888Z [ RUN ] ClassImportTest.ClassDerive 2022-09-27T16:27:46.2238283Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-09-27T16:27:46.2238663Z [ RUN ] ClassImportTest.CustomClass 2022-09-27T16:27:46.2240730Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-09-27T16:27:46.2241365Z [----------] 4 tests from ClassImportTest (3 ms total) 2022-09-27T16:27:46.2241697Z 2022-09-27T16:27:46.2241913Z [----------] 1 test from ClassParserTest 2022-09-27T16:27:46.2242200Z [ RUN ] ClassParserTest.Basic 2022-09-27T16:27:46.2242568Z [ OK ] ClassParserTest.Basic (0 ms) 2022-09-27T16:27:46.2242887Z [----------] 1 test from ClassParserTest (0 ms total) 2022-09-27T16:27:46.2243041Z 2022-09-27T16:27:46.2243193Z [----------] 3 tests from ClassTypeTest 2022-09-27T16:27:46.2243470Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-09-27T16:27:46.2243788Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-09-27T16:27:46.2244113Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-09-27T16:27:46.2244447Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-09-27T16:27:46.2244789Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-09-27T16:27:46.2250491Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (0 ms) 2022-09-27T16:27:46.2251042Z [----------] 3 tests from ClassTypeTest (0 ms total) 2022-09-27T16:27:46.2251333Z 2022-09-27T16:27:46.2251611Z [----------] 2 tests from TestCodeTemplate 2022-09-27T16:27:46.2252002Z [ RUN ] TestCodeTemplate.Copying 2022-09-27T16:27:46.2252323Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-09-27T16:27:46.2252628Z [ RUN ] TestCodeTemplate.Formatting 2022-09-27T16:27:46.2252931Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-09-27T16:27:46.2253263Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-09-27T16:27:46.2253546Z 2022-09-27T16:27:46.2253698Z [----------] 13 tests from ConcatOptTest 2022-09-27T16:27:46.2254048Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-09-27T16:27:46.2304298Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-09-27T16:27:46.2305059Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-09-27T16:27:46.2342239Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (3 ms) 2022-09-27T16:27:46.2343198Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-09-27T16:27:46.2371819Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (2 ms) 2022-09-27T16:27:46.2372751Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-09-27T16:27:46.2440394Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (6 ms) 2022-09-27T16:27:46.2440999Z [ RUN ] ConcatOptTest.ExpandConcat 2022-09-27T16:27:46.2460836Z [ OK ] ConcatOptTest.ExpandConcat (2 ms) 2022-09-27T16:27:46.2461508Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-09-27T16:27:46.2482470Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-09-27T16:27:46.2483204Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-09-27T16:27:46.2503999Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-09-27T16:27:46.2504697Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-09-27T16:27:46.2556529Z [ OK ] ConcatOptTest.UseVariadicCat (5 ms) 2022-09-27T16:27:46.2557190Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-09-27T16:27:46.2576276Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (1 ms) 2022-09-27T16:27:46.2577164Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-09-27T16:27:46.2600114Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (2 ms) 2022-09-27T16:27:46.2601036Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-09-27T16:27:46.2630899Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (3 ms) 2022-09-27T16:27:46.2631802Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-09-27T16:27:46.2666788Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (3 ms) 2022-09-27T16:27:46.2667867Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-09-27T16:27:46.2700382Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (3 ms) 2022-09-27T16:27:46.2701204Z [----------] 13 tests from ConcatOptTest (44 ms total) 2022-09-27T16:27:46.2701466Z 2022-09-27T16:27:46.2701736Z [----------] 1 test from OptimizeConcatTest 2022-09-27T16:27:46.2702360Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-09-27T16:27:46.2726859Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (2 ms) 2022-09-27T16:27:46.2727723Z [----------] 1 test from OptimizeConcatTest (2 ms total) 2022-09-27T16:27:46.2728042Z 2022-09-27T16:27:46.2728316Z [----------] 3 tests from ConcatOpt 2022-09-27T16:27:46.2729096Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-09-27T16:27:46.2729791Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-09-27T16:27:46.2730495Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-09-27T16:27:46.2732503Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-09-27T16:27:46.2733232Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-09-27T16:27:46.2734663Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-09-27T16:27:46.2735221Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-09-27T16:27:46.2735476Z 2022-09-27T16:27:46.2735785Z [----------] 4 tests from ConstantPoolingTest 2022-09-27T16:27:46.2736658Z [ RUN ] ConstantPoolingTest.Int 2022-09-27T16:27:46.2737505Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-09-27T16:27:46.2738203Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-09-27T16:27:46.2738847Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-09-27T16:27:46.2741420Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-09-27T16:27:46.2742110Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-09-27T16:27:46.2742886Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-09-27T16:27:46.2743526Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-09-27T16:27:46.2744156Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-09-27T16:27:46.2744438Z 2022-09-27T16:27:46.2744680Z [----------] 1 test from CleanupPassTest 2022-09-27T16:27:46.2745154Z [ RUN ] CleanupPassTest.Basic 2022-09-27T16:27:46.2745639Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-09-27T16:27:46.2746170Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-09-27T16:27:46.2746410Z 2022-09-27T16:27:46.2751466Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-09-27T16:27:46.2751985Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-09-27T16:27:46.2752346Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-09-27T16:27:46.2752786Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-09-27T16:27:46.2752961Z 2022-09-27T16:27:46.2753126Z [----------] 4 tests from CustomClassTest 2022-09-27T16:27:46.2753496Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-09-27T16:27:46.2762956Z [ OK ] CustomClassTest.TorchbindIValueAPI (1 ms) 2022-09-27T16:27:46.2763547Z [ RUN ] CustomClassTest.ScalarTypeClass 2022-09-27T16:27:46.2765271Z [ OK ] CustomClassTest.ScalarTypeClass (0 ms) 2022-09-27T16:27:46.2765815Z [ RUN ] CustomClassTest.TestDocString 2022-09-27T16:27:46.2766731Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-09-27T16:27:46.2767298Z [ RUN ] CustomClassTest.Serialization 2022-09-27T16:27:46.2780150Z [ OK ] CustomClassTest.Serialization (1 ms) 2022-09-27T16:27:46.2780716Z [----------] 4 tests from CustomClassTest (3 ms total) 2022-09-27T16:27:46.2780985Z 2022-09-27T16:27:46.2781246Z [----------] 5 tests from CustomOperatorTest 2022-09-27T16:27:46.2781792Z [ RUN ] CustomOperatorTest.InferredSchema 2022-09-27T16:27:46.2783175Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-09-27T16:27:46.2783742Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-09-27T16:27:46.2784976Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-09-27T16:27:46.2785541Z [ RUN ] CustomOperatorTest.ListParameters 2022-09-27T16:27:46.2786655Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-09-27T16:27:46.2787219Z [ RUN ] CustomOperatorTest.ListParameters2 2022-09-27T16:27:46.2788556Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-09-27T16:27:46.2789099Z [ RUN ] CustomOperatorTest.Aliasing 2022-09-27T16:27:46.2790913Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-09-27T16:27:46.2791483Z [----------] 5 tests from CustomOperatorTest (1 ms total) 2022-09-27T16:27:46.2791751Z 2022-09-27T16:27:46.2792028Z [----------] 2 tests from TestCustomOperator 2022-09-27T16:27:46.2792638Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-09-27T16:27:46.2793341Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-09-27T16:27:46.2794017Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-09-27T16:27:46.2794681Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-09-27T16:27:46.2795454Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-09-27T16:27:46.2795727Z 2022-09-27T16:27:46.2795994Z [----------] 1 test from EliminateDeadCodeTest 2022-09-27T16:27:46.2796497Z [ RUN ] EliminateDeadCodeTest.Basic 2022-09-27T16:27:46.2797032Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-09-27T16:27:46.2797604Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-09-27T16:27:46.2797865Z 2022-09-27T16:27:46.2798097Z [----------] 2 tests from FuserTest 2022-09-27T16:27:46.2798627Z [ RUN ] FuserTest.FusionAliasing 2022-09-27T16:27:46.2800083Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-09-27T16:27:46.2800551Z [ RUN ] FuserTest.KernelCaching 2022-09-27T16:27:46.2803825Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-09-27T16:27:46.2804336Z [----------] 2 tests from FuserTest (0 ms total) 2022-09-27T16:27:46.2804590Z 2022-09-27T16:27:46.2804854Z [----------] 1 test from GraphExecutorTest 2022-09-27T16:27:46.2805363Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-09-27T16:27:46.2931880Z [ OK ] GraphExecutorTest.runAsync_executor (12 ms) 2022-09-27T16:27:46.2938011Z [----------] 1 test from GraphExecutorTest (12 ms total) 2022-09-27T16:27:46.2941231Z 2022-09-27T16:27:46.2952265Z [----------] 5 tests from GraphIteratorTest 2022-09-27T16:27:46.2956020Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-09-27T16:27:46.2956770Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-09-27T16:27:46.2957489Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-09-27T16:27:46.2958215Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-09-27T16:27:46.2958858Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-09-27T16:27:46.2959500Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-09-27T16:27:46.2960162Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-09-27T16:27:46.2960871Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-09-27T16:27:46.2961528Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-09-27T16:27:46.2962200Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-09-27T16:27:46.2962876Z [----------] 5 tests from GraphIteratorTest (0 ms total) 2022-09-27T16:27:46.2963190Z 2022-09-27T16:27:46.2963551Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-09-27T16:27:46.2964284Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-09-27T16:27:46.2965089Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (1 ms) 2022-09-27T16:27:46.2965880Z [----------] 1 test from CSDebugInfoSerializaitionTest (1 ms total) 2022-09-27T16:27:46.2966240Z 2022-09-27T16:27:46.2966519Z [----------] 1 test from InlinerTest 2022-09-27T16:27:46.2967037Z [ RUN ] InlinerTest.Basic 2022-09-27T16:27:46.2967562Z [ OK ] InlinerTest.Basic (0 ms) 2022-09-27T16:27:46.2968128Z [----------] 1 test from InlinerTest (0 ms total) 2022-09-27T16:27:46.2968414Z 2022-09-27T16:27:46.2968801Z [----------] 1 test from InterfaceTest 2022-09-27T16:27:46.2969466Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-09-27T16:27:46.2987531Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (2 ms) 2022-09-27T16:27:46.2988504Z [----------] 1 test from InterfaceTest (2 ms total) 2022-09-27T16:27:46.2988976Z 2022-09-27T16:27:46.2989284Z [----------] 4 tests from TypeCheckTest 2022-09-27T16:27:46.2993377Z [ RUN ] TypeCheckTest.MatchingType 2022-09-27T16:27:46.2997658Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-09-27T16:27:46.2998421Z [ RUN ] TypeCheckTest.SizeMismatch 2022-09-27T16:27:46.2999544Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-09-27T16:27:46.3000303Z [ RUN ] TypeCheckTest.GradientMismatch 2022-09-27T16:27:46.3001106Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-09-27T16:27:46.3001922Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-09-27T16:27:46.3002754Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-09-27T16:27:46.3003551Z [----------] 4 tests from TypeCheckTest (0 ms total) 2022-09-27T16:27:46.3003854Z 2022-09-27T16:27:46.3004308Z [----------] 3 tests from InterpreterTest 2022-09-27T16:27:46.3005224Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-09-27T16:27:46.3006120Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-09-27T16:27:46.3007044Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-09-27T16:27:46.3008153Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-09-27T16:27:46.3009116Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-09-27T16:27:46.3205719Z [ OK ] InterpreterTest.runAsyncBasicTest (20 ms) 2022-09-27T16:27:46.3206730Z [----------] 3 tests from InterpreterTest (21 ms total) 2022-09-27T16:27:46.3207047Z 2022-09-27T16:27:46.3207596Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-09-27T16:27:46.3209039Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-09-27T16:27:46.3624485Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (42 ms) 2022-09-27T16:27:46.3696718Z [----------] 1 test from EnableRethrowCaughtExceptionTest (49 ms total) 2022-09-27T16:27:46.3697052Z 2022-09-27T16:27:46.3697290Z [----------] 4 tests from IRTest 2022-09-27T16:27:46.3698515Z [ RUN ] IRTest.Attributes 2022-09-27T16:27:46.3700282Z [ OK ] IRTest.Attributes (0 ms) 2022-09-27T16:27:46.3701523Z [ RUN ] IRTest.Blocks 2022-09-27T16:27:46.3706660Z [ OK ] IRTest.Blocks (0 ms) 2022-09-27T16:27:46.3711340Z [ RUN ] IRTest.CommonAncestor 2022-09-27T16:27:46.3714284Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-09-27T16:27:46.3716795Z [ RUN ] IRTest.OperatorMap 2022-09-27T16:27:46.3719581Z [ OK ] IRTest.OperatorMap (0 ms) 2022-09-27T16:27:46.3722183Z [----------] 4 tests from IRTest (2 ms total) 2022-09-27T16:27:46.3722453Z 2022-09-27T16:27:46.3724604Z [----------] 21 tests from IRParserTest 2022-09-27T16:27:46.3725816Z [ RUN ] IRParserTest.Basic 2022-09-27T16:27:46.3728049Z [ OK ] IRParserTest.Basic (0 ms) 2022-09-27T16:27:46.3730098Z [ RUN ] IRParserTest.NestedBlock 2022-09-27T16:27:46.3732483Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-09-27T16:27:46.3734439Z [ RUN ] IRParserTest.If 2022-09-27T16:27:46.3737528Z [ OK ] IRParserTest.If (0 ms) 2022-09-27T16:27:46.3740160Z [ RUN ] IRParserTest.If2 2022-09-27T16:27:46.3743164Z [ OK ] IRParserTest.If2 (0 ms) 2022-09-27T16:27:46.3745770Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-09-27T16:27:46.3747411Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-09-27T16:27:46.3748806Z [ RUN ] IRParserTest.ValueReuse 2022-09-27T16:27:46.3750593Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-09-27T16:27:46.3752472Z [ RUN ] IRParserTest.Attributes 2022-09-27T16:27:46.3755138Z [ OK ] IRParserTest.Attributes (0 ms) 2022-09-27T16:27:46.3757680Z [ RUN ] IRParserTest.OptionalTypes 2022-09-27T16:27:46.3759723Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-09-27T16:27:46.3761365Z [ RUN ] IRParserTest.StarTensor 2022-09-27T16:27:46.3763417Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-09-27T16:27:46.3765215Z [ RUN ] IRParserTest.UnshapedTensor 2022-09-27T16:27:46.3767233Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-09-27T16:27:46.3768975Z [ RUN ] IRParserTest.ShapedTensor 2022-09-27T16:27:46.3771085Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-09-27T16:27:46.3772821Z [ RUN ] IRParserTest.NestedContrainer 2022-09-27T16:27:46.3775269Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-09-27T16:27:46.3777359Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-09-27T16:27:46.3780513Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-09-27T16:27:46.3782802Z [ RUN ] IRParserTest.FileCheck 2022-09-27T16:27:46.3784687Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-09-27T16:27:46.3786244Z [ RUN ] IRParserTest.Strides 2022-09-27T16:27:46.3788385Z [ OK ] IRParserTest.Strides (0 ms) 2022-09-27T16:27:46.3790082Z [ RUN ] IRParserTest.MalformedStrides 2022-09-27T16:27:46.3792512Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-09-27T16:27:46.3794622Z [ RUN ] IRParserTest.TensorShapes 2022-09-27T16:27:46.3796711Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-09-27T16:27:46.3798547Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-09-27T16:27:46.3801339Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-09-27T16:27:46.3803683Z [ RUN ] IRParserTest.ListConstant 2022-09-27T16:27:46.3805635Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-09-27T16:27:46.3807225Z [ RUN ] IRParserTest.PartialStarTensor 2022-09-27T16:27:46.3809174Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-09-27T16:27:46.3810756Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-09-27T16:27:46.3812884Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-09-27T16:27:46.3814737Z [----------] 21 tests from IRParserTest (8 ms total) 2022-09-27T16:27:46.3815008Z 2022-09-27T16:27:46.3817022Z [----------] 2 tests from JitTypeTest 2022-09-27T16:27:46.3818243Z [ RUN ] JitTypeTest.IsComplete 2022-09-27T16:27:46.3819642Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-09-27T16:27:46.3820877Z [ RUN ] JitTypeTest.UnifyTypes 2022-09-27T16:27:46.3823640Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-09-27T16:27:46.3826128Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-09-27T16:27:46.3826412Z 2022-09-27T16:27:46.3828579Z [----------] 42 tests from LiteInterpreterTest 2022-09-27T16:27:46.3829798Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-09-27T16:27:46.3861447Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (2 ms) 2022-09-27T16:27:46.3869201Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-09-27T16:27:46.3873563Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-09-27T16:27:46.3877000Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-09-27T16:27:46.3951754Z [ OK ] LiteInterpreterTest.MethodInvocation (7 ms) 2022-09-27T16:27:46.3960460Z [ RUN ] LiteInterpreterTest.Conv 2022-09-27T16:27:46.4026141Z [ OK ] LiteInterpreterTest.Conv (6 ms) 2022-09-27T16:27:46.4029076Z [ RUN ] LiteInterpreterTest.Inline 2022-09-27T16:27:46.4046797Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-09-27T16:27:46.4063761Z [ RUN ] LiteInterpreterTest.Tuple 2022-09-27T16:27:46.4075695Z [ OK ] LiteInterpreterTest.Tuple (0 ms) 2022-09-27T16:27:46.4086826Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-09-27T16:27:46.4097815Z [ OK ] LiteInterpreterTest.AtenFormat (0 ms) 2022-09-27T16:27:46.4108009Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-09-27T16:27:46.4115884Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-09-27T16:27:46.4123117Z [ RUN ] LiteInterpreterTest.Dict 2022-09-27T16:27:46.4135129Z [ OK ] LiteInterpreterTest.Dict (0 ms) 2022-09-27T16:27:46.4146043Z [ RUN ] LiteInterpreterTest.List 2022-09-27T16:27:46.4161050Z [ OK ] LiteInterpreterTest.List (1 ms) 2022-09-27T16:27:46.4175385Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-09-27T16:27:46.4176749Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-09-27T16:27:46.4177921Z [ RUN ] LiteInterpreterTest.Prim 2022-09-27T16:27:46.4186134Z [ OK ] LiteInterpreterTest.Prim (0 ms) 2022-09-27T16:27:46.4193326Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-09-27T16:27:46.4202208Z [ OK ] LiteInterpreterTest.PrimScalar (0 ms) 2022-09-27T16:27:46.4210348Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-09-27T16:27:46.4280053Z [ OK ] LiteInterpreterTest.LoadOrigJit (6 ms) 2022-09-27T16:27:46.4349019Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-09-27T16:27:46.4373394Z [ OK ] LiteInterpreterTest.WrongMethodName (2 ms) 2022-09-27T16:27:46.4396677Z [ RUN ] LiteInterpreterTest.SetState 2022-09-27T16:27:46.4438623Z [ OK ] LiteInterpreterTest.SetState (3 ms) 2022-09-27T16:27:46.4479708Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-09-27T16:27:46.4493824Z [ OK ] LiteInterpreterTest.BuiltinClass (1 ms) 2022-09-27T16:27:46.4507099Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-09-27T16:27:46.4514516Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-09-27T16:27:46.4521311Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-09-27T16:27:46.4522677Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-09-27T16:27:46.4523974Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-09-27T16:27:46.4525443Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-09-27T16:27:46.4526636Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-09-27T16:27:46.4529995Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-09-27T16:27:46.4532538Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-09-27T16:27:46.4537879Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-09-27T16:27:46.4542520Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-09-27T16:27:46.5646489Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (110 ms) 2022-09-27T16:27:46.5647555Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-09-27T16:27:46.5714037Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (6 ms) 2022-09-27T16:27:46.5714891Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-09-27T16:27:46.5769783Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (5 ms) 2022-09-27T16:27:46.5770566Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-09-27T16:27:46.5862940Z [ OK ] LiteInterpreterTest.isCompatibleFail (9 ms) 2022-09-27T16:27:46.5863637Z [ RUN ] LiteInterpreterTest.Eval 2022-09-27T16:27:46.5870497Z [ OK ] LiteInterpreterTest.Eval (0 ms) 2022-09-27T16:27:46.5871217Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-09-27T16:27:46.5874878Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-09-27T16:27:46.5875686Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-09-27T16:27:46.5881762Z [ OK ] LiteInterpreterTest.FindAndRunMethod (0 ms) 2022-09-27T16:27:46.5882531Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-09-27T16:27:46.5889082Z [ OK ] LiteInterpreterTest.RunMethodVariadic (0 ms) 2022-09-27T16:27:46.5890141Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-09-27T16:27:46.5900130Z [ OK ] LiteInterpreterTest.DuplicateSetState (1 ms) 2022-09-27T16:27:46.5900851Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-09-27T16:27:46.5904567Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-09-27T16:27:46.5905384Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-09-27T16:27:46.5914052Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (0 ms) 2022-09-27T16:27:46.5914900Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-09-27T16:27:46.5926882Z [ OK ] LiteInterpreterTest.DefaultArgsConv (1 ms) 2022-09-27T16:27:46.5927863Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-09-27T16:27:46.5972815Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (4 ms) 2022-09-27T16:27:46.5973842Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:27:46.5982553Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-09-27T16:27:46.5983510Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-09-27T16:27:46.6001528Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (1 ms) 2022-09-27T16:27:46.6002512Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-09-27T16:27:46.6009539Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (0 ms) 2022-09-27T16:27:46.6010566Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-09-27T16:27:46.6095942Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-09-27T16:27:46.6097056Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:27:46.6128474Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-09-27T16:27:46.6129537Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-09-27T16:27:46.6132627Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-09-27T16:27:46.6133356Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-09-27T16:27:46.6149401Z [ OK ] LiteInterpreterTest.OperatorTest2 (1 ms) 2022-09-27T16:27:46.6150428Z [----------] 42 tests from LiteInterpreterTest (231 ms total) 2022-09-27T16:27:46.6151088Z 2022-09-27T16:27:46.6151404Z [----------] 3 tests from RunTimeTest 2022-09-27T16:27:46.6152180Z [ RUN ] RunTimeTest.ParseBytecode 2022-09-27T16:27:46.6153294Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-09-27T16:27:46.6154246Z [ RUN ] RunTimeTest.ParseOperator 2022-09-27T16:27:46.6155020Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-09-27T16:27:46.6155628Z [ RUN ] RunTimeTest.RuntimeCall 2022-09-27T16:27:46.6156260Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-09-27T16:27:46.6156937Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-09-27T16:27:46.6157264Z 2022-09-27T16:27:46.6157652Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-09-27T16:27:46.6158423Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-09-27T16:27:46.6159243Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-09-27T16:27:46.6160074Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-09-27T16:27:46.6160912Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-09-27T16:27:46.6161809Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-09-27T16:27:46.6162735Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-09-27T16:27:46.6163596Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-09-27T16:27:46.6164468Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-09-27T16:27:46.6165627Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-09-27T16:27:46.6166240Z expect output: 0.5000 2022-09-27T16:27:46.6166682Z [ CPUFloatType{1} ]actual output: 0.5000 2022-09-27T16:27:46.6167612Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-09-27T16:27:46.6168811Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-09-27T16:27:46.6169796Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-09-27T16:27:46.6170830Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-09-27T16:27:46.6171727Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-09-27T16:27:46.6172576Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-09-27T16:27:46.6173398Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-09-27T16:27:46.6174317Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-09-27T16:27:46.6175300Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-09-27T16:27:46.6176227Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-09-27T16:27:46.6177182Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-09-27T16:27:46.6178030Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-09-27T16:27:46.6178817Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-09-27T16:27:46.6179631Z [----------] 11 tests from LiteInterpreterUpgraderTest (1 ms total) 2022-09-27T16:27:46.6180017Z 2022-09-27T16:27:46.6180412Z [----------] 29 tests from LiteInterpreterDirectTest 2022-09-27T16:27:46.6181188Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-09-27T16:27:46.6182348Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (0 ms) 2022-09-27T16:27:46.6183190Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-09-27T16:27:46.6184043Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-09-27T16:27:46.6184874Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-09-27T16:27:46.6185366Z hello 2022-09-27T16:27:46.6185700Z hello 3 2022-09-27T16:27:46.6189171Z hello 2022-09-27T16:27:46.6189794Z hello 3 2022-09-27T16:27:46.6194914Z hello 2022-09-27T16:27:46.6195807Z hello 3 2022-09-27T16:27:46.6196565Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (1 ms) 2022-09-27T16:27:46.6197338Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-09-27T16:27:46.6208308Z [ OK ] LiteInterpreterDirectTest.Conv (1 ms) 2022-09-27T16:27:46.6209406Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-09-27T16:27:46.6215167Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-09-27T16:27:46.6215875Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-09-27T16:27:46.6219249Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-09-27T16:27:46.6219933Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-09-27T16:27:46.6223386Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-09-27T16:27:46.6224068Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-09-27T16:27:46.6226011Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-09-27T16:27:46.6226754Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-09-27T16:27:46.6229347Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-09-27T16:27:46.6230152Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-09-27T16:27:46.6243074Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (1 ms) 2022-09-27T16:27:46.6243886Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-09-27T16:27:46.6259572Z [ OK ] LiteInterpreterDirectTest.SetState (1 ms) 2022-09-27T16:27:46.6260856Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-09-27T16:27:46.6262088Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-09-27T16:27:46.6262991Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-09-27T16:27:46.6264141Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-09-27T16:27:46.6265131Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-09-27T16:27:46.6266146Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-09-27T16:27:46.6267163Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-09-27T16:27:46.6268068Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-09-27T16:27:46.6268950Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-09-27T16:27:46.6311803Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (4 ms) 2022-09-27T16:27:46.6312625Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-09-27T16:27:46.6316911Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-09-27T16:27:46.6317718Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-09-27T16:27:46.6318806Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-09-27T16:27:46.6319663Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-09-27T16:27:46.6324464Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-09-27T16:27:46.6325327Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-09-27T16:27:46.6329366Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-09-27T16:27:46.6330222Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-09-27T16:27:46.6335296Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-09-27T16:27:46.6336279Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-09-27T16:27:46.6340553Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-09-27T16:27:46.6341502Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-09-27T16:27:46.6349760Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (0 ms) 2022-09-27T16:27:46.6350853Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-09-27T16:27:46.6381925Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (3 ms) 2022-09-27T16:27:46.6383073Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:27:46.6388582Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-09-27T16:27:46.6389460Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-09-27T16:27:46.6408537Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (1 ms) 2022-09-27T16:27:46.6409857Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-09-27T16:27:46.6415152Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-09-27T16:27:46.6416115Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-09-27T16:27:46.6498588Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-09-27T16:27:46.6499599Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:27:46.6518946Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-09-27T16:27:46.6519758Z [----------] 29 tests from LiteInterpreterDirectTest (35 ms total) 2022-09-27T16:27:46.6519954Z 2022-09-27T16:27:46.6520115Z [----------] 7 tests from LiteTrainerTest 2022-09-27T16:27:46.6520404Z [ RUN ] LiteTrainerTest.Params 2022-09-27T16:27:46.6616411Z [ OK ] LiteTrainerTest.Params (9 ms) 2022-09-27T16:27:46.6617398Z [ RUN ] LiteTrainerTest.SGD 2022-09-27T16:27:46.6683512Z [ OK ] LiteTrainerTest.SGD (6 ms) 2022-09-27T16:27:46.6684046Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-09-27T16:27:46.6684634Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-09-27T16:27:46.6685399Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:27:46.6686292Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:27:46.6687312Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:27:46.6688191Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:27:46.6689119Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-09-27T16:27:46.6689746Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:27:46.6690392Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:27:46.6691131Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:27:46.6691818Z [----------] 7 tests from LiteTrainerTest (16 ms total) 2022-09-27T16:27:46.6692054Z 2022-09-27T16:27:46.6692282Z [----------] 6 tests from MobileTest 2022-09-27T16:27:46.6692819Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-09-27T16:27:46.6693396Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-09-27T16:27:46.6693972Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-09-27T16:27:46.6694485Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-09-27T16:27:46.6694860Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-09-27T16:27:46.6696893Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-09-27T16:27:46.6698009Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-09-27T16:27:46.6699116Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-09-27T16:27:46.6700262Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-09-27T16:27:46.6719533Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (2 ms) 2022-09-27T16:27:46.6720431Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-09-27T16:27:46.6737031Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (1 ms) 2022-09-27T16:27:46.6737738Z [----------] 6 tests from MobileTest (5 ms total) 2022-09-27T16:27:46.6738026Z 2022-09-27T16:27:46.6738316Z [----------] 1 test from MemoryDAGTest 2022-09-27T16:27:46.6739002Z [ RUN ] MemoryDAGTest.Basic 2022-09-27T16:27:46.6739559Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-09-27T16:27:46.6740427Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-09-27T16:27:46.6740838Z 2022-09-27T16:27:46.6741311Z [----------] 1 test from InternedStringsTest 2022-09-27T16:27:46.6742107Z [ RUN ] InternedStringsTest.Basic 2022-09-27T16:27:46.6742939Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-09-27T16:27:46.6743854Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-09-27T16:27:46.6744300Z 2022-09-27T16:27:46.6744733Z [----------] 1 test from FromQualStringTest 2022-09-27T16:27:46.6745472Z [ RUN ] FromQualStringTest.Basic 2022-09-27T16:27:46.6746238Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-09-27T16:27:46.6747092Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-09-27T16:27:46.6747504Z 2022-09-27T16:27:46.6747897Z [----------] 1 test from THNNConvTest 2022-09-27T16:27:46.6748674Z [ RUN ] THNNConvTest.Basic 2022-09-27T16:27:46.6752362Z [ OK ] THNNConvTest.Basic (1 ms) 2022-09-27T16:27:46.6753155Z [----------] 1 test from THNNConvTest (1 ms total) 2022-09-27T16:27:46.6753640Z 2022-09-27T16:27:46.6754015Z [----------] 1 test from ATenNativeBatchNormTest 2022-09-27T16:27:46.6754683Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-09-27T16:27:46.6760977Z [ OK ] ATenNativeBatchNormTest.Basic (0 ms) 2022-09-27T16:27:46.6763160Z [----------] 1 test from ATenNativeBatchNormTest (0 ms total) 2022-09-27T16:27:46.6764193Z 2022-09-27T16:27:46.6764593Z [----------] 2 tests from CustomFusionTest 2022-09-27T16:27:46.6765278Z [ RUN ] CustomFusionTest.Basic 2022-09-27T16:27:46.6766114Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-09-27T16:27:46.6766850Z [ RUN ] CustomFusionTest.NestedBlocks 2022-09-27T16:27:46.6767639Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-09-27T16:27:46.6768459Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-09-27T16:27:46.6768989Z 2022-09-27T16:27:46.6769356Z [----------] 1 test from ControlFlowTest 2022-09-27T16:27:46.6770026Z [ RUN ] ControlFlowTest.Basic 2022-09-27T16:27:46.6780884Z [ OK ] ControlFlowTest.Basic (0 ms) 2022-09-27T16:27:46.6781565Z [----------] 1 test from ControlFlowTest (0 ms total) 2022-09-27T16:27:46.6781857Z 2022-09-27T16:27:46.6782151Z [----------] 1 test from ProtoTest 2022-09-27T16:27:46.6782666Z [ RUN ] ProtoTest.Basic 2022-09-27T16:27:46.6783208Z [ OK ] ProtoTest.Basic (0 ms) 2022-09-27T16:27:46.6783788Z [----------] 1 test from ProtoTest (0 ms total) 2022-09-27T16:27:46.6784089Z 2022-09-27T16:27:46.6784422Z [----------] 9 tests from SchemaParserTest 2022-09-27T16:27:46.6785055Z [ RUN ] SchemaParserTest.NestedArrays 2022-09-27T16:27:46.6785823Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-09-27T16:27:46.6786572Z [ RUN ] SchemaParserTest.OutVariant 2022-09-27T16:27:46.6787251Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-09-27T16:27:46.6787909Z [ RUN ] SchemaParserTest.NamedReturns 2022-09-27T16:27:46.6788635Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-09-27T16:27:46.6789268Z [ RUN ] SchemaParserTest.Futures 2022-09-27T16:27:46.6789894Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-09-27T16:27:46.6790615Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-09-27T16:27:46.6791457Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-09-27T16:27:46.6792379Z [ RUN ] SchemaParserTest.TensorListAnnotatedAliasSets 2022-09-27T16:27:46.6793367Z [ OK ] SchemaParserTest.TensorListAnnotatedAliasSets (0 ms) 2022-09-27T16:27:46.6794371Z [ RUN ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet 2022-09-27T16:27:46.6795403Z [ OK ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet (0 ms) 2022-09-27T16:27:46.6796302Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-09-27T16:27:46.6797096Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-09-27T16:27:46.6797898Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-09-27T16:27:46.6798733Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-09-27T16:27:46.6799536Z [----------] 9 tests from SchemaParserTest (0 ms total) 2022-09-27T16:27:46.6799910Z 2022-09-27T16:27:46.6800328Z [----------] 2 tests from TopologicalIndexTest 2022-09-27T16:27:46.6801044Z [ RUN ] TopologicalIndexTest.Basic 2022-09-27T16:27:46.6801791Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-09-27T16:27:46.6802539Z [ RUN ] TopologicalIndexTest.Reindex 2022-09-27T16:27:46.6803198Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-09-27T16:27:46.6803913Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-09-27T16:27:46.6804259Z 2022-09-27T16:27:46.6804574Z [----------] 7 tests from RecordFunctionTest 2022-09-27T16:27:46.6805464Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-09-27T16:27:46.6806316Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (0 ms) 2022-09-27T16:27:46.6807107Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-09-27T16:27:46.6838780Z [ OK ] RecordFunctionTest.SampledCallbacks (5 ms) 2022-09-27T16:27:46.6839893Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-09-27T16:27:46.6840710Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-09-27T16:27:46.6841589Z [ RUN ] RecordFunctionTest.Callbacks 2022-09-27T16:27:46.6842266Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-09-27T16:27:46.6842928Z [ RUN ] RecordFunctionTest.ShouldRun 2022-09-27T16:27:46.6843606Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-09-27T16:27:46.6844230Z [ RUN ] RecordFunctionTest.Basic 2022-09-27T16:27:46.6849103Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-09-27T16:27:46.6849848Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-09-27T16:27:46.6851895Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-09-27T16:27:46.6852709Z [----------] 7 tests from RecordFunctionTest (6 ms total) 2022-09-27T16:27:46.6853054Z 2022-09-27T16:27:46.6854535Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-09-27T16:27:46.6855512Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-09-27T16:27:46.6856112Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-09-27T16:27:46.6856848Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-09-27T16:27:46.6857184Z 2022-09-27T16:27:46.6857460Z [----------] 1 test from TestSymIntArrayRef 2022-09-27T16:27:46.6857976Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-09-27T16:27:46.6858555Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-09-27T16:27:46.6859197Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-09-27T16:27:46.6859485Z 2022-09-27T16:27:46.6859727Z [----------] 5 tests from TestSymInt 2022-09-27T16:27:46.6860303Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-09-27T16:27:46.6860950Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-09-27T16:27:46.6861498Z [ RUN ] TestSymInt.NarrowCopy 2022-09-27T16:27:46.6861977Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-09-27T16:27:46.6862490Z [ RUN ] TestSymInt.AddSymbolicInt 2022-09-27T16:27:46.6863019Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-09-27T16:27:46.6863497Z [ RUN ] TestSymInt.TestIntrusive 2022-09-27T16:27:46.6863991Z [ OK ] TestSymInt.TestIntrusive (0 ms) 2022-09-27T16:27:46.6864557Z [ RUN ] TestSymInt.TestSymIntToSymIntNodeDispatch 2022-09-27T16:27:46.6865143Z [ OK ] TestSymInt.TestSymIntToSymIntNodeDispatch (0 ms) 2022-09-27T16:27:46.6865725Z [----------] 5 tests from TestSymInt (0 ms total) 2022-09-27T16:27:46.6865973Z 2022-09-27T16:27:46.6866224Z [----------] 1 test from FallbackGraphsTest 2022-09-27T16:27:46.6866700Z [ RUN ] FallbackGraphsTest.Basic 2022-09-27T16:27:46.6867438Z [ OK ] FallbackGraphsTest.Basic (0 ms) 2022-09-27T16:27:46.6868049Z [----------] 1 test from FallbackGraphsTest (0 ms total) 2022-09-27T16:27:46.6868320Z 2022-09-27T16:27:46.6868595Z [----------] 1 test from NoneSchemaMatchTest 2022-09-27T16:27:46.6869097Z [ RUN ] NoneSchemaMatchTest.Basic 2022-09-27T16:27:46.6869591Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-09-27T16:27:46.6870169Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-09-27T16:27:46.6870450Z 2022-09-27T16:27:46.6870736Z [----------] 1 test from PassManagementTest 2022-09-27T16:27:46.6871405Z [ RUN ] PassManagementTest.Basic 2022-09-27T16:27:46.6871946Z [ OK ] PassManagementTest.Basic (0 ms) 2022-09-27T16:27:46.6872494Z [----------] 1 test from PassManagementTest (0 ms total) 2022-09-27T16:27:46.6872759Z 2022-09-27T16:27:46.6873006Z [----------] 5 tests from LoopPeelerTest 2022-09-27T16:27:46.6873563Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-09-27T16:27:46.6874377Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-09-27T16:27:46.6875045Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-09-27T16:27:46.6889750Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-09-27T16:27:46.6890504Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-09-27T16:27:46.6891219Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-09-27T16:27:46.6891886Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-09-27T16:27:46.6892493Z [ OK ] LoopPeelerTest.SimpleNestedLoops (0 ms) 2022-09-27T16:27:46.6893089Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-09-27T16:27:46.6900199Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (1 ms) 2022-09-27T16:27:46.6900936Z [----------] 5 tests from LoopPeelerTest (3 ms total) 2022-09-27T16:27:46.6901272Z 2022-09-27T16:27:46.6901564Z [----------] 1 test from JitTracing 2022-09-27T16:27:46.6902092Z [ RUN ] JitTracing.Basic 2022-09-27T16:27:46.7036424Z [ OK ] JitTracing.Basic (13 ms) 2022-09-27T16:27:46.7038808Z [----------] 1 test from JitTracing (13 ms total) 2022-09-27T16:27:46.7039280Z 2022-09-27T16:27:46.7039755Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-09-27T16:27:46.7040591Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-09-27T16:27:46.7043162Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-09-27T16:27:46.7044081Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-09-27T16:27:46.7044517Z 2022-09-27T16:27:46.7044857Z [----------] 1 test from InsertBailOutsTest 2022-09-27T16:27:46.7045469Z [ RUN ] InsertBailOutsTest.Basic 2022-09-27T16:27:46.7052977Z [ OK ] InsertBailOutsTest.Basic (0 ms) 2022-09-27T16:27:46.7053674Z [----------] 1 test from InsertBailOutsTest (0 ms total) 2022-09-27T16:27:46.7054015Z 2022-09-27T16:27:46.7054335Z [----------] 2 tests from ProfilerTest 2022-09-27T16:27:46.7054895Z [ RUN ] ProfilerTest.Basic 2022-09-27T16:27:46.7167798Z [ OK ] ProfilerTest.Basic (11 ms) 2022-09-27T16:27:46.7169320Z [ RUN ] ProfilerTest.OptionalProfiling 2022-09-27T16:27:46.7170045Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-09-27T16:27:46.7170766Z [----------] 2 tests from ProfilerTest (11 ms total) 2022-09-27T16:27:46.7171077Z 2022-09-27T16:27:46.7171402Z [----------] 2 tests from CallStackTest 2022-09-27T16:27:46.7171974Z [ RUN ] CallStackTest.Basic 2022-09-27T16:27:46.7176052Z [ OK ] CallStackTest.Basic (0 ms) 2022-09-27T16:27:46.7176623Z [ RUN ] CallStackTest.Caching 2022-09-27T16:27:46.7179654Z [ OK ] CallStackTest.Caching (0 ms) 2022-09-27T16:27:46.7180312Z [----------] 2 tests from CallStackTest (1 ms total) 2022-09-27T16:27:46.7180633Z 2022-09-27T16:27:46.7180991Z [----------] 2 tests from InlinedCallStackTest 2022-09-27T16:27:46.7181671Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-09-27T16:27:46.7187088Z [ OK ] InlinedCallStackTest.BlockAnnotation (0 ms) 2022-09-27T16:27:46.7187832Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-09-27T16:27:46.7197450Z [ OK ] InlinedCallStackTest.SelfCallMethods (0 ms) 2022-09-27T16:27:46.7198207Z [----------] 2 tests from InlinedCallStackTest (1 ms total) 2022-09-27T16:27:46.7198815Z 2022-09-27T16:27:46.7199158Z [----------] 1 test from AutogradSymbolsTest 2022-09-27T16:27:46.7200935Z [ RUN ] AutogradSymbolsTest.Basic 2022-09-27T16:27:46.7201592Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-09-27T16:27:46.7202302Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-09-27T16:27:46.7202641Z 2022-09-27T16:27:46.7203021Z [----------] 1 test from DefaultArgTypeHintingTest 2022-09-27T16:27:46.7203702Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-09-27T16:27:46.7204542Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-09-27T16:27:46.7205319Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-09-27T16:27:46.7205688Z 2022-09-27T16:27:46.7205988Z [----------] 5 tests from FuturesTest 2022-09-27T16:27:46.7207184Z [ RUN ] FuturesTest.Basic 2022-09-27T16:27:46.7209946Z [ OK ] FuturesTest.Basic (0 ms) 2022-09-27T16:27:46.7210506Z [ RUN ] FuturesTest.Error 2022-09-27T16:27:46.7211065Z [ OK ] FuturesTest.Error (0 ms) 2022-09-27T16:27:46.7211574Z [ RUN ] FuturesTest.Then 2022-09-27T16:27:46.7212143Z [ OK ] FuturesTest.Then (0 ms) 2022-09-27T16:27:46.7212716Z [ RUN ] FuturesTest.CollectAll 2022-09-27T16:27:46.7213310Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-09-27T16:27:46.7213905Z [ RUN ] FuturesTest.CollectAny 2022-09-27T16:27:46.7214509Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-09-27T16:27:46.7215149Z [----------] 5 tests from FuturesTest (0 ms total) 2022-09-27T16:27:46.7215468Z 2022-09-27T16:27:46.7215823Z [----------] 1 test from TLSFutureCallbacksTest 2022-09-27T16:27:46.7216473Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-09-27T16:27:46.7219773Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-09-27T16:27:46.7220485Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-09-27T16:27:46.7220851Z 2022-09-27T16:27:46.7221273Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-09-27T16:27:46.7222011Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-09-27T16:27:46.7222781Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-09-27T16:27:46.7223579Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-09-27T16:27:46.7223965Z 2022-09-27T16:27:46.7224302Z [----------] 2 tests from RecordDebugHandles 2022-09-27T16:27:46.7224917Z [ RUN ] RecordDebugHandles.Basic 2022-09-27T16:27:46.7225712Z STAGE:2022-09-27 16:27:46 4958:4958 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:27:46.7227128Z STAGE:2022-09-27 16:27:46 4958:4958 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:27:46.7228057Z [ OK ] RecordDebugHandles.Basic (0 ms) 2022-09-27T16:27:46.7229341Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-09-27T16:27:46.7230391Z STAGE:2022-09-27 16:27:46 4958:4958 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:27:46.7233182Z STAGE:2022-09-27 16:27:46 4958:4958 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:27:46.7234501Z STAGE:2022-09-27 16:27:46 4958:4958 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:27:46.7237734Z STAGE:2022-09-27 16:27:46 4958:4958 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:27:46.7238739Z STAGE:2022-09-27 16:27:46 4958:4958 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:27:46.7289599Z STAGE:2022-09-27 16:27:46 4958:4958 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:27:46.7290304Z [ OK ] RecordDebugHandles.ScopedCallbacks (1 ms) 2022-09-27T16:27:46.7290908Z [----------] 2 tests from RecordDebugHandles (2 ms total) 2022-09-27T16:27:46.7291395Z 2022-09-27T16:27:46.7291686Z [----------] 1 test from IValueKWargsTest 2022-09-27T16:27:46.7292202Z [ RUN ] IValueKWargsTest.Basic 2022-09-27T16:27:46.7292725Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-09-27T16:27:46.7293098Z [----------] 1 test from IValueKWargsTest (0 ms total) 2022-09-27T16:27:46.7293253Z 2022-09-27T16:27:46.7293406Z [----------] 1 test from ComputeFlopsTest 2022-09-27T16:27:46.7293702Z [ RUN ] ComputeFlopsTest.Basic 2022-09-27T16:27:46.7294136Z [W util.cpp:507] Warning: Failed to compute flops for op aten::conv2d because both input and weight must be size 4. (function computeFlops) 2022-09-27T16:27:46.7294561Z [W util.cpp:522] Warning: Failed to compute flops for op aten::conv2d because stride must be size 2 and cannot be 0. (function computeFlops) 2022-09-27T16:27:46.7295025Z [W util.cpp:478] Warning: Calculating flops for aten::conv2d requires groups, padding, stride, dilation, input_size, and weight_size in saved arguments. (function computeFlops) 2022-09-27T16:27:46.7295480Z [W util.cpp:551] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-09-27T16:27:46.7295862Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-09-27T16:27:46.7296172Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-09-27T16:27:46.7296329Z 2022-09-27T16:27:46.7296475Z [----------] 1 test from TestConstant 2022-09-27T16:27:46.7296753Z [ RUN ] TestConstant.TensorGrad 2022-09-27T16:27:46.7297036Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-09-27T16:27:46.7297350Z [----------] 1 test from TestConstant (0 ms total) 2022-09-27T16:27:46.7297498Z 2022-09-27T16:27:46.7297641Z [----------] 1 test from TestMutation 2022-09-27T16:27:46.7297898Z [ RUN ] TestMutation.Basic 2022-09-27T16:27:46.7298159Z [ OK ] TestMutation.Basic (0 ms) 2022-09-27T16:27:46.7298457Z [----------] 1 test from TestMutation (0 ms total) 2022-09-27T16:27:46.7298603Z 2022-09-27T16:27:46.7298805Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-09-27T16:27:46.7299161Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-09-27T16:27:46.7299542Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-09-27T16:27:46.7299946Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-09-27T16:27:46.7300141Z 2022-09-27T16:27:46.7300304Z [----------] 1 test from TestRegisterShapeOp 2022-09-27T16:27:46.7300586Z [ RUN ] TestRegisterShapeOp.Basic 2022-09-27T16:27:46.8753667Z [ OK ] TestRegisterShapeOp.Basic (149 ms) 2022-09-27T16:27:46.8754437Z [----------] 1 test from TestRegisterShapeOp (149 ms total) 2022-09-27T16:27:46.8754790Z 2022-09-27T16:27:46.8755249Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-09-27T16:27:46.8756041Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-09-27T16:27:46.8756848Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-09-27T16:27:46.8757705Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-09-27T16:27:46.8758112Z 2022-09-27T16:27:46.8758468Z [----------] 2 tests from TestFunctionExecutor 2022-09-27T16:27:46.8759163Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-09-27T16:27:46.8759968Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-09-27T16:27:46.8760800Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-09-27T16:27:46.8777571Z [ OK ] TestFunctionExecutor.RunDecompositionTest (1 ms) 2022-09-27T16:27:46.8778393Z [----------] 2 tests from TestFunctionExecutor (2 ms total) 2022-09-27T16:27:46.8778744Z 2022-09-27T16:27:46.8779109Z [----------] 1 test from TestShapeGraphLinting 2022-09-27T16:27:46.8780035Z [ RUN ] TestShapeGraphLinting.Basic 2022-09-27T16:27:46.8783648Z [ OK ] TestShapeGraphLinting.Basic (0 ms) 2022-09-27T16:27:46.8784390Z [----------] 1 test from TestShapeGraphLinting (0 ms total) 2022-09-27T16:27:46.8784750Z 2022-09-27T16:27:46.8785039Z [----------] 1 test from Composed 2022-09-27T16:27:46.8785581Z [ RUN ] Composed.ComposedOp 2022-09-27T16:27:47.1767928Z [ OK ] Composed.ComposedOp (298 ms) 2022-09-27T16:27:47.1768459Z [----------] 1 test from Composed (298 ms total) 2022-09-27T16:27:47.1768984Z 2022-09-27T16:27:47.1769173Z [----------] 19 tests from MobileTypeParserTest 2022-09-27T16:27:47.1769533Z [ RUN ] MobileTypeParserTest.Int 2022-09-27T16:27:47.1769831Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-09-27T16:27:47.1770223Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-09-27T16:27:47.1770719Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-09-27T16:27:47.1771172Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-09-27T16:27:47.1771515Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-09-27T16:27:47.1771944Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-09-27T16:27:47.1772336Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-09-27T16:27:47.1772836Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-09-27T16:27:47.1773397Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-09-27T16:27:47.1773824Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-09-27T16:27:47.1774205Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-09-27T16:27:47.1774596Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-09-27T16:27:47.1775096Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-09-27T16:27:47.1775568Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-09-27T16:27:47.1776098Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-09-27T16:27:47.1776604Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-09-27T16:27:47.1777035Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-09-27T16:27:47.1777438Z [ RUN ] MobileTypeParserTest.Empty 2022-09-27T16:27:47.1791365Z [ OK ] MobileTypeParserTest.Empty (2 ms) 2022-09-27T16:27:47.1791733Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-09-27T16:27:47.1821297Z [ OK ] MobileTypeParserTest.TypoRaises (2 ms) 2022-09-27T16:27:47.1821661Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-09-27T16:27:47.1851510Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (2 ms) 2022-09-27T16:27:47.1851952Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-09-27T16:27:47.1881039Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (2 ms) 2022-09-27T16:27:47.1881440Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-09-27T16:27:47.1905869Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (2 ms) 2022-09-27T16:27:47.1906290Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-09-27T16:27:47.1935423Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (2 ms) 2022-09-27T16:27:47.1935869Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-09-27T16:27:47.1960399Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (2 ms) 2022-09-27T16:27:47.1960841Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-09-27T16:27:47.1976002Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (1 ms) 2022-09-27T16:27:47.1976569Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-09-27T16:27:47.1991603Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (1 ms) 2022-09-27T16:27:47.1992040Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-09-27T16:27:47.2026333Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (3 ms) 2022-09-27T16:27:47.2027089Z [----------] 19 tests from MobileTypeParserTest (25 ms total) 2022-09-27T16:27:47.2027266Z 2022-09-27T16:27:47.2027419Z [----------] 13 tests from ModuleAPITest 2022-09-27T16:27:47.2027820Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-09-27T16:27:47.2056121Z [ OK ] ModuleAPITest.MethodRunAsync (2 ms) 2022-09-27T16:27:47.2056934Z [ RUN ] ModuleAPITest.Clone 2022-09-27T16:27:47.2060104Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-09-27T16:27:47.2060882Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-09-27T16:27:47.2069810Z [ OK ] ModuleAPITest.CloneWithModuleInterface (1 ms) 2022-09-27T16:27:47.2072103Z [ RUN ] ModuleAPITest.Copy 2022-09-27T16:27:47.2073857Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-09-27T16:27:47.2075811Z [ RUN ] ModuleAPITest.DeepCopy 2022-09-27T16:27:47.2077643Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-09-27T16:27:47.2079594Z [ RUN ] ModuleAPITest.DeepCopyString 2022-09-27T16:27:47.2081597Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-09-27T16:27:47.2083450Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-09-27T16:27:47.2085259Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-09-27T16:27:47.2087133Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-09-27T16:27:47.2089268Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-09-27T16:27:47.2091140Z [ RUN ] ModuleAPITest.Constants 2022-09-27T16:27:47.2092904Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-09-27T16:27:47.2094839Z [ RUN ] ModuleAPITest.Parameters 2022-09-27T16:27:47.2096678Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-09-27T16:27:47.2098427Z [ RUN ] ModuleAPITest.Define 2022-09-27T16:27:47.2100194Z [ OK ] ModuleAPITest.Define (0 ms) 2022-09-27T16:27:47.2101924Z [ RUN ] ModuleAPITest.Freezing 2022-09-27T16:27:47.2106404Z [ OK ] ModuleAPITest.Freezing (2 ms) 2022-09-27T16:27:47.2108306Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-09-27T16:27:47.2130781Z [ OK ] ModuleAPITest.OfiFreezesTraining (2 ms) 2022-09-27T16:27:47.2133085Z [----------] 13 tests from ModuleAPITest (10 ms total) 2022-09-27T16:27:47.2134798Z 2022-09-27T16:27:47.2137017Z [----------] 6 tests from PeepholeOptimizeTest 2022-09-27T16:27:47.2138859Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-09-27T16:27:47.2140771Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-09-27T16:27:47.2142645Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-09-27T16:27:47.2144532Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-09-27T16:27:47.2146400Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-09-27T16:27:47.2148954Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-09-27T16:27:47.2151415Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-09-27T16:27:47.2153881Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-09-27T16:27:47.2156308Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-09-27T16:27:47.2158765Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-09-27T16:27:47.2161200Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-09-27T16:27:47.2163613Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-09-27T16:27:47.2166263Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-09-27T16:27:47.2168305Z 2022-09-27T16:27:47.2170505Z [----------] 5 tests from QualifiedNameTest 2022-09-27T16:27:47.2173153Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-09-27T16:27:47.2175700Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-09-27T16:27:47.2178144Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-09-27T16:27:47.2181511Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-09-27T16:27:47.2185616Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-09-27T16:27:47.2186528Z [ OK ] QualifiedNameTest.BadInputRaises (4 ms) 2022-09-27T16:27:47.2187183Z [ RUN ] QualifiedNameTest.Equality 2022-09-27T16:27:47.2187842Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-09-27T16:27:47.2188580Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-09-27T16:27:47.2189249Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-09-27T16:27:47.2189973Z [----------] 5 tests from QualifiedNameTest (4 ms total) 2022-09-27T16:27:47.2190316Z 2022-09-27T16:27:47.2190656Z [----------] 6 tests from SerializationTest 2022-09-27T16:27:47.2191381Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-09-27T16:27:47.2192378Z [W export_module.cpp:583] Warning: An extra files hook attempted to write metadata.json but this is already written in extra files and so will be skipped. This warning will only appear once per process. (function operator()) 2022-09-27T16:27:47.2194570Z [ OK ] SerializationTest.ExtraFilesHookPreference (1 ms) 2022-09-27T16:27:47.2195527Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-09-27T16:27:47.2196825Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-09-27T16:27:47.2197663Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-09-27T16:27:47.2198530Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-09-27T16:27:47.2199268Z [ RUN ] SerializationTest.TypeTags 2022-09-27T16:27:47.2202777Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-09-27T16:27:47.2203511Z [ RUN ] SerializationTest.ParentDirNotExist 2022-09-27T16:27:47.2263135Z [ OK ] SerializationTest.ParentDirNotExist (5 ms) 2022-09-27T16:27:47.2263988Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-09-27T16:27:47.2264879Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-09-27T16:27:47.2265710Z [----------] 6 tests from SerializationTest (7 ms total) 2022-09-27T16:27:47.2266049Z 2022-09-27T16:27:47.2266383Z [----------] 3 tests from TestSourceRoundTrip 2022-09-27T16:27:47.2267095Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-09-27T16:27:47.2293530Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (3 ms) 2022-09-27T16:27:47.2295923Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-09-27T16:27:47.2298498Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-09-27T16:27:47.2301000Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-09-27T16:27:47.2387226Z [ OK ] TestSourceRoundTrip.MethodInvocation (9 ms) 2022-09-27T16:27:47.2389818Z [----------] 3 tests from TestSourceRoundTrip (12 ms total) 2022-09-27T16:27:47.2391877Z 2022-09-27T16:27:47.2394000Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-09-27T16:27:47.2396426Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-09-27T16:27:47.2398927Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-09-27T16:27:47.2401744Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-09-27T16:27:47.2410172Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (1 ms) 2022-09-27T16:27:47.2411292Z [----------] 2 tests from FunctionSchemaIsAliasingTest (2 ms total) 2022-09-27T16:27:47.2411686Z 2022-09-27T16:27:47.2412090Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-09-27T16:27:47.2412802Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-09-27T16:27:47.2413526Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-09-27T16:27:47.2414316Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-09-27T16:27:47.2445037Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (3 ms) 2022-09-27T16:27:47.2446100Z [----------] 2 tests from FunctionSchemaIsMutableTest (3 ms total) 2022-09-27T16:27:47.2446465Z 2022-09-27T16:27:47.2446841Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-09-27T16:27:47.2447495Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-09-27T16:27:47.2448176Z [ OK ] SchemaInfoIsMutableTest.Basic (0 ms) 2022-09-27T16:27:47.2449102Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-09-27T16:27:47.2482485Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (3 ms) 2022-09-27T16:27:47.2485694Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-09-27T16:27:47.2488526Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-09-27T16:27:47.2491257Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-09-27T16:27:47.2496549Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-09-27T16:27:47.2497290Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-09-27T16:27:47.2498022Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-09-27T16:27:47.2498786Z [----------] 5 tests from SchemaInfoIsMutableTest (4 ms total) 2022-09-27T16:27:47.2499154Z 2022-09-27T16:27:47.2499586Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-09-27T16:27:47.2500445Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-09-27T16:27:47.2501230Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-09-27T16:27:47.2502017Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-09-27T16:27:47.2502816Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-09-27T16:27:47.2503679Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-09-27T16:27:47.2504062Z 2022-09-27T16:27:47.2504450Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-09-27T16:27:47.2505136Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-09-27T16:27:47.2505841Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-09-27T16:27:47.2506589Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-09-27T16:27:47.2520243Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (3 ms) 2022-09-27T16:27:47.2521267Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-09-27T16:27:47.2522205Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-09-27T16:27:47.2523243Z [----------] 3 tests from FunctionSchemaMayAliasTest (3 ms total) 2022-09-27T16:27:47.2523618Z 2022-09-27T16:27:47.2523980Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-09-27T16:27:47.2524690Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-09-27T16:27:47.2525449Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-09-27T16:27:47.2526214Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-09-27T16:27:47.2527206Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-09-27T16:27:47.2529725Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-09-27T16:27:47.2531009Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-09-27T16:27:47.2532607Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-09-27T16:27:47.2534665Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-09-27T16:27:47.2540137Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-09-27T16:27:47.2541086Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-09-27T16:27:47.2542097Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-09-27T16:27:47.2543009Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-09-27T16:27:47.2543975Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-09-27T16:27:47.2545001Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-09-27T16:27:47.2545856Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-09-27T16:27:47.2546634Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-09-27T16:27:47.2547445Z [----------] 7 tests from SchemaInfoMayAliasTest (0 ms total) 2022-09-27T16:27:47.2547806Z 2022-09-27T16:27:47.2548299Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-09-27T16:27:47.2549084Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-09-27T16:27:47.2549865Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-09-27T16:27:47.2550679Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-09-27T16:27:47.2551527Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-09-27T16:27:47.2552469Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-09-27T16:27:47.2553547Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-09-27T16:27:47.2554556Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-09-27T16:27:47.2554960Z 2022-09-27T16:27:47.2555362Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-09-27T16:27:47.2556217Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-09-27T16:27:47.2557216Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-09-27T16:27:47.2558236Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-09-27T16:27:47.2559273Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-09-27T16:27:47.2560241Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-09-27T16:27:47.2561181Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-09-27T16:27:47.2562137Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-09-27T16:27:47.2563118Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-09-27T16:27:47.2564107Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-09-27T16:27:47.2565123Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-09-27T16:27:47.2565983Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-09-27T16:27:47.2566761Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-09-27T16:27:47.2567588Z [----------] 6 tests from SchemaInfoMayContainAliasTest (0 ms total) 2022-09-27T16:27:47.2567970Z 2022-09-27T16:27:47.2568310Z [----------] 2 tests from SchemaMatchingTest 2022-09-27T16:27:47.2569004Z [ RUN ] SchemaMatchingTest.VarType 2022-09-27T16:27:47.2573732Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-09-27T16:27:47.2574383Z [ RUN ] SchemaMatchingTest.VarType2 2022-09-27T16:27:47.2575021Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-09-27T16:27:47.2575721Z [----------] 2 tests from SchemaMatchingTest (1 ms total) 2022-09-27T16:27:47.2576055Z 2022-09-27T16:27:47.2576374Z [----------] 6 tests from StackOptTest 2022-09-27T16:27:47.2577096Z [ RUN ] StackOptTest.UseVariadicStack 2022-09-27T16:27:47.2719431Z [ OK ] StackOptTest.UseVariadicStack (16 ms) 2022-09-27T16:27:47.2720236Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-09-27T16:27:47.2804595Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (8 ms) 2022-09-27T16:27:47.2805602Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-09-27T16:27:47.2844624Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (3 ms) 2022-09-27T16:27:47.2845927Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-09-27T16:27:47.2906065Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (6 ms) 2022-09-27T16:27:47.2907167Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-09-27T16:27:47.2981893Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (7 ms) 2022-09-27T16:27:47.2983035Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-09-27T16:27:47.3091677Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (10 ms) 2022-09-27T16:27:47.3092716Z [----------] 6 tests from StackOptTest (53 ms total) 2022-09-27T16:27:47.3093018Z 2022-09-27T16:27:47.3093471Z [----------] 16 tests from SubgraphMatcherTest 2022-09-27T16:27:47.3094084Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-09-27T16:27:47.3094826Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-09-27T16:27:47.3095607Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-09-27T16:27:47.3096364Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-09-27T16:27:47.3097070Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-09-27T16:27:47.3097838Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-09-27T16:27:47.3098428Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-09-27T16:27:47.3099166Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-09-27T16:27:47.3099912Z [ RUN ] SubgraphMatcherTest.Linear1 2022-09-27T16:27:47.3100510Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-09-27T16:27:47.3101098Z [ RUN ] SubgraphMatcherTest.Linear2 2022-09-27T16:27:47.3101812Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-09-27T16:27:47.3102552Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-09-27T16:27:47.3103156Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-09-27T16:27:47.3103887Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-09-27T16:27:47.3104652Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-09-27T16:27:47.3105242Z [ RUN ] SubgraphMatcherTest.XPattern 2022-09-27T16:27:47.3105975Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-09-27T16:27:47.3106768Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-09-27T16:27:47.3107454Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-09-27T16:27:47.3108324Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-09-27T16:27:47.3109230Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-09-27T16:27:47.3110123Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-09-27T16:27:47.3110965Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-09-27T16:27:47.3111849Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-09-27T16:27:47.3112604Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-09-27T16:27:47.3113312Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-09-27T16:27:47.3115813Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-09-27T16:27:47.3117624Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-09-27T16:27:47.3155755Z [ OK ] SubgraphMatcherTest.BadPattern (3 ms) 2022-09-27T16:27:47.3156799Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-09-27T16:27:47.3158994Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-09-27T16:27:47.3160424Z [----------] 16 tests from SubgraphMatcherTest (7 ms total) 2022-09-27T16:27:47.3160752Z 2022-09-27T16:27:47.3161232Z [----------] 4 tests from SubgraphRewriterTest 2022-09-27T16:27:47.3161851Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-09-27T16:27:47.3164608Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-09-27T16:27:47.3166327Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-09-27T16:27:47.3167424Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-09-27T16:27:47.3168092Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-09-27T16:27:47.3175594Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-09-27T16:27:47.3176345Z [ RUN ] SubgraphRewriterTest.OutputType 2022-09-27T16:27:47.3179257Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-09-27T16:27:47.3181749Z [----------] 4 tests from SubgraphRewriterTest (1 ms total) 2022-09-27T16:27:47.3182085Z 2022-09-27T16:27:47.3182399Z [----------] 3 tests from SubgraphUtilsTest 2022-09-27T16:27:47.3182963Z [ RUN ] SubgraphUtilsTest.Basic 2022-09-27T16:27:47.3188380Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-09-27T16:27:47.3189274Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-09-27T16:27:47.3195666Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-09-27T16:27:47.3196396Z [ RUN ] SubgraphUtilsTest.GraphName 2022-09-27T16:27:47.3198467Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-09-27T16:27:47.3199208Z [----------] 3 tests from SubgraphUtilsTest (1 ms total) 2022-09-27T16:27:47.3199517Z 2022-09-27T16:27:47.3200948Z [----------] 8 tests from UnionTypeTest 2022-09-27T16:27:47.3202423Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-09-27T16:27:47.3203945Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-09-27T16:27:47.3205380Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-09-27T16:27:47.3206861Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-09-27T16:27:47.3208002Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-09-27T16:27:47.3209635Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-09-27T16:27:47.3210889Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-09-27T16:27:47.3212443Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-09-27T16:27:47.3213905Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-09-27T16:27:47.3215353Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-09-27T16:27:47.3217088Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-09-27T16:27:47.3219113Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-09-27T16:27:47.3220810Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-09-27T16:27:47.3222814Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-09-27T16:27:47.3224589Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-09-27T16:27:47.3226258Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-09-27T16:27:47.3228387Z [----------] 8 tests from UnionTypeTest (2 ms total) 2022-09-27T16:27:47.3229789Z 2022-09-27T16:27:47.3231596Z [----------] 2 tests from ScriptProfileTest 2022-09-27T16:27:47.3233072Z [ RUN ] ScriptProfileTest.Basic 2022-09-27T16:27:47.3234499Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-09-27T16:27:47.3235917Z [ RUN ] ScriptProfileTest.CallingOrder 2022-09-27T16:27:47.3264394Z [ OK ] ScriptProfileTest.CallingOrder (3 ms) 2022-09-27T16:27:47.3265766Z [----------] 2 tests from ScriptProfileTest (4 ms total) 2022-09-27T16:27:47.3266699Z 2022-09-27T16:27:47.3267293Z [----------] 7 tests from ShapeAnalysisTest 2022-09-27T16:27:47.3268428Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-09-27T16:27:47.3404232Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (13 ms) 2022-09-27T16:27:47.3405572Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-09-27T16:27:47.3439881Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (3 ms) 2022-09-27T16:27:47.3440992Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-09-27T16:27:47.3573840Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (13 ms) 2022-09-27T16:27:47.3575096Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-09-27T16:27:47.3588960Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (1 ms) 2022-09-27T16:27:47.3590193Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-09-27T16:27:47.3604363Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (1 ms) 2022-09-27T16:27:47.3605608Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-09-27T16:27:47.3658990Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (5 ms) 2022-09-27T16:27:47.3660245Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-09-27T16:27:47.3685022Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (2 ms) 2022-09-27T16:27:47.3686416Z [----------] 7 tests from ShapeAnalysisTest (41 ms total) 2022-09-27T16:27:47.3687257Z 2022-09-27T16:27:47.3687851Z [----------] 5 tests from JitLoggingTest 2022-09-27T16:27:47.3688473Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-09-27T16:27:47.3689634Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-09-27T16:27:47.3690378Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-09-27T16:27:47.3691932Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-09-27T16:27:47.3694648Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-09-27T16:27:47.3695426Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-09-27T16:27:47.3696162Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-09-27T16:27:47.3696834Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-09-27T16:27:47.3697467Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-09-27T16:27:47.3698166Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-09-27T16:27:47.3698819Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-09-27T16:27:47.3699113Z 2022-09-27T16:27:47.3699386Z [----------] 9 tests from FileFormatTest 2022-09-27T16:27:47.3700029Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-09-27T16:27:47.3700762Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-09-27T16:27:47.3701446Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-09-27T16:27:47.3702104Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-09-27T16:27:47.3702813Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-09-27T16:27:47.3703561Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-09-27T16:27:47.3704250Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-09-27T16:27:47.3704940Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-09-27T16:27:47.3705611Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-09-27T16:27:47.3706297Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-09-27T16:27:47.3706961Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-09-27T16:27:47.3707654Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-09-27T16:27:47.3708545Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-09-27T16:27:47.3709198Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-09-27T16:27:47.3709957Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-09-27T16:27:47.3710824Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-09-27T16:27:47.3711550Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-09-27T16:27:47.3712222Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-09-27T16:27:47.3712980Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-09-27T16:27:47.3713282Z 2022-09-27T16:27:47.3713577Z [----------] 35 tests from FlatbufferTest 2022-09-27T16:27:47.3714157Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-09-27T16:27:47.3717927Z [ OK ] FlatbufferTest.UpsampleNearest2d (1 ms) 2022-09-27T16:27:47.3718725Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-09-27T16:27:47.3733539Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (1 ms) 2022-09-27T16:27:47.3734309Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-09-27T16:27:47.3734947Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-09-27T16:27:47.3735576Z [ RUN ] FlatbufferTest.MethodInvocation 2022-09-27T16:27:47.3769465Z [ OK ] FlatbufferTest.MethodInvocation (3 ms) 2022-09-27T16:27:47.3770146Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-09-27T16:27:47.3820074Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (5 ms) 2022-09-27T16:27:47.3820879Z [ RUN ] FlatbufferTest.ExtraFiles 2022-09-27T16:27:47.3826141Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-09-27T16:27:47.3826852Z [ RUN ] FlatbufferTest.Conv 2022-09-27T16:27:47.3853529Z [ OK ] FlatbufferTest.Conv (2 ms) 2022-09-27T16:27:47.3854595Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-09-27T16:27:47.3880627Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (2 ms) 2022-09-27T16:27:47.3881461Z [ RUN ] FlatbufferTest.Inline 2022-09-27T16:27:47.3892307Z [ OK ] FlatbufferTest.Inline (1 ms) 2022-09-27T16:27:47.3892955Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-09-27T16:27:47.3903451Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (1 ms) 2022-09-27T16:27:47.3904095Z [ RUN ] FlatbufferTest.Tuple 2022-09-27T16:27:47.3911322Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-09-27T16:27:47.3911879Z [ RUN ] FlatbufferTest.Dict 2022-09-27T16:27:47.3922046Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-09-27T16:27:47.3937693Z [ RUN ] FlatbufferTest.Prim 2022-09-27T16:27:47.3938238Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-09-27T16:27:47.3938780Z [ RUN ] FlatbufferTest.PrimScalar 2022-09-27T16:27:47.3939404Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-09-27T16:27:47.3940012Z [ RUN ] FlatbufferTest.WrongMethodName 2022-09-27T16:27:47.3972915Z [ OK ] FlatbufferTest.WrongMethodName (4 ms) 2022-09-27T16:27:47.3973519Z [ RUN ] FlatbufferTest.SetState 2022-09-27T16:27:47.4008305Z [ OK ] FlatbufferTest.SetState (3 ms) 2022-09-27T16:27:47.4009044Z [ RUN ] FlatbufferTest.BuiltinClass 2022-09-27T16:27:47.4014613Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-09-27T16:27:47.4015192Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-09-27T16:27:47.4017162Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-09-27T16:27:47.4017453Z [ RUN ] FlatbufferTest.Eval 2022-09-27T16:27:47.4022890Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-09-27T16:27:47.4023218Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-09-27T16:27:47.4026107Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-09-27T16:27:47.4026452Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-09-27T16:27:47.4032151Z [ OK ] FlatbufferTest.FindAndRunMethod (0 ms) 2022-09-27T16:27:47.4032591Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-09-27T16:27:47.4037950Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-09-27T16:27:47.4038293Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-09-27T16:27:47.4045916Z [ OK ] FlatbufferTest.DuplicateSetState (0 ms) 2022-09-27T16:27:47.4046471Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-09-27T16:27:47.4062236Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (1 ms) 2022-09-27T16:27:47.4062816Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-09-27T16:27:47.4073919Z [ OK ] FlatbufferTest.DefaultArgsConv (1 ms) 2022-09-27T16:27:47.4074548Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-09-27T16:27:47.4121218Z [ OK ] FlatbufferTest.DefaultArgsPinv (4 ms) 2022-09-27T16:27:47.4121901Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:27:47.4130060Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-09-27T16:27:47.4130722Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-09-27T16:27:47.4148472Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (1 ms) 2022-09-27T16:27:47.4148950Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-09-27T16:27:47.4158795Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (1 ms) 2022-09-27T16:27:47.4159457Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:27:47.4181884Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-09-27T16:27:47.4182470Z [ RUN ] FlatbufferTest.OperatorSize1 2022-09-27T16:27:47.4185580Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-09-27T16:27:47.4186210Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-09-27T16:27:47.4186614Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-09-27T16:27:47.4186928Z [ RUN ] FlatbufferTest.OperatorTest2 2022-09-27T16:27:47.4196725Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-09-27T16:27:47.4197348Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-09-27T16:27:47.4198008Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-09-27T16:27:47.4198564Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-09-27T16:27:47.4198940Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-09-27T16:27:47.4199302Z [----------] 35 tests from FlatbufferTest (49 ms total) 2022-09-27T16:27:47.4199461Z 2022-09-27T16:27:47.4199617Z [----------] 3 tests from TestSourceFlatbuffer 2022-09-27T16:27:47.4199961Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-09-27T16:27:47.4212869Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (1 ms) 2022-09-27T16:27:47.4213415Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-09-27T16:27:47.4214035Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-09-27T16:27:47.4214569Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-09-27T16:27:47.4265409Z [ OK ] TestSourceFlatbuffer.MethodInvocation (5 ms) 2022-09-27T16:27:47.4266412Z [----------] 3 tests from TestSourceFlatbuffer (6 ms total) 2022-09-27T16:27:47.4267163Z 2022-09-27T16:27:47.4267621Z [----------] 10 tests from FlatbufferUpgraderTest 2022-09-27T16:27:47.4268290Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-09-27T16:27:47.4268992Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-09-27T16:27:47.4269724Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-09-27T16:27:47.4270754Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-09-27T16:27:47.4271518Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-09-27T16:27:47.4272482Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-09-27T16:27:47.4273304Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-09-27T16:27:47.4274124Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-09-27T16:27:47.4275025Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-09-27T16:27:47.4276051Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-09-27T16:27:47.4276684Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-09-27T16:27:47.4277395Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-09-27T16:27:47.4278060Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-09-27T16:27:47.4278664Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-09-27T16:27:47.4279309Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-09-27T16:27:47.4279953Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-09-27T16:27:47.4280615Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-09-27T16:27:47.4281403Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-09-27T16:27:47.4282108Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-09-27T16:27:47.4282771Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-09-27T16:27:47.4283433Z [----------] 10 tests from FlatbufferUpgraderTest (1 ms total) 2022-09-27T16:27:47.4283757Z 2022-09-27T16:27:47.4284160Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-09-27T16:27:47.4284896Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-09-27T16:27:47.4285701Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-09-27T16:27:47.4286613Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-09-27T16:27:47.4287299Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-09-27T16:27:47.4287930Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-09-27T16:27:47.4288893Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-09-27T16:27:47.4289732Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-09-27T16:27:47.4290571Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-09-27T16:27:47.4291512Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-09-27T16:27:47.4292560Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-09-27T16:27:47.4293616Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-09-27T16:27:47.4294619Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-09-27T16:27:47.4295709Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-09-27T16:27:47.4296800Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-09-27T16:27:47.4297862Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-09-27T16:27:47.4298469Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-09-27T16:27:47.4299142Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-09-27T16:27:47.4299740Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-09-27T16:27:47.4300313Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-09-27T16:27:47.4300890Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-09-27T16:27:47.4301445Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-09-27T16:27:47.4302075Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-09-27T16:27:47.4302653Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-09-27T16:27:47.4303229Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-09-27T16:27:47.4303729Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-09-27T16:27:47.4303931Z 2022-09-27T16:27:47.4304171Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-09-27T16:27:47.4304628Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-09-27T16:27:48.2446550Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (814 ms) 2022-09-27T16:27:48.2447063Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-09-27T16:27:49.3864676Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1141 ms) 2022-09-27T16:27:49.3865193Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-09-27T16:27:50.7632919Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1376 ms) 2022-09-27T16:27:50.7633442Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-09-27T16:27:52.0970084Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1333 ms) 2022-09-27T16:27:52.0970589Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-09-27T16:27:53.4111527Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1314 ms) 2022-09-27T16:27:53.4112041Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-09-27T16:27:54.7455926Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1334 ms) 2022-09-27T16:27:54.7456454Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-09-27T16:27:56.0603501Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1314 ms) 2022-09-27T16:27:56.0604016Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-09-27T16:27:57.3316912Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1271 ms) 2022-09-27T16:27:57.3317434Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-09-27T16:27:58.4890230Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1157 ms) 2022-09-27T16:27:58.4890770Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-09-27T16:27:59.6633093Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1174 ms) 2022-09-27T16:27:59.6633667Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (12233 ms total) 2022-09-27T16:27:59.6633889Z 2022-09-27T16:27:59.6634061Z [----------] Global test environment tear-down 2022-09-27T16:27:59.6716248Z [==========] 568 tests from 117 test suites ran. (13653 ms total) 2022-09-27T16:27:59.6716584Z [ PASSED ] 568 tests. 2022-09-27T16:27:59.7369799Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T16:27:59.7370285Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_lazy --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml 2022-09-27T16:27:59.9727242Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:27:59.9734365Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:27:59.9735098Z [==========] Running 612 tests from 10 test suites. 2022-09-27T16:27:59.9735644Z [----------] Global test environment set-up. 2022-09-27T16:27:59.9735955Z [----------] 11 tests from BackendDeviceTest 2022-09-27T16:27:59.9736463Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-09-27T16:27:59.9736816Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-09-27T16:27:59.9737143Z [ RUN ] BackendDeviceTest.Basic1 2022-09-27T16:27:59.9737445Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-09-27T16:27:59.9737751Z [ RUN ] BackendDeviceTest.Basic2 2022-09-27T16:27:59.9738035Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-09-27T16:27:59.9738329Z [ RUN ] BackendDeviceTest.Basic3 2022-09-27T16:27:59.9738625Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-09-27T16:27:59.9738905Z [ RUN ] BackendDeviceTest.Basic4 2022-09-27T16:27:59.9739199Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-09-27T16:27:59.9739490Z [ RUN ] BackendDeviceTest.Compare 2022-09-27T16:27:59.9739778Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-09-27T16:27:59.9740078Z [ RUN ] BackendDeviceTest.Ostream 2022-09-27T16:27:59.9740380Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-09-27T16:27:59.9740661Z [ RUN ] BackendDeviceTest.FromAten 2022-09-27T16:27:59.9768860Z [ OK ] BackendDeviceTest.FromAten (3 ms) 2022-09-27T16:27:59.9769219Z [ RUN ] BackendDeviceTest.ToAten 2022-09-27T16:27:59.9769567Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-09-27T16:27:59.9769880Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-09-27T16:27:59.9973432Z [ OK ] BackendDeviceTest.GetBackendDevice1 (20 ms) 2022-09-27T16:27:59.9974064Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-09-27T16:27:59.9974656Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-09-27T16:27:59.9975217Z [----------] 11 tests from BackendDeviceTest (23 ms total) 2022-09-27T16:27:59.9975428Z 2022-09-27T16:27:59.9975628Z [----------] 2 tests from CacheTest 2022-09-27T16:27:59.9975996Z [ RUN ] CacheTest.BasicTest 2022-09-27T16:27:59.9976306Z [ OK ] CacheTest.BasicTest (0 ms) 2022-09-27T16:27:59.9976693Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-09-27T16:27:59.9977086Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-09-27T16:27:59.9977505Z [----------] 2 tests from CacheTest (0 ms total) 2022-09-27T16:27:59.9977652Z 2022-09-27T16:27:59.9977777Z [----------] 5 tests from IrTest 2022-09-27T16:27:59.9978026Z [ RUN ] IrTest.BasicTest 2022-09-27T16:27:59.9978349Z [ OK ] IrTest.BasicTest (0 ms) 2022-09-27T16:27:59.9978600Z [ RUN ] IrTest.MetaDataTest 2022-09-27T16:27:59.9978886Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-09-27T16:27:59.9979202Z [ RUN ] IrTest.TsNodeTest 2022-09-27T16:27:59.9979469Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-09-27T16:27:59.9979790Z [ RUN ] IrTest.DimensionNodeTest 2022-09-27T16:27:59.9980101Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-09-27T16:27:59.9980408Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-09-27T16:27:59.9980778Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-09-27T16:27:59.9981093Z [----------] 5 tests from IrTest (0 ms total) 2022-09-27T16:27:59.9981432Z 2022-09-27T16:27:59.9981580Z [----------] 2 tests from IrUtilTest 2022-09-27T16:27:59.9981832Z [ RUN ] IrUtilTest.BasicTest 2022-09-27T16:27:59.9982176Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-09-27T16:27:59.9982460Z [ RUN ] IrUtilTest.TestCircle 2022-09-27T16:28:00.0006514Z [ OK ] IrUtilTest.TestCircle (3 ms) 2022-09-27T16:28:00.0007066Z [----------] 2 tests from IrUtilTest (3 ms total) 2022-09-27T16:28:00.0007397Z 2022-09-27T16:28:00.0007633Z [----------] 2 tests from HashTest 2022-09-27T16:28:00.0008036Z [ RUN ] HashTest.Scalar 2022-09-27T16:28:00.0008292Z [ OK ] HashTest.Scalar (0 ms) 2022-09-27T16:28:00.0008551Z [ RUN ] HashTest.Sanity 2022-09-27T16:28:00.0008927Z [ OK ] HashTest.Sanity (0 ms) 2022-09-27T16:28:00.0009204Z [----------] 2 tests from HashTest (0 ms total) 2022-09-27T16:28:00.0009357Z 2022-09-27T16:28:00.0009530Z [----------] 3 tests from PermutationUtilTest 2022-09-27T16:28:00.0009881Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-09-27T16:28:00.0028737Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-09-27T16:28:00.0029124Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-09-27T16:28:00.0029501Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-09-27T16:28:00.0029846Z [ RUN ] PermutationUtilTest.TestPermute 2022-09-27T16:28:00.0052267Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-09-27T16:28:00.0053052Z [----------] 3 tests from PermutationUtilTest (4 ms total) 2022-09-27T16:28:00.0053478Z 2022-09-27T16:28:00.0053757Z [----------] 7 tests from ShapeTest 2022-09-27T16:28:00.0054157Z [ RUN ] ShapeTest.Basic1 2022-09-27T16:28:00.0054581Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-09-27T16:28:00.0055064Z [ RUN ] ShapeTest.Basic2 2022-09-27T16:28:00.0055552Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-09-27T16:28:00.0056021Z [ RUN ] ShapeTest.Basic3 2022-09-27T16:28:00.0056467Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-09-27T16:28:00.0056962Z [ RUN ] ShapeTest.SetScalarType 2022-09-27T16:28:00.0057267Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-09-27T16:28:00.0057527Z [ RUN ] ShapeTest.SetSize 2022-09-27T16:28:00.0057794Z [ OK ] ShapeTest.SetSize (0 ms) 2022-09-27T16:28:00.0058048Z [ RUN ] ShapeTest.Equal 2022-09-27T16:28:00.0058298Z [ OK ] ShapeTest.Equal (0 ms) 2022-09-27T16:28:00.0058554Z [ RUN ] ShapeTest.Ostream 2022-09-27T16:28:00.0058816Z [ OK ] ShapeTest.Ostream (0 ms) 2022-09-27T16:28:00.0059096Z [----------] 7 tests from ShapeTest (0 ms total) 2022-09-27T16:28:00.0059243Z 2022-09-27T16:28:00.0059390Z [----------] 2 tests from TrieCacheTest 2022-09-27T16:28:00.0089624Z [ RUN ] TrieCacheTest.TestSinglePath 2022-09-27T16:28:00.0090175Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-09-27T16:28:00.0090745Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-09-27T16:28:00.0091320Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-09-27T16:28:00.0091909Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-09-27T16:28:00.0092189Z 2022-09-27T16:28:00.0092404Z [----------] 3 tests from UtilTest 2022-09-27T16:28:00.0092688Z [ RUN ] UtilTest.ExceptionCleanup 2022-09-27T16:28:00.0092990Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-09-27T16:28:00.0093269Z [ RUN ] UtilTest.MaybeRef 2022-09-27T16:28:00.0093545Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-09-27T16:28:00.0093798Z [ RUN ] UtilTest.Iota 2022-09-27T16:28:00.0094039Z [ OK ] UtilTest.Iota (0 ms) 2022-09-27T16:28:00.0094439Z [----------] 3 tests from UtilTest (0 ms total) 2022-09-27T16:28:00.0094585Z 2022-09-27T16:28:00.0094734Z [----------] 575 tests from LazyOpsTest 2022-09-27T16:28:00.0095013Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-09-27T16:28:00.0194332Z [ OK ] LazyOpsTest.TestScalarTensor (13 ms) 2022-09-27T16:28:00.0194649Z [ RUN ] LazyOpsTest.TestClone 2022-09-27T16:28:00.0197897Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-09-27T16:28:00.0198322Z [ RUN ] LazyOpsTest.TestTo 2022-09-27T16:28:00.0198753Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-09-27T16:28:00.0199177Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-09-27T16:28:00.0199504Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-09-27T16:28:00.0199815Z [ RUN ] LazyOpsTest.TestIsSigned 2022-09-27T16:28:00.0200114Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-09-27T16:28:00.0200393Z [ RUN ] LazyOpsTest.TestCastByte 2022-09-27T16:28:00.0559898Z [ OK ] LazyOpsTest.TestCastByte (36 ms) 2022-09-27T16:28:00.0560468Z [ RUN ] LazyOpsTest.TestCastChar 2022-09-27T16:28:00.0562784Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-09-27T16:28:00.0563341Z [ RUN ] LazyOpsTest.TestCastShort 2022-09-27T16:28:00.0565887Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-09-27T16:28:00.0566401Z [ RUN ] LazyOpsTest.TestCastInt 2022-09-27T16:28:00.0568847Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-09-27T16:28:00.0569422Z [ RUN ] LazyOpsTest.TestCastLong 2022-09-27T16:28:00.0571994Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-09-27T16:28:00.0572573Z [ RUN ] LazyOpsTest.TestCastFloat 2022-09-27T16:28:00.0572988Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-09-27T16:28:00.0573292Z [ RUN ] LazyOpsTest.TestRetainType 2022-09-27T16:28:00.0573829Z [ OK ] LazyOpsTest.TestRetainType (0 ms) 2022-09-27T16:28:00.0574428Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-09-27T16:28:00.0586618Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (1 ms) 2022-09-27T16:28:00.0587023Z [ RUN ] LazyOpsTest.TestAdd 2022-09-27T16:28:00.0589598Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-09-27T16:28:00.0589926Z [ RUN ] LazyOpsTest.TestAddHalf 2022-09-27T16:28:00.0592864Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-09-27T16:28:00.0593255Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-09-27T16:28:00.0596046Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-09-27T16:28:00.0596441Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-09-27T16:28:00.0600613Z [ OK ] LazyOpsTest.TestAddInPlace (0 ms) 2022-09-27T16:28:00.0600989Z [ RUN ] LazyOpsTest.TestAddScalar 2022-09-27T16:28:00.0603849Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-09-27T16:28:00.0604235Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-09-27T16:28:00.0607849Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-09-27T16:28:00.0608236Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-09-27T16:28:00.0610934Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-09-27T16:28:00.0611288Z [ RUN ] LazyOpsTest.TestSub 2022-09-27T16:28:00.0614127Z [ OK ] LazyOpsTest.TestSub (0 ms) 2022-09-27T16:28:00.0614446Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-09-27T16:28:00.0626692Z [ OK ] LazyOpsTest.TestSubInPlace (1 ms) 2022-09-27T16:28:00.0627073Z [ RUN ] LazyOpsTest.TestSubScalar 2022-09-27T16:28:00.0629881Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-09-27T16:28:00.0630273Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-09-27T16:28:00.0633892Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-09-27T16:28:00.0634381Z [ RUN ] LazyOpsTest.TestMul 2022-09-27T16:28:00.0637143Z [ OK ] LazyOpsTest.TestMul (0 ms) 2022-09-27T16:28:00.0637478Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-09-27T16:28:00.0653522Z [ OK ] LazyOpsTest.TestMulInPlace (1 ms) 2022-09-27T16:28:00.0653880Z [ RUN ] LazyOpsTest.TestMulScalar 2022-09-27T16:28:00.0656528Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-09-27T16:28:00.0656918Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-09-27T16:28:00.0660654Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-09-27T16:28:00.0661022Z [ RUN ] LazyOpsTest.TestDiv 2022-09-27T16:28:00.0740424Z [ OK ] LazyOpsTest.TestDiv (7 ms) 2022-09-27T16:28:00.0740825Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-09-27T16:28:00.1007441Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (26 ms) 2022-09-27T16:28:00.1007808Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-09-27T16:28:00.1010863Z [ OK ] LazyOpsTest.TestDivInPlace (0 ms) 2022-09-27T16:28:00.1011410Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-09-27T16:28:00.1020684Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (0 ms) 2022-09-27T16:28:00.1021036Z [ RUN ] LazyOpsTest.TestDivScalar 2022-09-27T16:28:00.1047183Z [ OK ] LazyOpsTest.TestDivScalar (2 ms) 2022-09-27T16:28:00.1047498Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-09-27T16:28:00.1053778Z [ OK ] LazyOpsTest.TestDivScalarInPlace (0 ms) 2022-09-27T16:28:00.1054092Z [ RUN ] LazyOpsTest.TestDivOut 2022-09-27T16:28:00.1057786Z [ OK ] LazyOpsTest.TestDivOut (0 ms) 2022-09-27T16:28:00.1058148Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-09-27T16:28:00.1060878Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-09-27T16:28:00.1061173Z [ RUN ] LazyOpsTest.TestNe 2022-09-27T16:28:00.1063648Z [ OK ] LazyOpsTest.TestNe (0 ms) 2022-09-27T16:28:00.1064018Z [ RUN ] LazyOpsTest.TestNeInplace 2022-09-27T16:28:00.1076497Z [ OK ] LazyOpsTest.TestNeInplace (1 ms) 2022-09-27T16:28:00.1076821Z [ RUN ] LazyOpsTest.TestEq 2022-09-27T16:28:00.1079035Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-09-27T16:28:00.1079397Z [ RUN ] LazyOpsTest.TestEqInplace 2022-09-27T16:28:00.1083640Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-09-27T16:28:00.1083914Z [ RUN ] LazyOpsTest.TestGe 2022-09-27T16:28:00.1086280Z [ OK ] LazyOpsTest.TestGe (0 ms) 2022-09-27T16:28:00.1086640Z [ RUN ] LazyOpsTest.TestGeInplace 2022-09-27T16:28:00.1091089Z [ OK ] LazyOpsTest.TestGeInplace (0 ms) 2022-09-27T16:28:00.1091381Z [ RUN ] LazyOpsTest.TestLe 2022-09-27T16:28:00.1093744Z [ OK ] LazyOpsTest.TestLe (0 ms) 2022-09-27T16:28:00.1094112Z [ RUN ] LazyOpsTest.TestLeInplace 2022-09-27T16:28:00.1098473Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-09-27T16:28:00.1098756Z [ RUN ] LazyOpsTest.TestGt 2022-09-27T16:28:00.1101181Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-09-27T16:28:00.1101524Z [ RUN ] LazyOpsTest.TestGtInplace 2022-09-27T16:28:00.1105810Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-09-27T16:28:00.1106090Z [ RUN ] LazyOpsTest.TestLt 2022-09-27T16:28:00.1108620Z [ OK ] LazyOpsTest.TestLt (0 ms) 2022-09-27T16:28:00.1108964Z [ RUN ] LazyOpsTest.TestLtInplace 2022-09-27T16:28:00.1125294Z [ OK ] LazyOpsTest.TestLtInplace (1 ms) 2022-09-27T16:28:00.1125596Z [ RUN ] LazyOpsTest.TestNeScalar 2022-09-27T16:28:00.1127680Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-09-27T16:28:00.1128190Z [ RUN ] LazyOpsTest.TestEqScalar 2022-09-27T16:28:00.1130414Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-09-27T16:28:00.1130712Z [ RUN ] LazyOpsTest.TestGeScalar 2022-09-27T16:28:00.1132771Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-09-27T16:28:00.1133165Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-09-27T16:28:00.1156529Z [ OK ] LazyOpsTest.TestGeScalarInplace (2 ms) 2022-09-27T16:28:00.1156839Z [ RUN ] LazyOpsTest.TestLeScalar 2022-09-27T16:28:00.1159029Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-09-27T16:28:00.1159454Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-09-27T16:28:00.1163434Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-09-27T16:28:00.1163732Z [ RUN ] LazyOpsTest.TestGtScalar 2022-09-27T16:28:00.1165932Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-09-27T16:28:00.1166254Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-09-27T16:28:00.1170669Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-09-27T16:28:00.1170985Z [ RUN ] LazyOpsTest.TestLtScalar 2022-09-27T16:28:00.1173258Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-09-27T16:28:00.1173576Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-09-27T16:28:00.1177450Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-09-27T16:28:00.1177768Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-09-27T16:28:00.1188711Z [ OK ] LazyOpsTest.TestIntegerAdd (1 ms) 2022-09-27T16:28:00.1188995Z [ RUN ] LazyOpsTest.TestSVD 2022-09-27T16:28:00.1242258Z [ OK ] LazyOpsTest.TestSVD (5 ms) 2022-09-27T16:28:00.1242783Z [ RUN ] LazyOpsTest.TestQR 2022-09-27T16:28:00.1243237Z [W BatchLinearAlgebra.cpp:2355] Warning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:28:00.1243683Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:28:00.1243934Z Q, R = torch.qr(A, some) 2022-09-27T16:28:00.1244125Z should be replaced with 2022-09-27T16:28:00.1244439Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-09-27T16:28:00.1267155Z [ OK ] LazyOpsTest.TestQR (2 ms) 2022-09-27T16:28:00.1267659Z [ RUN ] LazyOpsTest.TestSymEig 2022-09-27T16:28:00.1268326Z [W BatchLinearAlgebra.cpp:2806] Warning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:28:00.1269103Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:28:00.1269647Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:28:00.1270001Z should be replaced with 2022-09-27T16:28:00.1270468Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:28:00.1270822Z and 2022-09-27T16:28:00.1271134Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:28:00.1271467Z should be replaced with 2022-09-27T16:28:00.1272002Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-09-27T16:28:00.1288209Z [ OK ] LazyOpsTest.TestSymEig (2 ms) 2022-09-27T16:28:00.1288921Z [ RUN ] LazyOpsTest.TestCholesky 2022-09-27T16:28:00.1289682Z [W BatchLinearAlgebra.cpp:1626] Warning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:28:00.1290302Z L = torch.cholesky(A) 2022-09-27T16:28:00.1290610Z should be replaced with 2022-09-27T16:28:00.1290939Z L = torch.linalg.cholesky(A) 2022-09-27T16:28:00.1291247Z and 2022-09-27T16:28:00.1291531Z U = torch.cholesky(A, upper=True) 2022-09-27T16:28:00.1291864Z should be replaced with 2022-09-27T16:28:00.1292209Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:28:00.1292764Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-09-27T16:28:00.1296866Z [ OK ] LazyOpsTest.TestCholesky (0 ms) 2022-09-27T16:28:00.1297365Z [ RUN ] LazyOpsTest.TestLogDet 2022-09-27T16:28:00.1315984Z [ OK ] LazyOpsTest.TestLogDet (1 ms) 2022-09-27T16:28:00.1316622Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-09-27T16:28:00.1317047Z [W BatchLinearAlgebra.cpp:2121] Warning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:28:00.1317616Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:28:00.1317920Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:28:00.1318120Z should be replaced with 2022-09-27T16:28:00.1318364Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-09-27T16:28:00.1557411Z [ OK ] LazyOpsTest.TestTriangularSolve (24 ms) 2022-09-27T16:28:00.1557781Z [ RUN ] LazyOpsTest.TestKthValue 2022-09-27T16:28:00.1595909Z [ OK ] LazyOpsTest.TestKthValue (3 ms) 2022-09-27T16:28:00.1596292Z [ RUN ] LazyOpsTest.TestTopK 2022-09-27T16:28:00.1772620Z [ OK ] LazyOpsTest.TestTopK (17 ms) 2022-09-27T16:28:00.1773121Z [ RUN ] LazyOpsTest.TestSort 2022-09-27T16:28:00.1837002Z [ OK ] LazyOpsTest.TestSort (6 ms) 2022-09-27T16:28:00.1837667Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-09-27T16:28:00.1842487Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (0 ms) 2022-09-27T16:28:00.1843020Z [ RUN ] LazyOpsTest.TestArgSort 2022-09-27T16:28:00.1854339Z [ OK ] LazyOpsTest.TestArgSort (1 ms) 2022-09-27T16:28:00.1854813Z [ RUN ] LazyOpsTest.TestMin 2022-09-27T16:28:00.1858068Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-09-27T16:28:00.1858622Z [ RUN ] LazyOpsTest.TestMax 2022-09-27T16:28:00.1861997Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-09-27T16:28:00.1862488Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-09-27T16:28:00.1864614Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-09-27T16:28:00.1865120Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-09-27T16:28:00.1867675Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-09-27T16:28:00.1868181Z [ RUN ] LazyOpsTest.TestAll 2022-09-27T16:28:00.1878509Z [ OK ] LazyOpsTest.TestAll (1 ms) 2022-09-27T16:28:00.1878987Z [ RUN ] LazyOpsTest.TestAllDim 2022-09-27T16:28:00.1880902Z [ OK ] LazyOpsTest.TestAllDim (0 ms) 2022-09-27T16:28:00.1881527Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-09-27T16:28:00.1883144Z [ OK ] LazyOpsTest.TestAllDimKeep (0 ms) 2022-09-27T16:28:00.1883753Z [ RUN ] LazyOpsTest.TestAmax 2022-09-27T16:28:00.1914001Z [ OK ] LazyOpsTest.TestAmax (3 ms) 2022-09-27T16:28:00.1914472Z [ RUN ] LazyOpsTest.TestAmin 2022-09-27T16:28:00.1944719Z [ OK ] LazyOpsTest.TestAmin (3 ms) 2022-09-27T16:28:00.1945192Z [ RUN ] LazyOpsTest.TestAny 2022-09-27T16:28:00.1954378Z [ OK ] LazyOpsTest.TestAny (0 ms) 2022-09-27T16:28:00.1954839Z [ RUN ] LazyOpsTest.TestAnyDim 2022-09-27T16:28:00.1957412Z [ OK ] LazyOpsTest.TestAnyDim (0 ms) 2022-09-27T16:28:00.1957916Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-09-27T16:28:00.1959572Z [ OK ] LazyOpsTest.TestAnyDimKeep (0 ms) 2022-09-27T16:28:00.1960067Z [ RUN ] LazyOpsTest.TestMean 2022-09-27T16:28:00.1962991Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-09-27T16:28:00.1963591Z [ RUN ] LazyOpsTest.TestMeanCast 2022-09-27T16:28:00.1966497Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-09-27T16:28:00.1967340Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-09-27T16:28:00.1984515Z [ OK ] LazyOpsTest.TestMeanInDim (1 ms) 2022-09-27T16:28:00.1985204Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-09-27T16:28:00.1991725Z [ OK ] LazyOpsTest.TestMeanInDims (0 ms) 2022-09-27T16:28:00.1992353Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-09-27T16:28:00.1999013Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (0 ms) 2022-09-27T16:28:00.1999628Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-09-27T16:28:00.2017153Z [ OK ] LazyOpsTest.TestMeanInDimOut (1 ms) 2022-09-27T16:28:00.2018018Z [ RUN ] LazyOpsTest.TestStd 2022-09-27T16:28:00.2024757Z [ OK ] LazyOpsTest.TestStd (0 ms) 2022-09-27T16:28:00.2025248Z [ RUN ] LazyOpsTest.TestStdInDim 2022-09-27T16:28:00.2093061Z [ OK ] LazyOpsTest.TestStdInDim (6 ms) 2022-09-27T16:28:00.2093659Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-09-27T16:28:00.2127790Z [ OK ] LazyOpsTest.TestStdWithCorrection (3 ms) 2022-09-27T16:28:00.2128428Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-09-27T16:28:00.2140129Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (1 ms) 2022-09-27T16:28:00.2140698Z [ RUN ] LazyOpsTest.TestSum 2022-09-27T16:28:00.2143738Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-09-27T16:28:00.2144248Z [ RUN ] LazyOpsTest.TestSumCast 2022-09-27T16:28:00.2147235Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-09-27T16:28:00.2147748Z [ RUN ] LazyOpsTest.TestSumU8 2022-09-27T16:28:00.2150629Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-09-27T16:28:00.2151149Z [ RUN ] LazyOpsTest.TestSumInDim 2022-09-27T16:28:00.2167897Z [ OK ] LazyOpsTest.TestSumInDim (1 ms) 2022-09-27T16:28:00.2168444Z [ RUN ] LazyOpsTest.TestSumInDims 2022-09-27T16:28:00.2174827Z [ OK ] LazyOpsTest.TestSumInDims (0 ms) 2022-09-27T16:28:00.2175671Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-09-27T16:28:00.2181539Z [ OK ] LazyOpsTest.TestSumInDimsKeep (0 ms) 2022-09-27T16:28:00.2182112Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-09-27T16:28:00.2187896Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (0 ms) 2022-09-27T16:28:00.2188467Z [ RUN ] LazyOpsTest.TestVar 2022-09-27T16:28:00.2190192Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-09-27T16:28:00.2190679Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-09-27T16:28:00.2195846Z [ OK ] LazyOpsTest.TestVarWithDim (0 ms) 2022-09-27T16:28:00.2196404Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-09-27T16:28:00.2203236Z [ OK ] LazyOpsTest.TestVarWithCorrection (0 ms) 2022-09-27T16:28:00.2203834Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-09-27T16:28:00.2214749Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (1 ms) 2022-09-27T16:28:00.2215293Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-09-27T16:28:00.2269785Z [ OK ] LazyOpsTest.TestMaxInDim (5 ms) 2022-09-27T16:28:00.2270371Z [ RUN ] LazyOpsTest.TestMinInDim 2022-09-27T16:28:00.2279781Z [ OK ] LazyOpsTest.TestMinInDim (0 ms) 2022-09-27T16:28:00.2280269Z [ RUN ] LazyOpsTest.TestNorm 2022-09-27T16:28:00.2283542Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-09-27T16:28:00.2284033Z [ RUN ] LazyOpsTest.TestNormInDim 2022-09-27T16:28:00.2290371Z [ OK ] LazyOpsTest.TestNormInDim (0 ms) 2022-09-27T16:28:00.2290910Z [ RUN ] LazyOpsTest.TestNormInDims 2022-09-27T16:28:00.2296509Z [ OK ] LazyOpsTest.TestNormInDims (0 ms) 2022-09-27T16:28:00.2297054Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-09-27T16:28:00.2302685Z [ OK ] LazyOpsTest.TestNormInDimsKeep (0 ms) 2022-09-27T16:28:00.2303374Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-09-27T16:28:00.2309541Z [ OK ] LazyOpsTest.TestNormalTwoTensor (0 ms) 2022-09-27T16:28:00.2310102Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-09-27T16:28:00.2316677Z [ OK ] LazyOpsTest.TestNormalDoubleMean (0 ms) 2022-09-27T16:28:00.2317224Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-09-27T16:28:00.2319394Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-09-27T16:28:00.2319935Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-09-27T16:28:00.2323344Z [ OK ] LazyOpsTest.TestNormalInPlace (0 ms) 2022-09-27T16:28:00.2323876Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-09-27T16:28:00.2325825Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-09-27T16:28:00.2326368Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-09-27T16:28:00.2402541Z [ OK ] LazyOpsTest.TestRandomInPlace (7 ms) 2022-09-27T16:28:00.2403133Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-09-27T16:28:00.2453409Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (5 ms) 2022-09-27T16:28:00.2454148Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-09-27T16:28:00.2466933Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (1 ms) 2022-09-27T16:28:00.2467526Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-09-27T16:28:00.2471278Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-09-27T16:28:00.2471822Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-09-27T16:28:00.2475440Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-09-27T16:28:00.2476360Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-09-27T16:28:00.2477039Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-09-27T16:28:00.2477596Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-09-27T16:28:00.2483871Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (0 ms) 2022-09-27T16:28:00.2484474Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-09-27T16:28:00.2495007Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-09-27T16:28:00.2495509Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-09-27T16:28:00.2532215Z [ OK ] LazyOpsTest.TestGroupNorm (3 ms) 2022-09-27T16:28:00.2532759Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-09-27T16:28:00.3001847Z [ OK ] LazyOpsTest.TestGroupNormBackward (46 ms) 2022-09-27T16:28:00.3002402Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-09-27T16:28:00.3017201Z [ OK ] LazyOpsTest.TestInstanceNorm (1 ms) 2022-09-27T16:28:00.3017732Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-09-27T16:28:00.3050387Z [ OK ] LazyOpsTest.TestLayerNorm (3 ms) 2022-09-27T16:28:00.3051033Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-09-27T16:28:00.3292160Z [ OK ] LazyOpsTest.TestLayerNormBackward (24 ms) 2022-09-27T16:28:00.3292726Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-09-27T16:28:00.3299852Z [ OK ] LazyOpsTest.TestNuclearNorm (0 ms) 2022-09-27T16:28:00.3300414Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-09-27T16:28:00.3956103Z [ OK ] LazyOpsTest.TestPairwiseDistance (65 ms) 2022-09-27T16:28:00.3956681Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-09-27T16:28:00.4002234Z [ OK ] LazyOpsTest.TestCosineSimilarity (4 ms) 2022-09-27T16:28:00.4002829Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-09-27T16:28:00.4601931Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (59 ms) 2022-09-27T16:28:00.4602579Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-09-27T16:28:00.4637657Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (3 ms) 2022-09-27T16:28:00.4638555Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-09-27T16:28:00.7371305Z [ OK ] LazyOpsTest.TestTripletMarginLoss (273 ms) 2022-09-27T16:28:00.7372067Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-09-27T16:28:00.7389629Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (1 ms) 2022-09-27T16:28:00.7390228Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-09-27T16:28:00.8068737Z [ OK ] LazyOpsTest.TestMarginRankingLoss (67 ms) 2022-09-27T16:28:00.8069437Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-09-27T16:28:00.8082080Z [ OK ] LazyOpsTest.TestBCEWithLogits (1 ms) 2022-09-27T16:28:00.8082713Z [ RUN ] LazyOpsTest.TestKlDiv 2022-09-27T16:28:00.8100559Z [ OK ] LazyOpsTest.TestKlDiv (1 ms) 2022-09-27T16:28:00.8101063Z [ RUN ] LazyOpsTest.TestProd 2022-09-27T16:28:00.8101534Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-09-27T16:28:00.8102005Z [ RUN ] LazyOpsTest.TestProdCast 2022-09-27T16:28:00.8102846Z [ OK ] LazyOpsTest.TestProdCast (0 ms) 2022-09-27T16:28:00.8103355Z [ RUN ] LazyOpsTest.TestProdInDim 2022-09-27T16:28:00.8107687Z [ OK ] LazyOpsTest.TestProdInDim (0 ms) 2022-09-27T16:28:00.8108352Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-09-27T16:28:00.8111764Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (0 ms) 2022-09-27T16:28:00.8112353Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-09-27T16:28:00.8116013Z [ OK ] LazyOpsTest.TestProdInDimKeep (0 ms) 2022-09-27T16:28:00.8116580Z [ RUN ] LazyOpsTest.TestCumSum 2022-09-27T16:28:00.8130028Z [ OK ] LazyOpsTest.TestCumSum (1 ms) 2022-09-27T16:28:00.8130583Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-09-27T16:28:00.8144901Z [ OK ] LazyOpsTest.TestCumSumCast (1 ms) 2022-09-27T16:28:00.8145468Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-09-27T16:28:00.8157450Z [ OK ] LazyOpsTest.TestCumSumLong (1 ms) 2022-09-27T16:28:00.8158022Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-09-27T16:28:00.8170232Z [ OK ] LazyOpsTest.TestCumSumCastLong (1 ms) 2022-09-27T16:28:00.8170802Z [ RUN ] LazyOpsTest.TestCumProd 2022-09-27T16:28:00.8174771Z [ OK ] LazyOpsTest.TestCumProd (0 ms) 2022-09-27T16:28:00.8175309Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-09-27T16:28:00.8179426Z [ OK ] LazyOpsTest.TestCumProdCast (0 ms) 2022-09-27T16:28:00.8180097Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-09-27T16:28:00.8188809Z [ OK ] LazyOpsTest.TestCumProdLong (0 ms) 2022-09-27T16:28:00.8189380Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-09-27T16:28:00.8197752Z [ OK ] LazyOpsTest.TestCumProdCastLong (0 ms) 2022-09-27T16:28:00.8198299Z [ RUN ] LazyOpsTest.TestArgMin 2022-09-27T16:28:00.8198788Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-09-27T16:28:00.8199290Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-09-27T16:28:00.8199998Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-09-27T16:28:00.8200507Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-09-27T16:28:00.8201392Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-09-27T16:28:00.8201954Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-09-27T16:28:00.8202511Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-09-27T16:28:00.8203035Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-09-27T16:28:00.8203730Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-09-27T16:28:00.8204256Z [ RUN ] LazyOpsTest.TestArgMax 2022-09-27T16:28:00.8204749Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-09-27T16:28:00.8205239Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-09-27T16:28:00.8205912Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-09-27T16:28:00.8206435Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-09-27T16:28:00.8207129Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-09-27T16:28:00.8207684Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-09-27T16:28:00.8208233Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-09-27T16:28:00.8209111Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-09-27T16:28:00.8209722Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-09-27T16:28:00.8210254Z [ RUN ] LazyOpsTest.TestAsin 2022-09-27T16:28:00.8211412Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-09-27T16:28:00.8211929Z [ RUN ] LazyOpsTest.TestAsinh 2022-09-27T16:28:00.8212740Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-09-27T16:28:00.8213329Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-09-27T16:28:00.8214885Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-09-27T16:28:00.8215435Z [ RUN ] LazyOpsTest.TestSin 2022-09-27T16:28:00.8216625Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-09-27T16:28:00.8217125Z [ RUN ] LazyOpsTest.TestSinh 2022-09-27T16:28:00.8218153Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-09-27T16:28:00.8218672Z [ RUN ] LazyOpsTest.TestAcos 2022-09-27T16:28:00.8219794Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-09-27T16:28:00.8220305Z [ RUN ] LazyOpsTest.TestAcosh 2022-09-27T16:28:00.8221261Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-09-27T16:28:00.8221861Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-09-27T16:28:00.8223591Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-09-27T16:28:00.8224140Z [ RUN ] LazyOpsTest.TestCos 2022-09-27T16:28:00.8227829Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-09-27T16:28:00.8228459Z [ RUN ] LazyOpsTest.TestCosh 2022-09-27T16:28:00.8229011Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-09-27T16:28:00.8229491Z [ RUN ] LazyOpsTest.TestAtan 2022-09-27T16:28:00.8230277Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-09-27T16:28:00.8230791Z [ RUN ] LazyOpsTest.TestAtanh 2022-09-27T16:28:00.8231829Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-09-27T16:28:00.8232407Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-09-27T16:28:00.8233779Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-09-27T16:28:00.8234331Z [ RUN ] LazyOpsTest.TestAtan2 2022-09-27T16:28:00.8235977Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-09-27T16:28:00.8236500Z [ RUN ] LazyOpsTest.TestTan 2022-09-27T16:28:00.8237346Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-09-27T16:28:00.8237856Z [ RUN ] LazyOpsTest.TestTanh 2022-09-27T16:28:00.8241730Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-09-27T16:28:00.8242368Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-09-27T16:28:00.8245911Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-09-27T16:28:00.8246574Z [ RUN ] LazyOpsTest.TestClampMin 2022-09-27T16:28:00.8249521Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-09-27T16:28:00.8250060Z [ RUN ] LazyOpsTest.TestClampMax 2022-09-27T16:28:00.8252993Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-09-27T16:28:00.8253579Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-09-27T16:28:00.8256306Z [ OK ] LazyOpsTest.TestClampMinExplicit (0 ms) 2022-09-27T16:28:00.8256890Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-09-27T16:28:00.8257478Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-09-27T16:28:00.8258123Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-09-27T16:28:00.8261573Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-09-27T16:28:00.8262359Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-09-27T16:28:00.8263124Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-09-27T16:28:00.8263627Z [ RUN ] LazyOpsTest.TestCeil 2022-09-27T16:28:00.8264313Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-09-27T16:28:00.8264669Z [ RUN ] LazyOpsTest.TestFloor 2022-09-27T16:28:00.8267207Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-09-27T16:28:00.8267536Z [ RUN ] LazyOpsTest.TestRound 2022-09-27T16:28:00.8269135Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-09-27T16:28:00.8269578Z [ RUN ] LazyOpsTest.TestTrunc 2022-09-27T16:28:00.8272598Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-09-27T16:28:00.8272889Z [ RUN ] LazyOpsTest.TestFrac 2022-09-27T16:28:00.8275851Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-09-27T16:28:00.8276139Z [ RUN ] LazyOpsTest.TestNeg 2022-09-27T16:28:00.8278935Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-09-27T16:28:00.8279241Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-09-27T16:28:00.8281301Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-09-27T16:28:00.8281661Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-09-27T16:28:00.8283582Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (0 ms) 2022-09-27T16:28:00.8283998Z [ RUN ] LazyOpsTest.TestSign 2022-09-27T16:28:00.8284631Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-09-27T16:28:00.8284937Z [ RUN ] LazyOpsTest.TestSignByte 2022-09-27T16:28:00.8285359Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-09-27T16:28:00.8285639Z [ RUN ] LazyOpsTest.TestAbs 2022-09-27T16:28:00.8288346Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-09-27T16:28:00.8288796Z [ RUN ] LazyOpsTest.TestAbsByte 2022-09-27T16:28:00.8291083Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-09-27T16:28:00.8291676Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-09-27T16:28:00.8292152Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-09-27T16:28:00.8292477Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-09-27T16:28:00.8292819Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-09-27T16:28:00.8293128Z [ RUN ] LazyOpsTest.TestEmpty 2022-09-27T16:28:00.8293469Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-09-27T16:28:00.8293764Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-09-27T16:28:00.8294456Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-09-27T16:28:00.8294987Z [ RUN ] LazyOpsTest.TestZerosLike 2022-09-27T16:28:00.8295556Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-09-27T16:28:00.8295903Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-09-27T16:28:00.8296464Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-09-27T16:28:00.8296952Z [ RUN ] LazyOpsTest.TestZeros 2022-09-27T16:28:00.8299410Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-09-27T16:28:00.8299936Z [ RUN ] LazyOpsTest.TestOnes 2022-09-27T16:28:00.8303191Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-09-27T16:28:00.8303732Z [ RUN ] LazyOpsTest.TestOnesLike 2022-09-27T16:28:00.8304235Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-09-27T16:28:00.8304796Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-09-27T16:28:00.8305374Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-09-27T16:28:00.8305676Z [ RUN ] LazyOpsTest.TestFull 2022-09-27T16:28:00.8309970Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-09-27T16:28:00.8310381Z [ RUN ] LazyOpsTest.TestFullLike 2022-09-27T16:28:00.8310716Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-09-27T16:28:00.8311142Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-09-27T16:28:00.8311727Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-09-27T16:28:00.8312036Z [ RUN ] LazyOpsTest.TestARange 2022-09-27T16:28:00.8318659Z [ OK ] LazyOpsTest.TestARange (0 ms) 2022-09-27T16:28:00.8319217Z [ RUN ] LazyOpsTest.TestARangeOut 2022-09-27T16:28:00.8319825Z [W RangeFactories.cpp:191] Warning: The number of elements in the out tensor of shape [4] is 4 which does not match the computed number of elements 200. Note that this may occur as a result of rounding error. The out tensor will be resized to a tensor of shape (200,). (function operator()) 2022-09-27T16:28:00.8321058Z [ OK ] LazyOpsTest.TestARangeOut (0 ms) 2022-09-27T16:28:00.8321626Z [ RUN ] LazyOpsTest.TestDimARange 2022-09-27T16:28:00.8324929Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-09-27T16:28:00.8325491Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-09-27T16:28:00.8343272Z [ OK ] LazyOpsTest.TestBartlettWindow (1 ms) 2022-09-27T16:28:00.8343616Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-09-27T16:28:00.8370855Z [ OK ] LazyOpsTest.TestBlackmanWindow (2 ms) 2022-09-27T16:28:00.8371173Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-09-27T16:28:00.8385469Z [ OK ] LazyOpsTest.TestHammingWindow (1 ms) 2022-09-27T16:28:00.8385789Z [ RUN ] LazyOpsTest.TestHannWindow 2022-09-27T16:28:00.8950858Z [ OK ] LazyOpsTest.TestHannWindow (56 ms) 2022-09-27T16:28:00.8951250Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-09-27T16:28:00.8955148Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-09-27T16:28:00.8955499Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-09-27T16:28:00.8961357Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-09-27T16:28:00.8961991Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-09-27T16:28:00.8997482Z [ OK ] LazyOpsTest.TestLogsumexp (3 ms) 2022-09-27T16:28:00.8997953Z [ RUN ] LazyOpsTest.TestSiLU 2022-09-27T16:28:00.9000194Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-09-27T16:28:00.9000816Z [ RUN ] LazyOpsTest.TestSigmoid 2022-09-27T16:28:00.9003352Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-09-27T16:28:00.9003779Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-09-27T16:28:00.9004857Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-09-27T16:28:00.9005193Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-09-27T16:28:00.9008491Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-09-27T16:28:00.9009179Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-09-27T16:28:00.9013840Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-09-27T16:28:00.9014414Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-09-27T16:28:00.9017904Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-09-27T16:28:00.9018480Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-09-27T16:28:00.9027438Z [ OK ] LazyOpsTest.TestMatmulBcast (0 ms) 2022-09-27T16:28:00.9027997Z [ RUN ] LazyOpsTest.TestDot 2022-09-27T16:28:00.9028503Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-09-27T16:28:00.9028790Z [ RUN ] LazyOpsTest.TestTensorDot 2022-09-27T16:28:00.9038241Z [ OK ] LazyOpsTest.TestTensorDot (0 ms) 2022-09-27T16:28:00.9038840Z [ RUN ] LazyOpsTest.TestGer 2022-09-27T16:28:00.9043364Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-09-27T16:28:00.9043662Z [ RUN ] LazyOpsTest.TestMv 2022-09-27T16:28:00.9046692Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-09-27T16:28:00.9046983Z [ RUN ] LazyOpsTest.TestMvOut 2022-09-27T16:28:00.9058782Z [ OK ] LazyOpsTest.TestMvOut (1 ms) 2022-09-27T16:28:00.9059398Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-09-27T16:28:00.9063054Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-09-27T16:28:00.9063426Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-09-27T16:28:00.9067494Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-09-27T16:28:00.9067861Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-09-27T16:28:00.9071251Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-09-27T16:28:00.9071845Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-09-27T16:28:00.9072487Z [W LinearAlgebra.cpp:989] Warning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (function operator()) 2022-09-27T16:28:00.9078320Z [ OK ] LazyOpsTest.TestChainMatMul (0 ms) 2022-09-27T16:28:00.9078909Z [ RUN ] LazyOpsTest.TestLinear 2022-09-27T16:28:00.9086942Z [ OK ] LazyOpsTest.TestLinear (0 ms) 2022-09-27T16:28:00.9087500Z [ RUN ] LazyOpsTest.TestPinverse 2022-09-27T16:28:00.9104796Z [ OK ] LazyOpsTest.TestPinverse (1 ms) 2022-09-27T16:28:00.9105324Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-09-27T16:28:00.9111309Z [ OK ] LazyOpsTest.TestEinsumOuter (0 ms) 2022-09-27T16:28:00.9111872Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-09-27T16:28:00.9133062Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (2 ms) 2022-09-27T16:28:00.9133628Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-09-27T16:28:00.9144199Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-09-27T16:28:00.9144861Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-09-27T16:28:00.9163361Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (1 ms) 2022-09-27T16:28:00.9163913Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-09-27T16:28:00.9168231Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-09-27T16:28:00.9168999Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-09-27T16:28:00.9173138Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-09-27T16:28:00.9173802Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-09-27T16:28:00.9176619Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-09-27T16:28:00.9177249Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-09-27T16:28:00.9186101Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (0 ms) 2022-09-27T16:28:00.9186650Z [ RUN ] LazyOpsTest.TestBilinear 2022-09-27T16:28:00.9289797Z [ OK ] LazyOpsTest.TestBilinear (10 ms) 2022-09-27T16:28:00.9290349Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-09-27T16:28:00.9294170Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (0 ms) 2022-09-27T16:28:00.9295080Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-09-27T16:28:00.9306013Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (1 ms) 2022-09-27T16:28:00.9306685Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-09-27T16:28:00.9310451Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-09-27T16:28:00.9311150Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-09-27T16:28:00.9321856Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-09-27T16:28:00.9322544Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-09-27T16:28:00.9330049Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (0 ms) 2022-09-27T16:28:00.9330838Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-09-27T16:28:00.9352257Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (2 ms) 2022-09-27T16:28:00.9352989Z [ RUN ] LazyOpsTest.TestAddCMul 2022-09-27T16:28:00.9356028Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-09-27T16:28:00.9356586Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-09-27T16:28:00.9359672Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-09-27T16:28:00.9360314Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-09-27T16:28:00.9363178Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-09-27T16:28:00.9363761Z [ RUN ] LazyOpsTest.TestSize 2022-09-27T16:28:00.9364404Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-09-27T16:28:00.9364873Z [ RUN ] LazyOpsTest.TestSelect 2022-09-27T16:28:00.9425939Z [ OK ] LazyOpsTest.TestSelect (6 ms) 2022-09-27T16:28:00.9426488Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-09-27T16:28:00.9431467Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-09-27T16:28:00.9432075Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-09-27T16:28:00.9434910Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-09-27T16:28:00.9435524Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-09-27T16:28:00.9439398Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-09-27T16:28:00.9440074Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-09-27T16:28:00.9443859Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-09-27T16:28:00.9444410Z [ RUN ] LazyOpsTest.TestDropout 2022-09-27T16:28:00.9447419Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-09-27T16:28:00.9447941Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-09-27T16:28:00.9452682Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-09-27T16:28:00.9453719Z [ RUN ] LazyOpsTest.TestRandperm 2022-09-27T16:28:00.9454436Z [ OK ] LazyOpsTest.TestRandperm (0 ms) 2022-09-27T16:28:00.9455081Z [ RUN ] LazyOpsTest.TestSlice 2022-09-27T16:28:00.9463094Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-09-27T16:28:00.9463992Z [ RUN ] LazyOpsTest.TestTake 2022-09-27T16:28:00.9464578Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-09-27T16:28:00.9465074Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-09-27T16:28:00.9487717Z [ OK ] LazyOpsTest.TestTakeBackward (2 ms) 2022-09-27T16:28:00.9488216Z [ RUN ] LazyOpsTest.TestStack 2022-09-27T16:28:00.9510864Z [ OK ] LazyOpsTest.TestStack (2 ms) 2022-09-27T16:28:00.9511391Z [ RUN ] LazyOpsTest.TestCat 2022-09-27T16:28:00.9518045Z [ OK ] LazyOpsTest.TestCat (0 ms) 2022-09-27T16:28:00.9518516Z [ RUN ] LazyOpsTest.TestUnbind 2022-09-27T16:28:00.9528839Z [ OK ] LazyOpsTest.TestUnbind (1 ms) 2022-09-27T16:28:00.9529331Z [ RUN ] LazyOpsTest.TestRepeat 2022-09-27T16:28:00.9538941Z [ OK ] LazyOpsTest.TestRepeat (1 ms) 2022-09-27T16:28:00.9539421Z [ RUN ] LazyOpsTest.TestGather 2022-09-27T16:28:00.9545600Z [ OK ] LazyOpsTest.TestGather (0 ms) 2022-09-27T16:28:00.9546078Z [ RUN ] LazyOpsTest.TestScatter 2022-09-27T16:28:00.9549183Z [ OK ] LazyOpsTest.TestScatter (0 ms) 2022-09-27T16:28:00.9550137Z [ RUN ] LazyOpsTest.TestScatterR1 2022-09-27T16:28:00.9550638Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-09-27T16:28:00.9551137Z [ RUN ] LazyOpsTest.TestScatterR3 2022-09-27T16:28:00.9552327Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-09-27T16:28:00.9552853Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-09-27T16:28:00.9555264Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-09-27T16:28:00.9555853Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-09-27T16:28:00.9557830Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-09-27T16:28:00.9558506Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-09-27T16:28:00.9561941Z [ OK ] LazyOpsTest.TestScatterReduceAdd (0 ms) 2022-09-27T16:28:00.9562507Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-09-27T16:28:00.9569579Z [ OK ] LazyOpsTest.TestScatterAdd (0 ms) 2022-09-27T16:28:00.9570136Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-09-27T16:28:00.9576832Z [ OK ] LazyOpsTest.TestScatterAddInPlace (0 ms) 2022-09-27T16:28:00.9577516Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-09-27T16:28:00.9660956Z [ OK ] LazyOpsTest.TestIndexSelect (8 ms) 2022-09-27T16:28:00.9661486Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-09-27T16:28:00.9682439Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (2 ms) 2022-09-27T16:28:00.9682975Z [ RUN ] LazyOpsTest.TestInverse 2022-09-27T16:28:00.9686820Z [ OK ] LazyOpsTest.TestInverse (0 ms) 2022-09-27T16:28:00.9687422Z [ RUN ] LazyOpsTest.TestIsnan 2022-09-27T16:28:00.9687908Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-09-27T16:28:00.9688384Z [ RUN ] LazyOpsTest.TestExpand 2022-09-27T16:28:00.9691332Z [ OK ] LazyOpsTest.TestExpand (0 ms) 2022-09-27T16:28:00.9691834Z [ RUN ] LazyOpsTest.TestExpandBack 2022-09-27T16:28:00.9694610Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-09-27T16:28:00.9695099Z [ RUN ] LazyOpsTest.TestExpandAs 2022-09-27T16:28:00.9698810Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-09-27T16:28:00.9699282Z [ RUN ] LazyOpsTest.TestEye 2022-09-27T16:28:00.9699750Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-09-27T16:28:00.9700198Z [ RUN ] LazyOpsTest.TestEyeWide 2022-09-27T16:28:00.9700778Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-09-27T16:28:00.9701277Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-09-27T16:28:00.9701770Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-09-27T16:28:00.9702306Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-09-27T16:28:00.9708046Z [ OK ] LazyOpsTest.TestBroadcastTensors (0 ms) 2022-09-27T16:28:00.9708567Z [ RUN ] LazyOpsTest.TestOneIndex 2022-09-27T16:28:00.9720228Z [ OK ] LazyOpsTest.TestOneIndex (1 ms) 2022-09-27T16:28:00.9720846Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-09-27T16:28:00.9729633Z [ OK ] LazyOpsTest.TestOneIndexTransfer (0 ms) 2022-09-27T16:28:00.9730141Z [ RUN ] LazyOpsTest.TestNonzero 2022-09-27T16:28:00.9730983Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-09-27T16:28:00.9731488Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-09-27T16:28:00.9732710Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-09-27T16:28:00.9733236Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-09-27T16:28:00.9735822Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-09-27T16:28:00.9736405Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-09-27T16:28:00.9743152Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (0 ms) 2022-09-27T16:28:00.9743740Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-09-27T16:28:00.9750387Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (0 ms) 2022-09-27T16:28:00.9750961Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-09-27T16:28:00.9757472Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (0 ms) 2022-09-27T16:28:00.9758086Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-09-27T16:28:00.9765063Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (0 ms) 2022-09-27T16:28:00.9765686Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-09-27T16:28:00.9772022Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (0 ms) 2022-09-27T16:28:00.9772580Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-09-27T16:28:00.9775801Z [ OK ] LazyOpsTest.TestMaskIndex (0 ms) 2022-09-27T16:28:00.9776299Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-09-27T16:28:00.9802544Z [ OK ] LazyOpsTest.TestOneIndexPut (2 ms) 2022-09-27T16:28:00.9803099Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-09-27T16:28:00.9822693Z [ OK ] LazyOpsTest.TestOneIndexPutInPlace (1 ms) 2022-09-27T16:28:00.9823285Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-09-27T16:28:00.9837723Z [ OK ] LazyOpsTest.TestOneIndexPutTransfer (1 ms) 2022-09-27T16:28:00.9838285Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-09-27T16:28:00.9854182Z [ OK ] LazyOpsTest.TestMultiIndexPut (1 ms) 2022-09-27T16:28:00.9854749Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-09-27T16:28:00.9878066Z [ OK ] LazyOpsTest.TestMultiIndexPutHeadNull (2 ms) 2022-09-27T16:28:00.9878698Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-09-27T16:28:00.9892892Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleNull (1 ms) 2022-09-27T16:28:00.9893514Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-09-27T16:28:00.9908082Z [ OK ] LazyOpsTest.TestMultiIndexPutTailNull (1 ms) 2022-09-27T16:28:00.9908760Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-09-27T16:28:00.9926003Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (1 ms) 2022-09-27T16:28:00.9926696Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-09-27T16:28:00.9942345Z [ OK ] LazyOpsTest.TestMultiIndexPutTailBroadcast (1 ms) 2022-09-27T16:28:00.9942936Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-09-27T16:28:00.9960582Z [ OK ] LazyOpsTest.TestMaskIndexPut (1 ms) 2022-09-27T16:28:00.9961116Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-09-27T16:28:00.9981982Z [ OK ] LazyOpsTest.TestIndexPutImpl (2 ms) 2022-09-27T16:28:00.9982551Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-09-27T16:28:01.0011793Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (2 ms) 2022-09-27T16:28:01.0012435Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-09-27T16:28:01.0037857Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (2 ms) 2022-09-27T16:28:01.0038500Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-09-27T16:28:01.0062095Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (2 ms) 2022-09-27T16:28:01.0062703Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-09-27T16:28:01.0091223Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (2 ms) 2022-09-27T16:28:01.0091824Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-09-27T16:28:01.0115397Z [ OK ] LazyOpsTest.TestIndexFillRank0 (2 ms) 2022-09-27T16:28:01.0115898Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-09-27T16:28:01.0176900Z [ OK ] LazyOpsTest.TestIndexAdd (6 ms) 2022-09-27T16:28:01.0177432Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-09-27T16:28:01.0222385Z [ OK ] LazyOpsTest.TestIndexAddInPlace (4 ms) 2022-09-27T16:28:01.0222919Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-09-27T16:28:01.0241540Z [ OK ] LazyOpsTest.TestIndexAddRank0 (1 ms) 2022-09-27T16:28:01.0242062Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-09-27T16:28:01.0261047Z [ OK ] LazyOpsTest.TestIndexCopy (1 ms) 2022-09-27T16:28:01.0261592Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-09-27T16:28:01.0285176Z [ OK ] LazyOpsTest.TestIndexCopyInPlace (2 ms) 2022-09-27T16:28:01.0285720Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-09-27T16:28:01.0303239Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (1 ms) 2022-09-27T16:28:01.0303739Z [ RUN ] LazyOpsTest.TestRelu 2022-09-27T16:28:01.0306604Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-09-27T16:28:01.0307114Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-09-27T16:28:01.0310023Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-09-27T16:28:01.0310582Z [ RUN ] LazyOpsTest.TestHardshrink 2022-09-27T16:28:01.0311860Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-09-27T16:28:01.0312352Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-09-27T16:28:01.0315357Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-09-27T16:28:01.0315911Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-09-27T16:28:01.0328150Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (1 ms) 2022-09-27T16:28:01.0328873Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-09-27T16:28:01.0337008Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (0 ms) 2022-09-27T16:28:01.0337542Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-09-27T16:28:01.0338062Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-09-27T16:28:01.0338557Z [ RUN ] LazyOpsTest.TestHardtanh 2022-09-27T16:28:01.0339056Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-09-27T16:28:01.0339566Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-09-27T16:28:01.0348478Z [ OK ] LazyOpsTest.TestHardtanhInPlace (0 ms) 2022-09-27T16:28:01.0348999Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-09-27T16:28:01.0352469Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-09-27T16:28:01.0353083Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-09-27T16:28:01.0357232Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-09-27T16:28:01.0357829Z [ RUN ] LazyOpsTest.TestExp 2022-09-27T16:28:01.0360697Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-09-27T16:28:01.0361581Z [ RUN ] LazyOpsTest.TestExpm1 2022-09-27T16:28:01.0362304Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-09-27T16:28:01.0362840Z [ RUN ] LazyOpsTest.TestLog 2022-09-27T16:28:01.0366490Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-09-27T16:28:01.0367027Z [ RUN ] LazyOpsTest.TestLog2 2022-09-27T16:28:01.0371320Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-09-27T16:28:01.0371901Z [ RUN ] LazyOpsTest.TestLog10 2022-09-27T16:28:01.0372874Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-09-27T16:28:01.0373428Z [ RUN ] LazyOpsTest.TestLog1p 2022-09-27T16:28:01.0373981Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-09-27T16:28:01.0374813Z [ RUN ] LazyOpsTest.TestErf 2022-09-27T16:28:01.0375519Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-09-27T16:28:01.0375984Z [ RUN ] LazyOpsTest.TestErfc 2022-09-27T16:28:01.0377038Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-09-27T16:28:01.0377499Z [ RUN ] LazyOpsTest.TestErfinv 2022-09-27T16:28:01.0378661Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-09-27T16:28:01.0379108Z [ RUN ] LazyOpsTest.TestSqrt 2022-09-27T16:28:01.0382359Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-09-27T16:28:01.0382825Z [ RUN ] LazyOpsTest.TestRsqrt 2022-09-27T16:28:01.0385662Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-09-27T16:28:01.0386139Z [ RUN ] LazyOpsTest.TestReciprocal 2022-09-27T16:28:01.0389068Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-09-27T16:28:01.0389607Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-09-27T16:28:01.0392351Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-09-27T16:28:01.0392928Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-09-27T16:28:01.0396347Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-09-27T16:28:01.0396928Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-09-27T16:28:01.0399757Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-09-27T16:28:01.0400344Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-09-27T16:28:01.0404206Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-09-27T16:28:01.0404833Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-09-27T16:28:01.0407926Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-09-27T16:28:01.0408590Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-09-27T16:28:01.0409368Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-09-27T16:28:01.0409894Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-09-27T16:28:01.0412516Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-09-27T16:28:01.0413035Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-09-27T16:28:01.0413654Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-09-27T16:28:01.0414173Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-09-27T16:28:01.0422944Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (0 ms) 2022-09-27T16:28:01.0423485Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-09-27T16:28:01.0424075Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-09-27T16:28:01.0424616Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-09-27T16:28:01.0425800Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-09-27T16:28:01.0426355Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-09-27T16:28:01.0429408Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-09-27T16:28:01.0429994Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-09-27T16:28:01.0433736Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-09-27T16:28:01.0434328Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-09-27T16:28:01.0436861Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-09-27T16:28:01.0437446Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-09-27T16:28:01.0441804Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-09-27T16:28:01.0442325Z [ RUN ] LazyOpsTest.TestWhere 2022-09-27T16:28:01.0443025Z [W TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 2022-09-27T16:28:01.0443788Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-09-27T16:28:01.0444293Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-09-27T16:28:01.0444915Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-09-27T16:28:01.0445434Z [ RUN ] LazyOpsTest.TestThreshold 2022-09-27T16:28:01.0448470Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-09-27T16:28:01.0449135Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-09-27T16:28:01.0457654Z [ OK ] LazyOpsTest.TestThresholdBackward (0 ms) 2022-09-27T16:28:01.0458211Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-09-27T16:28:01.0461316Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-09-27T16:28:01.0461813Z [ RUN ] LazyOpsTest.TestElu 2022-09-27T16:28:01.0464908Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-09-27T16:28:01.0465386Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-09-27T16:28:01.0469178Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-09-27T16:28:01.0469639Z [ RUN ] LazyOpsTest.TestSelu 2022-09-27T16:28:01.0472500Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-09-27T16:28:01.0472991Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-09-27T16:28:01.0476735Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-09-27T16:28:01.0477374Z [ RUN ] LazyOpsTest.TestCelu 2022-09-27T16:28:01.0478381Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-09-27T16:28:01.0478867Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-09-27T16:28:01.0480595Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-09-27T16:28:01.0481077Z [ RUN ] LazyOpsTest.TestGelu 2022-09-27T16:28:01.0488057Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-09-27T16:28:01.0488536Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-09-27T16:28:01.0505265Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-09-27T16:28:01.0506059Z [ RUN ] LazyOpsTest.TestEmbedding 2022-09-27T16:28:01.0509925Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-09-27T16:28:01.0510405Z [ RUN ] LazyOpsTest.TestOneHot 2022-09-27T16:28:01.0517176Z [ OK ] LazyOpsTest.TestOneHot (0 ms) 2022-09-27T16:28:01.0517669Z [ RUN ] LazyOpsTest.TestTranspose 2022-09-27T16:28:01.0519681Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-09-27T16:28:01.0520195Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-09-27T16:28:01.0522805Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-09-27T16:28:01.0523322Z [ RUN ] LazyOpsTest.TestReshape 2022-09-27T16:28:01.0531267Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-09-27T16:28:01.0531790Z [ RUN ] LazyOpsTest.TestResize 2022-09-27T16:28:01.0536736Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-09-27T16:28:01.0537242Z [ RUN ] LazyOpsTest.TestViewResize 2022-09-27T16:28:01.0543420Z [ OK ] LazyOpsTest.TestViewResize (0 ms) 2022-09-27T16:28:01.0543900Z [ RUN ] LazyOpsTest.TestView 2022-09-27T16:28:01.0549899Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-09-27T16:28:01.0550357Z [ RUN ] LazyOpsTest.TestViewMod 2022-09-27T16:28:01.0567506Z [ OK ] LazyOpsTest.TestViewMod (1 ms) 2022-09-27T16:28:01.0568208Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-09-27T16:28:01.0585538Z [ OK ] LazyOpsTest.TestViewModComplex (1 ms) 2022-09-27T16:28:01.0586099Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-09-27T16:28:01.0605532Z [ OK ] LazyOpsTest.TestViewOfViewMod (1 ms) 2022-09-27T16:28:01.0606131Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-09-27T16:28:01.0613822Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (0 ms) 2022-09-27T16:28:01.0614376Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-09-27T16:28:01.0618735Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-09-27T16:28:01.0619228Z [ RUN ] LazyOpsTest.TestNarrow 2022-09-27T16:28:01.0633316Z [ OK ] LazyOpsTest.TestNarrow (1 ms) 2022-09-27T16:28:01.0633898Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-09-27T16:28:01.0650246Z [ OK ] LazyOpsTest.TestNarrowUpdate (1 ms) 2022-09-27T16:28:01.0650822Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-09-27T16:28:01.0669613Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (1 ms) 2022-09-27T16:28:01.0670208Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-09-27T16:28:01.0756345Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (8 ms) 2022-09-27T16:28:01.0756952Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-09-27T16:28:01.0775741Z [ OK ] LazyOpsTest.TestNarrowUpdateView (1 ms) 2022-09-27T16:28:01.0776334Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-09-27T16:28:01.0807776Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (3 ms) 2022-09-27T16:28:01.0808331Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-09-27T16:28:01.0816295Z [ OK ] LazyOpsTest.TestNarrowCopy (0 ms) 2022-09-27T16:28:01.0816912Z [ RUN ] LazyOpsTest.TestViewAs 2022-09-27T16:28:01.0825545Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-09-27T16:28:01.0826147Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-09-27T16:28:01.0846789Z [ OK ] LazyOpsTest.TestLogSoftmax (2 ms) 2022-09-27T16:28:01.0847494Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-09-27T16:28:01.0878727Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (3 ms) 2022-09-27T16:28:01.0879408Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-09-27T16:28:01.0901229Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (2 ms) 2022-09-27T16:28:01.0902035Z [ RUN ] LazyOpsTest.TestSoftmax 2022-09-27T16:28:01.0922972Z [ OK ] LazyOpsTest.TestSoftmax (2 ms) 2022-09-27T16:28:01.0923592Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-09-27T16:28:01.0956248Z [ OK ] LazyOpsTest.TestSoftmaxCast (3 ms) 2022-09-27T16:28:01.0956951Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-09-27T16:28:01.0980462Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (2 ms) 2022-09-27T16:28:01.0981109Z [ RUN ] LazyOpsTest.TestSoftplus 2022-09-27T16:28:01.0984756Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-09-27T16:28:01.0985330Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-09-27T16:28:01.1077275Z [ OK ] LazyOpsTest.TestMaxPool1D (9 ms) 2022-09-27T16:28:01.1077807Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-09-27T16:28:01.1145467Z [ OK ] LazyOpsTest.TestMaxPool2D (6 ms) 2022-09-27T16:28:01.1146051Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-09-27T16:28:01.1272674Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (12 ms) 2022-09-27T16:28:01.1273284Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-09-27T16:28:01.1335157Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (6 ms) 2022-09-27T16:28:01.1335711Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-09-27T16:28:01.1354016Z [ OK ] LazyOpsTest.TestMaxPool3D (1 ms) 2022-09-27T16:28:01.1354667Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-09-27T16:28:01.1377642Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (2 ms) 2022-09-27T16:28:01.1378301Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-09-27T16:28:01.1389157Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (1 ms) 2022-09-27T16:28:01.1389945Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-09-27T16:28:01.1403187Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (1 ms) 2022-09-27T16:28:01.1403769Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-09-27T16:28:01.1464300Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (6 ms) 2022-09-27T16:28:01.1464879Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-09-27T16:28:01.1482659Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (1 ms) 2022-09-27T16:28:01.1483203Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-09-27T16:28:01.1555020Z [ OK ] LazyOpsTest.TestAvgPool1D (7 ms) 2022-09-27T16:28:01.1555541Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-09-27T16:28:01.1610946Z [ OK ] LazyOpsTest.TestAvgPool2D (5 ms) 2022-09-27T16:28:01.1611507Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-09-27T16:28:01.1662310Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (5 ms) 2022-09-27T16:28:01.1662861Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-09-27T16:28:01.1675487Z [ OK ] LazyOpsTest.TestAvgPool3D (1 ms) 2022-09-27T16:28:01.1676108Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-09-27T16:28:01.1686004Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (1 ms) 2022-09-27T16:28:01.1686651Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-09-27T16:28:01.1696857Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (1 ms) 2022-09-27T16:28:01.1697659Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-09-27T16:28:01.1749288Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (5 ms) 2022-09-27T16:28:01.1749857Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-09-27T16:28:01.1760833Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (1 ms) 2022-09-27T16:28:01.1761414Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-09-27T16:28:01.1767576Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (0 ms) 2022-09-27T16:28:01.1768155Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-09-27T16:28:01.1983658Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (21 ms) 2022-09-27T16:28:01.1984327Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-09-27T16:28:01.1998543Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-09-27T16:28:01.1999199Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-09-27T16:28:01.2005836Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (0 ms) 2022-09-27T16:28:01.2006447Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-09-27T16:28:01.2022298Z [ OK ] LazyOpsTest.TestMaxUnpool2D (1 ms) 2022-09-27T16:28:01.2022802Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-09-27T16:28:01.2035604Z [ OK ] LazyOpsTest.TestMaxUnpool3D (1 ms) 2022-09-27T16:28:01.2036151Z [ RUN ] LazyOpsTest.TestNllLoss 2022-09-27T16:28:01.2036602Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8184: Skipped 2022-09-27T16:28:01.2036885Z 2022-09-27T16:28:01.2037181Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-09-27T16:28:01.2037685Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-09-27T16:28:01.2109656Z [ OK ] LazyOpsTest.TestNllLoss2d (7 ms) 2022-09-27T16:28:01.2110270Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-09-27T16:28:01.2126634Z [ OK ] LazyOpsTest.TestSmoothL1Loss (1 ms) 2022-09-27T16:28:01.2127184Z [ RUN ] LazyOpsTest.TestL1Loss 2022-09-27T16:28:01.2138268Z [ OK ] LazyOpsTest.TestL1Loss (1 ms) 2022-09-27T16:28:01.2138813Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-09-27T16:28:01.2172873Z [ OK ] LazyOpsTest.TestL1LossBackward (3 ms) 2022-09-27T16:28:01.2173390Z [ RUN ] LazyOpsTest.TestMseLoss 2022-09-27T16:28:01.2176404Z [ OK ] LazyOpsTest.TestMseLoss (0 ms) 2022-09-27T16:28:01.2176952Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-09-27T16:28:01.2197812Z [ OK ] LazyOpsTest.TestMseLossBackward (2 ms) 2022-09-27T16:28:01.2198370Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-09-27T16:28:01.2216542Z [ OK ] LazyOpsTest.TestBatchNorm1D (1 ms) 2022-09-27T16:28:01.2217074Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-09-27T16:28:01.2234116Z [ OK ] LazyOpsTest.TestBatchNorm2D (1 ms) 2022-09-27T16:28:01.2234617Z [ RUN ] LazyOpsTest.TestDim 2022-09-27T16:28:01.2235067Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-09-27T16:28:01.2235550Z [ RUN ] LazyOpsTest.TestContiguous 2022-09-27T16:28:01.2236051Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-09-27T16:28:01.2236522Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-09-27T16:28:01.2238903Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-09-27T16:28:01.2239462Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-09-27T16:28:01.2242070Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-09-27T16:28:01.2242613Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-09-27T16:28:01.2260872Z [ OK ] LazyOpsTest.TestSqueezeOne (1 ms) 2022-09-27T16:28:01.2261433Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-09-27T16:28:01.2282759Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (2 ms) 2022-09-27T16:28:01.2283289Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-09-27T16:28:01.2296849Z [ OK ] LazyOpsTest.TestUnsqueeze (1 ms) 2022-09-27T16:28:01.2297377Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-09-27T16:28:01.2313552Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (1 ms) 2022-09-27T16:28:01.2314065Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-09-27T16:28:01.2316735Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-09-27T16:28:01.2317267Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-09-27T16:28:01.2320815Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-09-27T16:28:01.2321511Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-09-27T16:28:01.2324219Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-09-27T16:28:01.2325066Z [ RUN ] LazyOpsTest.TestFill 2022-09-27T16:28:01.2329588Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-09-27T16:28:01.2330120Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-09-27T16:28:01.2331701Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-09-27T16:28:01.2332191Z [ RUN ] LazyOpsTest.TestPermute 2022-09-27T16:28:01.2361655Z [ OK ] LazyOpsTest.TestPermute (2 ms) 2022-09-27T16:28:01.2362192Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-09-27T16:28:01.2470799Z [ OK ] LazyOpsTest.TestPermuteMod (10 ms) 2022-09-27T16:28:01.2471349Z [ RUN ] LazyOpsTest.TestFlip 2022-09-27T16:28:01.2502661Z [ OK ] LazyOpsTest.TestFlip (3 ms) 2022-09-27T16:28:01.2503197Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-09-27T16:28:01.2509676Z [ OK ] LazyOpsTest.TestPixelShuffle (0 ms) 2022-09-27T16:28:01.2510198Z [ RUN ] LazyOpsTest.TestSumToSize 2022-09-27T16:28:01.2513708Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-09-27T16:28:01.2514225Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-09-27T16:28:01.2517604Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-09-27T16:28:01.2518451Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-09-27T16:28:01.2527984Z [ OK ] LazyOpsTest.TestTransposeDimsMod (0 ms) 2022-09-27T16:28:01.2528843Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-09-27T16:28:01.2532929Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-09-27T16:28:01.2533499Z [ RUN ] LazyOpsTest.TestSplit 2022-09-27T16:28:01.2553279Z [ OK ] LazyOpsTest.TestSplit (2 ms) 2022-09-27T16:28:01.2553888Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-09-27T16:28:01.2554478Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-09-27T16:28:01.2555098Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-09-27T16:28:01.2566841Z [ OK ] LazyOpsTest.TestSplitWithSizes (1 ms) 2022-09-27T16:28:01.2567502Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-09-27T16:28:01.2571093Z [ OK ] LazyOpsTest.TestCrossImplicitDim (0 ms) 2022-09-27T16:28:01.2571679Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-09-27T16:28:01.2574232Z [ OK ] LazyOpsTest.TestCrossExplicitDim (0 ms) 2022-09-27T16:28:01.2574896Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-09-27T16:28:01.2575429Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-09-27T16:28:01.2575908Z [ RUN ] LazyOpsTest.TestTriu 2022-09-27T16:28:01.2599280Z [ OK ] LazyOpsTest.TestTriu (2 ms) 2022-09-27T16:28:01.2599887Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-09-27T16:28:01.2623593Z [ OK ] LazyOpsTest.TestTriuNonSquare (2 ms) 2022-09-27T16:28:01.2624159Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-09-27T16:28:01.2647855Z [ OK ] LazyOpsTest.TestTriuBatch (2 ms) 2022-09-27T16:28:01.2648365Z [ RUN ] LazyOpsTest.TestTril 2022-09-27T16:28:01.2673039Z [ OK ] LazyOpsTest.TestTril (2 ms) 2022-09-27T16:28:01.2673561Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-09-27T16:28:01.2697133Z [ OK ] LazyOpsTest.TestTrilNonSquare (2 ms) 2022-09-27T16:28:01.2697690Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-09-27T16:28:01.2722446Z [ OK ] LazyOpsTest.TestTrilBatch (2 ms) 2022-09-27T16:28:01.2723014Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-09-27T16:28:01.2752638Z [ OK ] LazyOpsTest.TestTriuInPlace (3 ms) 2022-09-27T16:28:01.2753152Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-09-27T16:28:01.2785288Z [ OK ] LazyOpsTest.TestTrilInPlace (3 ms) 2022-09-27T16:28:01.2785780Z [ RUN ] LazyOpsTest.TestTrace 2022-09-27T16:28:01.2788003Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-09-27T16:28:01.2788474Z [ RUN ] LazyOpsTest.TestTraceWide 2022-09-27T16:28:01.2791499Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-09-27T16:28:01.2792066Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-09-27T16:28:01.2794810Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-09-27T16:28:01.2795317Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-09-27T16:28:01.2818444Z [ OK ] LazyOpsTest.TestDiagRank1 (2 ms) 2022-09-27T16:28:01.2819041Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-09-27T16:28:01.2827817Z [ OK ] LazyOpsTest.TestDiagRank2 (0 ms) 2022-09-27T16:28:01.2828413Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-09-27T16:28:01.3033727Z [ OK ] LazyOpsTest.TestDiagFlat (20 ms) 2022-09-27T16:28:01.3034230Z [ RUN ] LazyOpsTest.TestDiagonal 2022-09-27T16:28:01.3062437Z [ OK ] LazyOpsTest.TestDiagonal (3 ms) 2022-09-27T16:28:01.3062972Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-09-27T16:28:01.3130621Z [ OK ] LazyOpsTest.TestDiagonalUpdate (6 ms) 2022-09-27T16:28:01.3131263Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-09-27T16:28:01.3160076Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (2 ms) 2022-09-27T16:28:01.3160690Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-09-27T16:28:01.3189593Z [ OK ] LazyOpsTest.TestDiagonalBatch (2 ms) 2022-09-27T16:28:01.3190119Z [ RUN ] LazyOpsTest.TestFlatten 2022-09-27T16:28:01.3249573Z [ OK ] LazyOpsTest.TestFlatten (5 ms) 2022-09-27T16:28:01.3250086Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-09-27T16:28:01.3265675Z [ OK ] LazyOpsTest.TestLogicalAnd (1 ms) 2022-09-27T16:28:01.3266207Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-09-27T16:28:01.3269253Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-09-27T16:28:01.3269802Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-09-27T16:28:01.3272703Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-09-27T16:28:01.3273284Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-09-27T16:28:01.3276254Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-09-27T16:28:01.3276880Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-09-27T16:28:01.3279066Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-09-27T16:28:01.3279675Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-09-27T16:28:01.3284142Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-09-27T16:28:01.3284667Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-09-27T16:28:01.3286996Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-09-27T16:28:01.3287709Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-09-27T16:28:01.3290320Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-09-27T16:28:01.3291389Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-09-27T16:28:01.3292935Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-09-27T16:28:01.3293749Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-09-27T16:28:01.3296296Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-09-27T16:28:01.3296859Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-09-27T16:28:01.3297370Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-09-27T16:28:01.3297892Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-09-27T16:28:01.3298488Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-09-27T16:28:01.3299042Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-09-27T16:28:01.3299703Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-09-27T16:28:01.3300275Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-09-27T16:28:01.3300907Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-09-27T16:28:01.3301442Z [ RUN ] LazyOpsTest.TestLshift 2022-09-27T16:28:01.3302378Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-09-27T16:28:01.3304089Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-09-27T16:28:01.3305642Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-09-27T16:28:01.3306213Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-09-27T16:28:01.3307568Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-09-27T16:28:01.3309065Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-09-27T16:28:01.3309889Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-09-27T16:28:01.3311208Z [ RUN ] LazyOpsTest.TestRshift 2022-09-27T16:28:01.3311710Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-09-27T16:28:01.3312200Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-09-27T16:28:01.3313544Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-09-27T16:28:01.3314073Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-09-27T16:28:01.3315397Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-09-27T16:28:01.3316012Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-09-27T16:28:01.3316603Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-09-27T16:28:01.3334666Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-09-27T16:28:01.3335379Z [W TensorShape.cpp:3145] Warning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (function operator()) 2022-09-27T16:28:01.3336190Z [ OK ] LazyOpsTest.TestMeshgrid (1 ms) 2022-09-27T16:28:01.3336737Z [ RUN ] LazyOpsTest.TestConstantPad 2022-09-27T16:28:01.3337337Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-09-27T16:28:01.3337964Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-09-27T16:28:01.3342675Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-09-27T16:28:01.3343413Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-09-27T16:28:01.3344161Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-09-27T16:28:01.3344821Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-09-27T16:28:01.3345675Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-09-27T16:28:01.3346299Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-09-27T16:28:01.3355375Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (0 ms) 2022-09-27T16:28:01.3355972Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-09-27T16:28:01.3356696Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-09-27T16:28:01.3357284Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-09-27T16:28:01.3357916Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-09-27T16:28:01.3358520Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-09-27T16:28:01.3364596Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (0 ms) 2022-09-27T16:28:01.3365460Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-09-27T16:28:01.3366025Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-09-27T16:28:01.3366595Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-09-27T16:28:01.3367217Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-09-27T16:28:01.3367843Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-09-27T16:28:01.3375030Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (0 ms) 2022-09-27T16:28:01.3375608Z [ RUN ] LazyOpsTest.TestAsStrided 2022-09-27T16:28:01.3384680Z [ OK ] LazyOpsTest.TestAsStrided (0 ms) 2022-09-27T16:28:01.3385580Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-09-27T16:28:01.3398509Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-09-27T16:28:01.3399200Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-09-27T16:28:01.3404333Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-09-27T16:28:01.3404966Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-09-27T16:28:01.3409652Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-09-27T16:28:01.3410256Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-09-27T16:28:01.3410801Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-09-27T16:28:01.3411331Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-09-27T16:28:01.3564916Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (15 ms) 2022-09-27T16:28:01.3565512Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-09-27T16:28:01.3658744Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (9 ms) 2022-09-27T16:28:01.3659394Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-09-27T16:28:01.3810667Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (15 ms) 2022-09-27T16:28:01.3811334Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-09-27T16:28:01.3899958Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (8 ms) 2022-09-27T16:28:01.3900678Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-09-27T16:28:01.3933616Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (3 ms) 2022-09-27T16:28:01.3934451Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-09-27T16:28:01.3988582Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (5 ms) 2022-09-27T16:28:01.3989415Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-09-27T16:28:01.4012244Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (2 ms) 2022-09-27T16:28:01.4013097Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-09-27T16:28:01.4032061Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (1 ms) 2022-09-27T16:28:01.4032835Z [ RUN ] LazyOpsTest.TestConv2D 2022-09-27T16:28:01.5046658Z [ OK ] LazyOpsTest.TestConv2D (101 ms) 2022-09-27T16:28:01.5047397Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-09-27T16:28:01.8972055Z [ OK ] LazyOpsTest.TestConv2DBackward (392 ms) 2022-09-27T16:28:01.8972892Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-09-27T16:28:02.1799988Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (282 ms) 2022-09-27T16:28:02.1800916Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-09-27T16:28:02.4477262Z [ OK ] LazyOpsTest.TestConv3DBackward (267 ms) 2022-09-27T16:28:02.4478106Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-09-27T16:28:03.0725850Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (624 ms) 2022-09-27T16:28:03.0726791Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-09-27T16:28:03.0821680Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (9 ms) 2022-09-27T16:28:03.0822613Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-09-27T16:28:03.0871565Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (4 ms) 2022-09-27T16:28:03.0872196Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-09-27T16:28:03.0966518Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (9 ms) 2022-09-27T16:28:03.0967220Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-09-27T16:28:03.1015850Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (4 ms) 2022-09-27T16:28:03.1016490Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-09-27T16:28:03.1196307Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (18 ms) 2022-09-27T16:28:03.1196908Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-09-27T16:28:03.1329913Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (13 ms) 2022-09-27T16:28:03.1330458Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-09-27T16:28:03.1339749Z [ OK ] LazyOpsTest.TestTanhBackward (0 ms) 2022-09-27T16:28:03.1340307Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-09-27T16:28:03.1348371Z [ OK ] LazyOpsTest.TestSigmoidBackward (0 ms) 2022-09-27T16:28:03.1348933Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-09-27T16:28:03.1358755Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (0 ms) 2022-09-27T16:28:03.1359342Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-09-27T16:28:03.1438117Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (7 ms) 2022-09-27T16:28:03.1438703Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-09-27T16:28:03.1511471Z [ OK ] LazyOpsTest.TestSoftmaxBackward (7 ms) 2022-09-27T16:28:03.1512072Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-09-27T16:28:03.1521138Z [ OK ] LazyOpsTest.TestSoftplusBackward (1 ms) 2022-09-27T16:28:03.1521674Z [ RUN ] LazyOpsTest.TestReluBackward 2022-09-27T16:28:03.1530528Z [ OK ] LazyOpsTest.TestReluBackward (0 ms) 2022-09-27T16:28:03.1531088Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-09-27T16:28:03.1540670Z [ OK ] LazyOpsTest.TestRreluBackward (0 ms) 2022-09-27T16:28:03.1541240Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-09-27T16:28:03.1549729Z [ OK ] LazyOpsTest.TestHardshrinkBackward (0 ms) 2022-09-27T16:28:03.1550327Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-09-27T16:28:03.1558979Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (0 ms) 2022-09-27T16:28:03.1559675Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-09-27T16:28:03.1564149Z [ OK ] LazyOpsTest.TestHardtanhBackward (0 ms) 2022-09-27T16:28:03.1564714Z [ RUN ] LazyOpsTest.TestEluBackward 2022-09-27T16:28:03.1574255Z [ OK ] LazyOpsTest.TestEluBackward (0 ms) 2022-09-27T16:28:03.1574794Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-09-27T16:28:03.1590194Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-09-27T16:28:03.1590740Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-09-27T16:28:03.1600266Z [ OK ] LazyOpsTest.TestLeakyReluBackward (1 ms) 2022-09-27T16:28:03.1600940Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-09-27T16:28:03.1608594Z [ OK ] LazyOpsTest.TestTransposeBackward (0 ms) 2022-09-27T16:28:03.1609282Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-09-27T16:28:03.1674317Z [ OK ] LazyOpsTest.TestAddMatMulBackward (6 ms) 2022-09-27T16:28:03.1675161Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-09-27T16:28:03.1734949Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (6 ms) 2022-09-27T16:28:03.1735572Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-09-27T16:28:03.1736070Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10965: Skipped 2022-09-27T16:28:03.1736567Z 2022-09-27T16:28:03.1736903Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-09-27T16:28:03.1737457Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-09-27T16:28:03.2004358Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (26 ms) 2022-09-27T16:28:03.2004956Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-09-27T16:28:03.2061304Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (5 ms) 2022-09-27T16:28:03.2061880Z [ RUN ] LazyOpsTest.TestViewBackward 2022-09-27T16:28:03.2079768Z [ OK ] LazyOpsTest.TestViewBackward (1 ms) 2022-09-27T16:28:03.2080511Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-09-27T16:28:03.2129167Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (4 ms) 2022-09-27T16:28:03.2129767Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-09-27T16:28:03.2179752Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (5 ms) 2022-09-27T16:28:03.2180372Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-09-27T16:28:03.2525469Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (34 ms) 2022-09-27T16:28:03.2526089Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-09-27T16:28:03.2597116Z [ OK ] LazyOpsTest.TestKlDivBackward (7 ms) 2022-09-27T16:28:03.2597681Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-09-27T16:28:03.3337776Z [ OK ] LazyOpsTest.TestEmbeddingBackward (73 ms) 2022-09-27T16:28:03.3338667Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-09-27T16:28:03.3339397Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11362: Skipped 2022-09-27T16:28:03.3339795Z 2022-09-27T16:28:03.3340245Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-09-27T16:28:03.3340868Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-09-27T16:28:03.3341378Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11411: Skipped 2022-09-27T16:28:03.3341663Z 2022-09-27T16:28:03.3341989Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale (0 ms) 2022-09-27T16:28:03.3342547Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-09-27T16:28:03.3343142Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-09-27T16:28:03.3343658Z [ RUN ] LazyOpsTest.TestLerp 2022-09-27T16:28:03.3344140Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-09-27T16:28:03.3344610Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-09-27T16:28:03.3345124Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-09-27T16:28:03.3345614Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-09-27T16:28:03.3346097Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-09-27T16:28:03.3346575Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-09-27T16:28:03.3347066Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-09-27T16:28:03.3347528Z [ RUN ] LazyOpsTest.TestLerpOut 2022-09-27T16:28:03.3348089Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-09-27T16:28:03.3348594Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-09-27T16:28:03.3349181Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-09-27T16:28:03.3349710Z [ RUN ] LazyOpsTest.IsAliasOf 2022-09-27T16:28:03.3350237Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-09-27T16:28:03.3350828Z [----------] 575 tests from LazyOpsTest (3329 ms total) 2022-09-27T16:28:03.3351093Z 2022-09-27T16:28:03.3351403Z [----------] Global test environment tear-down 2022-09-27T16:28:03.3424994Z [==========] 612 tests from 10 test suites ran. (3361 ms total) 2022-09-27T16:28:03.3425411Z [ PASSED ] 608 tests. 2022-09-27T16:28:03.3425752Z [ SKIPPED ] 4 tests, listed below: 2022-09-27T16:28:03.3426148Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-09-27T16:28:03.3426734Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-09-27T16:28:03.3427304Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-09-27T16:28:03.3427839Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale 2022-09-27T16:28:03.4127092Z + python test/cpp/jit/tests_setup.py shutdown 2022-09-27T16:28:04.5512822Z + wait 2022-09-27T16:28:04.5513203Z + OMP_NUM_THREADS=2 2022-09-27T16:28:04.5513571Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-09-27T16:28:04.5514400Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_api '--gtest_filter=-IMethodTest.*' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_api.xml 2022-09-27T16:28:04.8039310Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:28:04.8045633Z Note: Google Test filter = -IMethodTest.*:*_CUDA:*_MultiCUDA 2022-09-27T16:28:04.8046101Z [==========] Running 991 tests from 48 test suites. 2022-09-27T16:28:04.8046515Z [----------] Global test environment set-up. 2022-09-27T16:28:04.8046815Z [----------] 9 tests from AutogradAPITests 2022-09-27T16:28:04.8047203Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-09-27T16:28:04.8220304Z [ OK ] AutogradAPITests.BackwardSimpleTest (17 ms) 2022-09-27T16:28:04.8220928Z [ RUN ] AutogradAPITests.BackwardTest 2022-09-27T16:28:04.8221579Z [W engine.cpp:1061] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-09-27T16:28:04.8223450Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-09-27T16:28:04.8223809Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-09-27T16:28:04.8224867Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-09-27T16:28:04.8225238Z [ RUN ] AutogradAPITests.GradTest 2022-09-27T16:28:04.8227900Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-09-27T16:28:04.8228344Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-09-27T16:28:04.8231310Z [W TensorBody.h:483] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-09-27T16:28:04.8232825Z [W TensorBody.h:483] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-09-27T16:28:04.8234150Z [W TensorBody.h:483] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-09-27T16:28:04.8235682Z [W TensorBody.h:483] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-09-27T16:28:04.8236641Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-09-27T16:28:04.8236989Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-09-27T16:28:04.8352549Z [ OK ] AutogradAPITests.GradUnreachableTest (11 ms) 2022-09-27T16:28:04.8352958Z [ RUN ] AutogradAPITests.EmptyInput 2022-09-27T16:28:04.8377747Z [ OK ] AutogradAPITests.EmptyInput (2 ms) 2022-09-27T16:28:04.8378121Z [ RUN ] AutogradAPITests.RetainGrad 2022-09-27T16:28:04.8380748Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-09-27T16:28:04.8381163Z [ RUN ] AutogradAPITests.AnomalyMode 2022-09-27T16:28:04.8381549Z [W anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2022-09-27T16:28:04.9784734Z [ OK ] AutogradAPITests.AnomalyMode (140 ms) 2022-09-27T16:28:04.9785101Z [----------] 9 tests from AutogradAPITests (173 ms total) 2022-09-27T16:28:04.9785271Z 2022-09-27T16:28:04.9785497Z [----------] 33 tests from CustomAutogradTest 2022-09-27T16:28:04.9785871Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-09-27T16:28:04.9793975Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (1 ms) 2022-09-27T16:28:04.9794361Z [ RUN ] CustomAutogradTest.CustomFunction 2022-09-27T16:28:04.9796134Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-09-27T16:28:04.9796588Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-09-27T16:28:04.9797887Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-09-27T16:28:04.9798293Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-09-27T16:28:04.9800541Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-09-27T16:28:04.9801101Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-09-27T16:28:04.9801847Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-09-27T16:28:04.9802332Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-09-27T16:28:04.9803520Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-09-27T16:28:04.9803943Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-09-27T16:28:04.9804877Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-09-27T16:28:04.9805244Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-09-27T16:28:04.9805853Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-09-27T16:28:04.9806229Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-09-27T16:28:04.9806650Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-09-27T16:28:04.9807001Z [ RUN ] CustomAutogradTest.MarkDirty 2022-09-27T16:28:04.9807325Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-09-27T16:28:04.9807658Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-09-27T16:28:04.9809614Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-09-27T16:28:04.9810081Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-09-27T16:28:04.9812026Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-09-27T16:28:04.9812532Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-09-27T16:28:04.9812958Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-09-27T16:28:04.9813382Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-09-27T16:28:04.9814396Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-09-27T16:28:04.9814954Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-09-27T16:28:04.9836504Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-09-27T16:28:04.9837174Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-09-27T16:28:04.9837590Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-09-27T16:28:04.9837979Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-09-27T16:28:04.9838682Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-09-27T16:28:04.9839120Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-09-27T16:28:04.9892404Z [ OK ] CustomAutogradTest.InvalidGradients (5 ms) 2022-09-27T16:28:04.9893016Z [ RUN ] CustomAutogradTest.NoGradInput 2022-09-27T16:28:04.9893363Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-09-27T16:28:04.9893905Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-09-27T16:28:04.9894444Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-09-27T16:28:04.9894762Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-09-27T16:28:04.9895071Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-09-27T16:28:04.9895381Z [ RUN ] CustomAutogradTest.Reentrant 2022-09-27T16:28:04.9895879Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-09-27T16:28:04.9896446Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-09-27T16:28:05.3425048Z [ OK ] CustomAutogradTest.DeepReentrant (352 ms) 2022-09-27T16:28:05.3425725Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-09-27T16:28:05.3429368Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-09-27T16:28:05.3429951Z [ RUN ] CustomAutogradTest.Hooks 2022-09-27T16:28:05.3460988Z [ OK ] CustomAutogradTest.Hooks (3 ms) 2022-09-27T16:28:05.3461550Z [ RUN ] CustomAutogradTest.HooksInplace 2022-09-27T16:28:05.3462794Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-09-27T16:28:05.3463460Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-09-27T16:28:05.3466333Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-09-27T16:28:05.3467081Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-09-27T16:28:05.3468404Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-09-27T16:28:05.3469191Z [ RUN ] CustomAutogradTest.HookNone 2022-09-27T16:28:05.3470043Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-09-27T16:28:05.3470703Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-09-27T16:28:05.3471806Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-09-27T16:28:05.3472592Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-09-27T16:28:05.3485947Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-09-27T16:28:05.3486780Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-09-27T16:28:05.3488045Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-09-27T16:28:05.3488984Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-09-27T16:28:05.3489837Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-09-27T16:28:05.3490580Z [----------] 33 tests from CustomAutogradTest (370 ms total) 2022-09-27T16:28:05.3490849Z 2022-09-27T16:28:05.3491280Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-09-27T16:28:05.3491803Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-09-27T16:28:05.3495575Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-09-27T16:28:05.3496391Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-09-27T16:28:05.3547392Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (5 ms) 2022-09-27T16:28:05.3548258Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-09-27T16:28:05.3592663Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (4 ms) 2022-09-27T16:28:05.3593320Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-09-27T16:28:05.3596069Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-09-27T16:28:05.3596833Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-09-27T16:28:05.3627809Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-09-27T16:28:05.3628762Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-09-27T16:28:05.3659128Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-09-27T16:28:05.3659914Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-09-27T16:28:05.3728435Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (6 ms) 2022-09-27T16:28:05.3729442Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-09-27T16:28:05.3759311Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-09-27T16:28:05.3759892Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-09-27T16:28:05.3760892Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-09-27T16:28:05.3761596Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-09-27T16:28:05.3779100Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (1 ms) 2022-09-27T16:28:05.3779789Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-09-27T16:28:05.3801970Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (2 ms) 2022-09-27T16:28:05.3802630Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-09-27T16:28:05.3832392Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-09-27T16:28:05.3833059Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-09-27T16:28:05.3856123Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-09-27T16:28:05.3856984Z [----------] 13 tests from TestAutogradNotImplementedFallback (36 ms total) 2022-09-27T16:28:05.3857241Z 2022-09-27T16:28:05.3857385Z [----------] 18 tests from AnyModuleTest 2022-09-27T16:28:05.3857691Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-09-27T16:28:05.3858033Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-09-27T16:28:05.3858401Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-09-27T16:28:05.3858829Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-09-27T16:28:05.3859256Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-09-27T16:28:05.3859693Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-09-27T16:28:05.3860105Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-09-27T16:28:05.3860530Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-09-27T16:28:05.3861045Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-09-27T16:28:05.3861631Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-09-27T16:28:05.3862082Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-09-27T16:28:05.3869508Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-09-27T16:28:05.3869876Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-09-27T16:28:05.3904961Z [ OK ] AnyModuleTest.WrongNumberOfArguments (3 ms) 2022-09-27T16:28:05.3905476Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-09-27T16:28:05.3975514Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (6 ms) 2022-09-27T16:28:05.3976209Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-09-27T16:28:05.3976589Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-09-27T16:28:05.3976972Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-09-27T16:28:05.3985467Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-09-27T16:28:05.3986114Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-09-27T16:28:05.3986727Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-09-27T16:28:05.3987116Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-09-27T16:28:05.3987510Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-09-27T16:28:05.3987878Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-09-27T16:28:05.3996008Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-09-27T16:28:05.3996670Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-09-27T16:28:05.3997039Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-09-27T16:28:05.3997423Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-09-27T16:28:05.4046693Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (4 ms) 2022-09-27T16:28:05.4047331Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-09-27T16:28:05.4047952Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-09-27T16:28:05.4048390Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-09-27T16:28:05.4048974Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:28:05.4049363Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-09-27T16:28:05.4049793Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-09-27T16:28:05.4050183Z [----------] 18 tests from AnyModuleTest (19 ms total) 2022-09-27T16:28:05.4050348Z 2022-09-27T16:28:05.4050497Z [----------] 12 tests from AnyValueTest 2022-09-27T16:28:05.4050840Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-09-27T16:28:05.4051277Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-09-27T16:28:05.4051741Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-09-27T16:28:05.4052243Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-09-27T16:28:05.4052698Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-09-27T16:28:05.4053146Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-09-27T16:28:05.4053596Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-09-27T16:28:05.4054050Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-09-27T16:28:05.4054516Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-09-27T16:28:05.4054994Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-09-27T16:28:05.4055442Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-09-27T16:28:05.4055859Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-09-27T16:28:05.4056255Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-09-27T16:28:05.4071160Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-09-27T16:28:05.4071807Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-09-27T16:28:05.4072510Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-09-27T16:28:05.4073175Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-09-27T16:28:05.4073865Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-09-27T16:28:05.4074208Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-09-27T16:28:05.4074566Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-09-27T16:28:05.4074952Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-09-27T16:28:05.4075358Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-09-27T16:28:05.4075749Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-09-27T16:28:05.4076185Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-09-27T16:28:05.4076545Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-09-27T16:28:05.4076683Z 2022-09-27T16:28:05.4076827Z [----------] 50 tests from DataTest 2022-09-27T16:28:05.4077128Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-09-27T16:28:05.4077469Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-09-27T16:28:05.4077815Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-09-27T16:28:05.4081077Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-09-27T16:28:05.4081721Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-09-27T16:28:05.4130722Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (4 ms) 2022-09-27T16:28:05.4131362Z [ RUN ] DataTest.InfiniteStreamDataset 2022-09-27T16:28:05.4139340Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-09-27T16:28:05.4140112Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-09-27T16:28:05.4140748Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-09-27T16:28:05.4141189Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-09-27T16:28:05.4141569Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-09-27T16:28:05.4141922Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-09-27T16:28:05.4142301Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-09-27T16:28:05.4142685Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-09-27T16:28:05.4143068Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-09-27T16:28:05.4143449Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-09-27T16:28:05.4143825Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-09-27T16:28:05.4144159Z [ RUN ] DataTest.CollateReducesBatch 2022-09-27T16:28:05.4144475Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-09-27T16:28:05.4144788Z [ RUN ] DataTest.CollationReducesBatch 2022-09-27T16:28:05.4145116Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-09-27T16:28:05.4145479Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-09-27T16:28:05.4145903Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-09-27T16:28:05.4146357Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-09-27T16:28:05.4146822Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:28:05.4147232Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-09-27T16:28:05.4147589Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-09-27T16:28:05.4148036Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-09-27T16:28:05.4148452Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:28:05.4148854Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-09-27T16:28:05.4285278Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (14 ms) 2022-09-27T16:28:05.4285920Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:28:05.4286637Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:28:05.4287457Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:28:05.4287928Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:28:05.4288299Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-09-27T16:28:05.4288805Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:28:05.4289234Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:28:05.4289661Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:28:05.4290336Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-09-27T16:28:05.4291060Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-09-27T16:28:05.4291937Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-09-27T16:28:05.4292710Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-09-27T16:28:05.4293208Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-09-27T16:28:05.4293553Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-09-27T16:28:05.4293905Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-09-27T16:28:05.4294307Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:28:05.4294720Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-09-27T16:28:05.4295236Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-09-27T16:28:05.4295763Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-09-27T16:28:05.4296323Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-09-27T16:28:05.4296896Z [ RUN ] DataTest.StackTransformWorksForExample 2022-09-27T16:28:05.4297298Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-09-27T16:28:05.4297813Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-09-27T16:28:05.4298228Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-09-27T16:28:05.4298685Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-09-27T16:28:05.4299085Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-09-27T16:28:05.4299485Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-09-27T16:28:05.4299878Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-09-27T16:28:05.4300208Z [ RUN ] DataTest.NormalizeTransform 2022-09-27T16:28:05.4301874Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-09-27T16:28:05.4302225Z [ RUN ] DataTest.MapDoesNotCopy 2022-09-27T16:28:05.4310450Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-09-27T16:28:05.4310831Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-09-27T16:28:05.4311220Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-09-27T16:28:05.4311616Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-09-27T16:28:05.4423121Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-09-27T16:28:05.4423824Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-09-27T16:28:05.4628495Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-09-27T16:28:05.4628893Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-09-27T16:28:05.4649850Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-09-27T16:28:05.4650310Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-09-27T16:28:05.4650741Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-09-27T16:28:05.4651130Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-09-27T16:28:05.4651642Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-09-27T16:28:05.4652154Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-09-27T16:28:05.4652731Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-09-27T16:28:05.4653220Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-09-27T16:28:05.4653743Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-09-27T16:28:05.4654166Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-09-27T16:28:05.4762121Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-09-27T16:28:05.4762537Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-09-27T16:28:05.4775789Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-09-27T16:28:05.4776291Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-09-27T16:28:05.4776878Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-09-27T16:28:05.4777323Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-09-27T16:28:05.4777688Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-09-27T16:28:05.4778161Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:28:05.4785412Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:28:05.4786411Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:28:05.4786977Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:28:05.4787464Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-09-27T16:28:05.4791412Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-09-27T16:28:05.4792170Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:28:05.4792884Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:28:05.4793806Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:28:05.4794630Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:28:05.4795340Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-09-27T16:28:05.4795811Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-09-27T16:28:05.4796198Z [----------] 50 tests from DataTest (72 ms total) 2022-09-27T16:28:05.4796333Z 2022-09-27T16:28:05.4796484Z [----------] 37 tests from DataLoaderTest 2022-09-27T16:28:05.4796851Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-09-27T16:28:05.4797297Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-09-27T16:28:05.4797737Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-09-27T16:28:05.4798211Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-09-27T16:28:05.4798654Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-09-27T16:28:05.4799080Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-09-27T16:28:05.4799606Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-09-27T16:28:05.4805820Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-09-27T16:28:05.4806717Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-09-27T16:28:05.4807246Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-09-27T16:28:05.4807830Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-09-27T16:28:05.4808310Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-09-27T16:28:05.4808952Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-09-27T16:28:05.4809427Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-09-27T16:28:05.4809921Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-09-27T16:28:05.4810435Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-09-27T16:28:05.4810925Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-09-27T16:28:05.4811264Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-09-27T16:28:05.4811662Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-09-27T16:28:05.4812110Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-09-27T16:28:05.4812507Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-09-27T16:28:05.4812884Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-09-27T16:28:05.4813341Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-09-27T16:28:05.4820304Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-09-27T16:28:05.4820888Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-09-27T16:28:05.4831347Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-09-27T16:28:05.4831919Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-09-27T16:28:05.4842732Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-09-27T16:28:05.4843323Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-09-27T16:28:05.4853435Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-09-27T16:28:05.4853910Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-09-27T16:28:05.4864395Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-09-27T16:28:05.4865145Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-09-27T16:28:05.4865586Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-09-27T16:28:05.4866092Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-09-27T16:28:05.4866713Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-09-27T16:28:05.4867364Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-09-27T16:28:05.4868183Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-09-27T16:28:05.4868666Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-09-27T16:28:05.4982266Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-09-27T16:28:05.4982709Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-09-27T16:28:05.5003993Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (2 ms) 2022-09-27T16:28:05.5004700Z [ RUN ] DataLoaderTest.Reset 2022-09-27T16:28:05.5005013Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-09-27T16:28:05.5005404Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-09-27T16:28:05.5009172Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-09-27T16:28:05.5009852Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-09-27T16:28:05.5010268Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-09-27T16:28:05.5010677Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-09-27T16:28:05.5027655Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (1 ms) 2022-09-27T16:28:05.5028447Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-09-27T16:28:05.5028911Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-09-27T16:28:05.5029292Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-09-27T16:28:05.5029970Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-09-27T16:28:05.5030505Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-09-27T16:28:05.5120124Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (8 ms) 2022-09-27T16:28:05.5120626Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-09-27T16:28:05.5135600Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-09-27T16:28:05.5136130Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-09-27T16:28:05.5136652Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-09-27T16:28:05.5137148Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-09-27T16:28:05.5137636Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-09-27T16:28:05.5138104Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-09-27T16:28:05.5140841Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-09-27T16:28:05.5141458Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-09-27T16:28:05.5141843Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-09-27T16:28:05.5142189Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-09-27T16:28:05.5280616Z [ OK ] DataLoaderTest.ChunkDatasetSave (13 ms) 2022-09-27T16:28:05.5280964Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-09-27T16:28:05.5285143Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-09-27T16:28:05.5285622Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-09-27T16:28:05.5288902Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-09-27T16:28:05.5289595Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-09-27T16:28:05.5292478Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-09-27T16:28:05.5293154Z [----------] 37 tests from DataLoaderTest (49 ms total) 2022-09-27T16:28:05.5293436Z 2022-09-27T16:28:05.5293682Z [----------] 1 test from EnumTest 2022-09-27T16:28:05.5294155Z [ RUN ] EnumTest.AllEnums 2022-09-27T16:28:05.5294649Z [ OK ] EnumTest.AllEnums (0 ms) 2022-09-27T16:28:05.5294954Z [----------] 1 test from EnumTest (0 ms total) 2022-09-27T16:28:05.5295100Z 2022-09-27T16:28:05.5295266Z [----------] 6 tests from ExpandingArrayTest 2022-09-27T16:28:05.5295641Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-09-27T16:28:05.5296098Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-09-27T16:28:05.5296499Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-09-27T16:28:05.5296893Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-09-27T16:28:05.5297276Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-09-27T16:28:05.5297645Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-09-27T16:28:05.5298044Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-09-27T16:28:05.5298469Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-09-27T16:28:05.5299060Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-09-27T16:28:05.5304308Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-09-27T16:28:05.5305182Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-09-27T16:28:05.5314475Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-09-27T16:28:05.5315148Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-09-27T16:28:05.5315323Z 2022-09-27T16:28:05.5315450Z [----------] 10 tests from FFTTest 2022-09-27T16:28:05.5315693Z [ RUN ] FFTTest.fft 2022-09-27T16:28:05.5320606Z [ OK ] FFTTest.fft (0 ms) 2022-09-27T16:28:05.5320953Z [ RUN ] FFTTest.fft_real 2022-09-27T16:28:05.5322348Z [ OK ] FFTTest.fft_real (0 ms) 2022-09-27T16:28:05.5322602Z [ RUN ] FFTTest.fft_pad 2022-09-27T16:28:05.5324605Z [ OK ] FFTTest.fft_pad (0 ms) 2022-09-27T16:28:05.5324845Z [ RUN ] FFTTest.fft_norm 2022-09-27T16:28:05.5326672Z [ OK ] FFTTest.fft_norm (0 ms) 2022-09-27T16:28:05.5326922Z [ RUN ] FFTTest.ifft 2022-09-27T16:28:05.5330353Z [ OK ] FFTTest.ifft (0 ms) 2022-09-27T16:28:05.5330630Z [ RUN ] FFTTest.fft_ifft 2022-09-27T16:28:05.5332786Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-09-27T16:28:05.5333042Z [ RUN ] FFTTest.rfft 2022-09-27T16:28:05.5336757Z [ OK ] FFTTest.rfft (0 ms) 2022-09-27T16:28:05.5337230Z [ RUN ] FFTTest.rfft_irfft 2022-09-27T16:28:05.5337800Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-09-27T16:28:05.5338250Z [ RUN ] FFTTest.ihfft 2022-09-27T16:28:05.5341462Z [ OK ] FFTTest.ihfft (0 ms) 2022-09-27T16:28:05.5342053Z [ RUN ] FFTTest.hfft_ihfft 2022-09-27T16:28:05.5343682Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-09-27T16:28:05.5344224Z [----------] 10 tests from FFTTest (2 ms total) 2022-09-27T16:28:05.5344466Z 2022-09-27T16:28:05.5344631Z [----------] 132 tests from FunctionalTest 2022-09-27T16:28:05.5344911Z [ RUN ] FunctionalTest.Conv1d 2022-09-27T16:28:05.5363781Z [ OK ] FunctionalTest.Conv1d (1 ms) 2022-09-27T16:28:05.5364081Z [ RUN ] FunctionalTest.Conv2dEven 2022-09-27T16:28:05.5367468Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-09-27T16:28:05.5367763Z [ RUN ] FunctionalTest.Conv2dUneven 2022-09-27T16:28:05.5369502Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-09-27T16:28:05.5369800Z [ RUN ] FunctionalTest.Conv3d 2022-09-27T16:28:05.5373530Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-09-27T16:28:05.5373880Z [ RUN ] FunctionalTest.MaxPool1d 2022-09-27T16:28:05.5374826Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-09-27T16:28:05.5375276Z [ RUN ] FunctionalTest.MaxPool2d 2022-09-27T16:28:05.5376115Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-09-27T16:28:05.5376857Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-09-27T16:28:05.5377787Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-09-27T16:28:05.5378285Z [ RUN ] FunctionalTest.MaxPool3d 2022-09-27T16:28:05.5379002Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-09-27T16:28:05.5379494Z [ RUN ] FunctionalTest.AvgPool1d 2022-09-27T16:28:05.5380412Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-09-27T16:28:05.5380886Z [ RUN ] FunctionalTest.AvgPool2d 2022-09-27T16:28:05.5381379Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-09-27T16:28:05.5381852Z [ RUN ] FunctionalTest.AvgPool3d 2022-09-27T16:28:05.5382357Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-09-27T16:28:05.5382916Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-09-27T16:28:05.5385559Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-09-27T16:28:05.5386281Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-09-27T16:28:05.5387104Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:28:05.5387700Z [ RUN ] FunctionalTest.LPPool1d 2022-09-27T16:28:05.5388779Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-09-27T16:28:05.5389343Z [ RUN ] FunctionalTest.LPPool2d 2022-09-27T16:28:05.5390310Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-09-27T16:28:05.5390896Z [ RUN ] FunctionalTest.CosineSimilarity 2022-09-27T16:28:05.5392240Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-09-27T16:28:05.5393065Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-09-27T16:28:05.5395337Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:28:05.5396126Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-09-27T16:28:05.5396669Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:28:05.5397220Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-09-27T16:28:05.5398069Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:28:05.5398663Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-09-27T16:28:05.5399503Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:28:05.5400110Z [ RUN ] FunctionalTest.HuberLossDelta 2022-09-27T16:28:05.5400903Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-09-27T16:28:05.5401537Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-09-27T16:28:05.5402215Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-09-27T16:28:05.5402918Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-09-27T16:28:05.5405209Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:28:05.5405961Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:28:05.5418278Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (1 ms) 2022-09-27T16:28:05.5418853Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-09-27T16:28:05.5419694Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-09-27T16:28:05.5420165Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:28:05.5422432Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-09-27T16:28:05.5423027Z [ RUN ] FunctionalTest.PairwiseDistance 2022-09-27T16:28:05.5423890Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-09-27T16:28:05.5424576Z [ RUN ] FunctionalTest.PDist 2022-09-27T16:28:05.5425188Z [ OK ] FunctionalTest.PDist (0 ms) 2022-09-27T16:28:05.5426101Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-09-27T16:28:05.5426838Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:28:05.5427552Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-09-27T16:28:05.5428353Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-09-27T16:28:05.5429029Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-09-27T16:28:05.5429739Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:28:05.5430445Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-09-27T16:28:05.5431165Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:28:05.5431873Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-09-27T16:28:05.5432604Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-09-27T16:28:05.5433319Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-09-27T16:28:05.5434018Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:28:05.5434661Z [ RUN ] FunctionalTest.L1Loss 2022-09-27T16:28:05.5435486Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-09-27T16:28:05.5436065Z [ RUN ] FunctionalTest.MSELoss 2022-09-27T16:28:05.5436676Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-09-27T16:28:05.5437265Z [ RUN ] FunctionalTest.BCELoss 2022-09-27T16:28:05.5437856Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-09-27T16:28:05.5438475Z [ RUN ] FunctionalTest.KLDivLoss 2022-09-27T16:28:05.5440034Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-09-27T16:28:05.5445301Z [ OK ] FunctionalTest.KLDivLoss (1 ms) 2022-09-27T16:28:05.5445856Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-09-27T16:28:05.5446625Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:28:05.5447215Z [ RUN ] FunctionalTest.GridSample 2022-09-27T16:28:05.5449148Z [W vision.h:87] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2022-09-27T16:28:05.5450471Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-09-27T16:28:05.5451038Z [ RUN ] FunctionalTest.AffineGrid 2022-09-27T16:28:05.5589757Z [ OK ] FunctionalTest.AffineGrid (13 ms) 2022-09-27T16:28:05.5590384Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-09-27T16:28:05.5590879Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-09-27T16:28:05.5591355Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-09-27T16:28:05.5592103Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-09-27T16:28:05.5592514Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:28:05.5594042Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:28:05.5594541Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-09-27T16:28:05.5595596Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:28:05.5596114Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-09-27T16:28:05.5596877Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-09-27T16:28:05.5597353Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:28:05.5741801Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (14 ms) 2022-09-27T16:28:05.5742305Z [ RUN ] FunctionalTest.NLLLoss 2022-09-27T16:28:05.5743232Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-09-27T16:28:05.5743599Z [ RUN ] FunctionalTest.CrossEntropy 2022-09-27T16:28:05.5747316Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-09-27T16:28:05.5748076Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-09-27T16:28:05.5749269Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-09-27T16:28:05.5749925Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-09-27T16:28:05.5751164Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-09-27T16:28:05.5751789Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-09-27T16:28:05.5752582Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-09-27T16:28:05.5753181Z [ RUN ] FunctionalTest.ELU 2022-09-27T16:28:05.5764695Z [ OK ] FunctionalTest.ELU (1 ms) 2022-09-27T16:28:05.5765253Z [ RUN ] FunctionalTest.SELU 2022-09-27T16:28:05.5768913Z [ OK ] FunctionalTest.SELU (0 ms) 2022-09-27T16:28:05.5769488Z [ RUN ] FunctionalTest.GLU 2022-09-27T16:28:05.5770463Z [ OK ] FunctionalTest.GLU (0 ms) 2022-09-27T16:28:05.5771228Z [ RUN ] FunctionalTest.GELU 2022-09-27T16:28:05.5774406Z [ OK ] FunctionalTest.GELU (0 ms) 2022-09-27T16:28:05.5775106Z [ RUN ] FunctionalTest.TanhGELU 2022-09-27T16:28:05.5775807Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-09-27T16:28:05.5776517Z [ RUN ] FunctionalTest.Hardshrink 2022-09-27T16:28:05.5782729Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-09-27T16:28:05.5783317Z [ RUN ] FunctionalTest.OneHot 2022-09-27T16:28:05.5785283Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-09-27T16:28:05.5785993Z [ RUN ] FunctionalTest.Hardtanh 2022-09-27T16:28:05.5805953Z [ OK ] FunctionalTest.Hardtanh (2 ms) 2022-09-27T16:28:05.5806496Z [ RUN ] FunctionalTest.LeakyReLU 2022-09-27T16:28:05.5813241Z [ OK ] FunctionalTest.LeakyReLU (0 ms) 2022-09-27T16:28:05.5813816Z [ RUN ] FunctionalTest.LogSigmoid 2022-09-27T16:28:05.5814343Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-09-27T16:28:05.5814653Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-09-27T16:28:05.5837916Z [ OK ] FunctionalTest.GumbelSoftmax (2 ms) 2022-09-27T16:28:05.5838386Z [ RUN ] FunctionalTest.Softmax 2022-09-27T16:28:05.5839388Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-09-27T16:28:05.5839719Z [ RUN ] FunctionalTest.Softmin 2022-09-27T16:28:05.5840636Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-09-27T16:28:05.5840955Z [ RUN ] FunctionalTest.LogSoftmax 2022-09-27T16:28:05.5841948Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-09-27T16:28:05.5842307Z [ RUN ] FunctionalTest.PReLU 2022-09-27T16:28:05.5844030Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-09-27T16:28:05.5844391Z [ RUN ] FunctionalTest.LayerNorm 2022-09-27T16:28:05.5845617Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-09-27T16:28:05.5846166Z [ RUN ] FunctionalTest.GroupNorm 2022-09-27T16:28:05.5846664Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-09-27T16:28:05.5847002Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-09-27T16:28:05.5848781Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-09-27T16:28:05.5849150Z [ RUN ] FunctionalTest.Linear 2022-09-27T16:28:05.5851678Z [ OK ] FunctionalTest.Linear (0 ms) 2022-09-27T16:28:05.5852614Z [ RUN ] FunctionalTest.Embedding 2022-09-27T16:28:05.5853207Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-09-27T16:28:05.5853731Z [ RUN ] FunctionalTest.EmbeddingBag 2022-09-27T16:28:05.5866950Z [ OK ] FunctionalTest.EmbeddingBag (1 ms) 2022-09-27T16:28:05.5867272Z [ RUN ] FunctionalTest.Bilinear 2022-09-27T16:28:05.5869599Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-09-27T16:28:05.5869926Z [ RUN ] FunctionalTest.Normalize 2022-09-27T16:28:05.5873547Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-09-27T16:28:05.5873878Z [ RUN ] FunctionalTest.ReLU 2022-09-27T16:28:05.5876644Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-09-27T16:28:05.5876967Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-09-27T16:28:05.5877380Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-09-27T16:28:05.5877675Z [ RUN ] FunctionalTest.ReLU6 2022-09-27T16:28:05.5880213Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-09-27T16:28:05.5880788Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-09-27T16:28:05.5881372Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-09-27T16:28:05.5881883Z [ RUN ] FunctionalTest.RReLU 2022-09-27T16:28:05.5908239Z [ OK ] FunctionalTest.RReLU (2 ms) 2022-09-27T16:28:05.5908787Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-09-27T16:28:05.5909930Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-09-27T16:28:05.5910512Z [ RUN ] FunctionalTest.CELU 2022-09-27T16:28:05.5920010Z [ OK ] FunctionalTest.CELU (0 ms) 2022-09-27T16:28:05.5920627Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-09-27T16:28:05.5921598Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-09-27T16:28:05.5922226Z [ RUN ] FunctionalTest.PixelShuffle 2022-09-27T16:28:05.5923378Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-09-27T16:28:05.5924091Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-09-27T16:28:05.5925893Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-09-27T16:28:05.5926492Z [ RUN ] FunctionalTest.Softplus 2022-09-27T16:28:05.5932890Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-09-27T16:28:05.5933293Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-09-27T16:28:05.5933972Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-09-27T16:28:05.5934295Z [ RUN ] FunctionalTest.Fold 2022-09-27T16:28:05.5935642Z [ OK ] FunctionalTest.Fold (0 ms) 2022-09-27T16:28:05.5936020Z [ RUN ] FunctionalTest.Unfold 2022-09-27T16:28:05.5936491Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-09-27T16:28:05.5936785Z [ RUN ] FunctionalTest.Softshrink 2022-09-27T16:28:05.5942214Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-09-27T16:28:05.5942856Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-09-27T16:28:05.5943476Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-09-27T16:28:05.5943890Z [ RUN ] FunctionalTest.Softsign 2022-09-27T16:28:05.5944196Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-09-27T16:28:05.5944545Z [ RUN ] FunctionalTest.Mish 2022-09-27T16:28:05.5945200Z [ OK ] FunctionalTest.Mish (0 ms) 2022-09-27T16:28:05.5945590Z [ RUN ] FunctionalTest.Tanhshrink 2022-09-27T16:28:05.5946153Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-09-27T16:28:05.5946447Z [ RUN ] FunctionalTest.Threshold 2022-09-27T16:28:05.5957486Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-09-27T16:28:05.5958035Z [ RUN ] FunctionalTest.BatchNorm1d 2022-09-27T16:28:05.5958582Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-09-27T16:28:05.5959079Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-09-27T16:28:05.5959646Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-09-27T16:28:05.5960216Z [ RUN ] FunctionalTest.BatchNorm2d 2022-09-27T16:28:05.5961556Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-09-27T16:28:05.5962159Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-09-27T16:28:05.5962816Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-09-27T16:28:05.5963159Z [ RUN ] FunctionalTest.BatchNorm3d 2022-09-27T16:28:05.5963802Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-09-27T16:28:05.5964415Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-09-27T16:28:05.5965082Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-09-27T16:28:05.5965579Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-09-27T16:28:05.5967179Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-09-27T16:28:05.5968172Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-09-27T16:28:05.5969005Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-09-27T16:28:05.5969589Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-09-27T16:28:05.5971819Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-09-27T16:28:05.5972457Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-09-27T16:28:05.5973249Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-09-27T16:28:05.5973785Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-09-27T16:28:05.5975677Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-09-27T16:28:05.5976056Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-09-27T16:28:05.5977769Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-09-27T16:28:05.5978117Z [ RUN ] FunctionalTest.Interpolate 2022-09-27T16:28:05.5982425Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:05.5984202Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:05.5985794Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:05.5987467Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:05.5989243Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:05.5990912Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:05.5992588Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:05.5994257Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:05.6081298Z [ OK ] FunctionalTest.Interpolate (10 ms) 2022-09-27T16:28:05.6082004Z [ RUN ] FunctionalTest.Pad1 2022-09-27T16:28:05.6082489Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-09-27T16:28:05.6082825Z [ RUN ] FunctionalTest.Pad2 2022-09-27T16:28:05.6084048Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-09-27T16:28:05.6084560Z [ RUN ] FunctionalTest.Pad3 2022-09-27T16:28:05.6087904Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-09-27T16:28:05.6088392Z [ RUN ] FunctionalTest.Pad4 2022-09-27T16:28:05.6098174Z [ OK ] FunctionalTest.Pad4 (1 ms) 2022-09-27T16:28:05.6098667Z [ RUN ] FunctionalTest.Pad5 2022-09-27T16:28:05.6100868Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-09-27T16:28:05.6101356Z [ RUN ] FunctionalTest.Pad6 2022-09-27T16:28:05.6108276Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-09-27T16:28:05.6108770Z [ RUN ] FunctionalTest.Pad7 2022-09-27T16:28:05.6109293Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-09-27T16:28:05.6109790Z [ RUN ] FunctionalTest.Pad8 2022-09-27T16:28:05.6110269Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-09-27T16:28:05.6110549Z [ RUN ] FunctionalTest.CTCLoss 2022-09-27T16:28:05.6211039Z [ OK ] FunctionalTest.CTCLoss (10 ms) 2022-09-27T16:28:05.6211631Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-09-27T16:28:05.6213662Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-09-27T16:28:05.6214248Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-09-27T16:28:05.6216453Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-09-27T16:28:05.6217101Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-09-27T16:28:05.6218688Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-09-27T16:28:05.6219275Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-09-27T16:28:05.6228613Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-09-27T16:28:05.6229253Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-09-27T16:28:05.6238328Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-09-27T16:28:05.6238702Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-09-27T16:28:05.6240547Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-09-27T16:28:05.6240994Z [ RUN ] FunctionalTest.AlphaDropout 2022-09-27T16:28:05.6249427Z [ OK ] FunctionalTest.AlphaDropout (0 ms) 2022-09-27T16:28:05.6249759Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-09-27T16:28:05.6256980Z [ OK ] FunctionalTest.FeatureAlphaDropout (0 ms) 2022-09-27T16:28:05.6257364Z [ RUN ] FunctionalTest.Dropout 2022-09-27T16:28:05.6262364Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-09-27T16:28:05.6262752Z [ RUN ] FunctionalTest.Dropout2d 2022-09-27T16:28:05.6270270Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-09-27T16:28:05.6270632Z [ RUN ] FunctionalTest.Dropout3d 2022-09-27T16:28:05.6276403Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-09-27T16:28:05.6276727Z [ RUN ] FunctionalTest.isfinite 2022-09-27T16:28:05.6281442Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-09-27T16:28:05.6281735Z [ RUN ] FunctionalTest.isinf 2022-09-27T16:28:05.6285984Z [ OK ] FunctionalTest.isinf (0 ms) 2022-09-27T16:28:05.6286270Z [ RUN ] FunctionalTest.AllClose 2022-09-27T16:28:05.6340249Z [ OK ] FunctionalTest.AllClose (5 ms) 2022-09-27T16:28:05.6340584Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-09-27T16:28:05.6375646Z [ OK ] FunctionalTest.BCEWithLogitsLoss (3 ms) 2022-09-27T16:28:05.6376054Z [----------] 132 tests from FunctionalTest (103 ms total) 2022-09-27T16:28:05.6376220Z 2022-09-27T16:28:05.6376372Z [----------] 1 test from IntegrationTest 2022-09-27T16:28:05.6376770Z [ RUN ] IntegrationTest.CartPole 2022-09-27T16:28:15.9932529Z [ OK ] IntegrationTest.CartPole (10355 ms) 2022-09-27T16:28:15.9933164Z [----------] 1 test from IntegrationTest (10355 ms total) 2022-09-27T16:28:15.9933327Z 2022-09-27T16:28:15.9933478Z [----------] 9 tests from InitTest 2022-09-27T16:28:15.9933800Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-09-27T16:28:15.9961835Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (3 ms) 2022-09-27T16:28:15.9962220Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-09-27T16:28:15.9972844Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (1 ms) 2022-09-27T16:28:15.9973227Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-09-27T16:28:15.9988355Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-09-27T16:28:15.9988736Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-09-27T16:28:15.9998721Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-09-27T16:28:15.9999103Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-09-27T16:28:16.0023474Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-09-27T16:28:16.0024138Z [ RUN ] InitTest.CalculateGainWithTanh 2022-09-27T16:28:16.0024666Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-09-27T16:28:16.0024974Z [ RUN ] InitTest.CalculateGainWithRelu 2022-09-27T16:28:16.0025299Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-09-27T16:28:16.0025633Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-09-27T16:28:16.0025968Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-09-27T16:28:16.0026325Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-09-27T16:28:16.0052883Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (2 ms) 2022-09-27T16:28:16.0053544Z [----------] 9 tests from InitTest (12 ms total) 2022-09-27T16:28:16.0053733Z 2022-09-27T16:28:16.0053892Z [----------] 6 tests from TorchScriptTest 2022-09-27T16:28:16.0054236Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-09-27T16:28:16.0434619Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (38 ms) 2022-09-27T16:28:16.0435075Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-09-27T16:28:16.0454673Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-09-27T16:28:16.0455090Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-09-27T16:28:16.0457728Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-09-27T16:28:16.0458174Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-09-27T16:28:16.0459175Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-09-27T16:28:16.0459555Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-09-27T16:28:16.0465113Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-09-27T16:28:16.0465741Z [ RUN ] TorchScriptTest.TestPickle 2022-09-27T16:28:16.0466291Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-09-27T16:28:16.0466705Z [----------] 6 tests from TorchScriptTest (41 ms total) 2022-09-27T16:28:16.0466905Z 2022-09-27T16:28:16.0467046Z [----------] 3 tests from MakeUniqueTest 2022-09-27T16:28:16.0467418Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-09-27T16:28:16.0468065Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-09-27T16:28:16.0468673Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-09-27T16:28:16.0469340Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-09-27T16:28:16.0469875Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-09-27T16:28:16.0470518Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-09-27T16:28:16.0470941Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-09-27T16:28:16.0471100Z 2022-09-27T16:28:16.0471248Z [----------] 2 tests from MetaTensorTest 2022-09-27T16:28:16.0471599Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-09-27T16:28:16.0471907Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-09-27T16:28:16.0472227Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-09-27T16:28:16.0472617Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-09-27T16:28:16.0473023Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-09-27T16:28:16.0473164Z 2022-09-27T16:28:16.0473302Z [----------] 2 tests from UtilsTest 2022-09-27T16:28:16.0473558Z [ RUN ] UtilsTest.WarnOnce 2022-09-27T16:28:16.0473930Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-09-27T16:28:16.0474234Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-09-27T16:28:16.0474588Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-09-27T16:28:16.0474916Z [----------] 2 tests from UtilsTest (0 ms total) 2022-09-27T16:28:16.0475059Z 2022-09-27T16:28:16.0475198Z [----------] 1 test from NoGradTest 2022-09-27T16:28:16.0475479Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-09-27T16:28:16.0499038Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-09-27T16:28:16.0499476Z [----------] 1 test from NoGradTest (3 ms total) 2022-09-27T16:28:16.0499636Z 2022-09-27T16:28:16.0499813Z [----------] 3 tests from AutogradTest 2022-09-27T16:28:16.0500268Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-09-27T16:28:16.0500659Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-09-27T16:28:16.0501103Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-09-27T16:28:16.0502940Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-09-27T16:28:16.0503756Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-09-27T16:28:16.0504932Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-09-27T16:28:16.0505637Z [----------] 3 tests from AutogradTest (0 ms total) 2022-09-27T16:28:16.0505946Z 2022-09-27T16:28:16.0506291Z [----------] 1 test from OptionalArrayRefTest 2022-09-27T16:28:16.0506997Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-09-27T16:28:16.0507798Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-09-27T16:28:16.0508638Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-09-27T16:28:16.0508979Z 2022-09-27T16:28:16.0509269Z [----------] 52 tests from ModuleTest 2022-09-27T16:28:16.0509948Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-09-27T16:28:16.0510770Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-09-27T16:28:16.0511355Z [ RUN ] ModuleTest.ZeroGrad 2022-09-27T16:28:16.0511851Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-09-27T16:28:16.0512397Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-09-27T16:28:16.0512986Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-09-27T16:28:16.0513706Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-09-27T16:28:16.0534722Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-09-27T16:28:16.0535587Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-09-27T16:28:16.0548490Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-09-27T16:28:16.0549346Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-09-27T16:28:16.0562413Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-09-27T16:28:16.0562946Z [ RUN ] ModuleTest.ReplaceModule 2022-09-27T16:28:16.0563257Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-09-27T16:28:16.0563562Z [ RUN ] ModuleTest.UnregisterModule 2022-09-27T16:28:16.0578656Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-09-27T16:28:16.0579171Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-09-27T16:28:16.0609509Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-09-27T16:28:16.0609999Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-09-27T16:28:16.0630590Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-09-27T16:28:16.0631037Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-09-27T16:28:16.0631445Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-09-27T16:28:16.0631871Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-09-27T16:28:16.0661036Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-09-27T16:28:16.0661573Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-09-27T16:28:16.0684468Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-09-27T16:28:16.0685162Z [ RUN ] ModuleTest.CanGetName 2022-09-27T16:28:16.0685686Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-09-27T16:28:16.0686258Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-09-27T16:28:16.0686771Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-09-27T16:28:16.0687175Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-09-27T16:28:16.0687647Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-09-27T16:28:16.0688138Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-09-27T16:28:16.0688793Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-09-27T16:28:16.0689347Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-09-27T16:28:16.0700304Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-09-27T16:28:16.0701033Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-09-27T16:28:16.0701582Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-09-27T16:28:16.0702029Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-09-27T16:28:16.0705584Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-09-27T16:28:16.0706166Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-09-27T16:28:16.0706995Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-09-27T16:28:16.0707518Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-09-27T16:28:16.0709481Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-09-27T16:28:16.0710541Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-09-27T16:28:16.0710925Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-09-27T16:28:16.0711332Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-09-27T16:28:16.0711757Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-09-27T16:28:16.0712145Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-09-27T16:28:16.0712491Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-09-27T16:28:16.0712870Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-09-27T16:28:16.0713273Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-09-27T16:28:16.0713872Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-09-27T16:28:16.0714480Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-09-27T16:28:16.0715069Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-09-27T16:28:16.0715660Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-09-27T16:28:16.0716200Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-09-27T16:28:16.0731495Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (2 ms) 2022-09-27T16:28:16.0732428Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:28:16.0733288Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:28:16.0734297Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:28:16.0735174Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:28:16.0736123Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:28:16.0736796Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:28:16.0737451Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:28:16.0738129Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:28:16.0738796Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:28:16.0739639Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:28:16.0740264Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:28:16.0740882Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:28:16.0741779Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:28:16.0742309Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:28:16.0742798Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:28:16.0743315Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:28:16.0743780Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:28:16.0744242Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:28:16.0744709Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:28:16.0745199Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:28:16.0745666Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:28:16.0746142Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:28:16.0746657Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:28:16.0747221Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:28:16.0747726Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:28:16.0748283Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:28:16.0748814Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:28:16.0749371Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:28:16.0749829Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-09-27T16:28:16.0750206Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:28:16.0750685Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-09-27T16:28:16.0751081Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:28:16.0751480Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-09-27T16:28:16.0751884Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:28:16.0752292Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-09-27T16:28:16.0752730Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:28:16.0753195Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-09-27T16:28:16.0753608Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:28:16.0754037Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-09-27T16:28:16.0754488Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:28:16.0754975Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-09-27T16:28:16.0766286Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (2 ms) 2022-09-27T16:28:16.0767019Z [ RUN ] ModuleTest.PrettyPrint 2022-09-27T16:28:16.0767559Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-09-27T16:28:16.0768284Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-09-27T16:28:16.0769290Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-09-27T16:28:16.0769723Z [----------] 52 tests from ModuleTest (26 ms total) 2022-09-27T16:28:16.0769874Z 2022-09-27T16:28:16.0770026Z [----------] 11 tests from ModuleDictTest 2022-09-27T16:28:16.0770322Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-09-27T16:28:16.0770665Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-09-27T16:28:16.0771027Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-09-27T16:28:16.0771391Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-09-27T16:28:16.0771761Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-09-27T16:28:16.0778562Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-09-27T16:28:16.0779180Z [ RUN ] ModuleDictTest.UpdateExist 2022-09-27T16:28:16.0779506Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-09-27T16:28:16.0779790Z [ RUN ] ModuleDictTest.Keys 2022-09-27T16:28:16.0791407Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-09-27T16:28:16.0791919Z [ RUN ] ModuleDictTest.Values 2022-09-27T16:28:16.0792325Z [ OK ] ModuleDictTest.Values (0 ms) 2022-09-27T16:28:16.0792700Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-09-27T16:28:16.0803199Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (1 ms) 2022-09-27T16:28:16.0803592Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-09-27T16:28:16.0803954Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-09-27T16:28:16.0804278Z [ RUN ] ModuleDictTest.IsCloneable 2022-09-27T16:28:16.0806702Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-09-27T16:28:16.0807525Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-09-27T16:28:16.0808755Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:28:16.0809639Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-09-27T16:28:16.0810574Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-09-27T16:28:16.0811206Z [----------] 11 tests from ModuleDictTest (4 ms total) 2022-09-27T16:28:16.0811465Z 2022-09-27T16:28:16.0811686Z [----------] 15 tests from ModuleListTest 2022-09-27T16:28:16.0812178Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-09-27T16:28:16.0812609Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:28:16.0812998Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-09-27T16:28:16.0813374Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:28:16.0813752Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-09-27T16:28:16.0814135Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:28:16.0814487Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-09-27T16:28:16.0814899Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:28:16.0815220Z [ RUN ] ModuleListTest.Insertion 2022-09-27T16:28:16.0815521Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-09-27T16:28:16.0815808Z [ RUN ] ModuleListTest.AccessWithAt 2022-09-27T16:28:16.0833808Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-09-27T16:28:16.0834186Z [ RUN ] ModuleListTest.AccessWithPtr 2022-09-27T16:28:16.0854044Z [ OK ] ModuleListTest.AccessWithPtr (2 ms) 2022-09-27T16:28:16.0854742Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-09-27T16:28:16.0855535Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:28:16.0856390Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-09-27T16:28:16.0856937Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-09-27T16:28:16.0857341Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-09-27T16:28:16.0857698Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-09-27T16:28:16.0858010Z [ RUN ] ModuleListTest.IsCloneable 2022-09-27T16:28:16.0859552Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-09-27T16:28:16.0860203Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-09-27T16:28:16.0860818Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:28:16.0861317Z [ RUN ] ModuleListTest.NestingIsPossible 2022-09-27T16:28:16.0861706Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-09-27T16:28:16.0862055Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-09-27T16:28:16.0862434Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-09-27T16:28:16.0863055Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-09-27T16:28:16.0863481Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-09-27T16:28:16.0863824Z [----------] 15 tests from ModuleListTest (5 ms total) 2022-09-27T16:28:16.0863967Z 2022-09-27T16:28:16.0864119Z [----------] 256 tests from ModulesTest 2022-09-27T16:28:16.0864384Z [ RUN ] ModulesTest.Conv1d 2022-09-27T16:28:16.0883289Z [ OK ] ModulesTest.Conv1d (2 ms) 2022-09-27T16:28:16.0883676Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-09-27T16:28:16.0915037Z [ OK ] ModulesTest.Conv1dSameStrided (3 ms) 2022-09-27T16:28:16.0915413Z [ RUN ] ModulesTest.Conv2dEven 2022-09-27T16:28:16.0918821Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-09-27T16:28:16.0919197Z [ RUN ] ModulesTest.Conv2dUneven 2022-09-27T16:28:16.0921349Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-09-27T16:28:16.0921863Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-09-27T16:28:16.0982746Z [ OK ] ModulesTest.Conv2dSameStrided (6 ms) 2022-09-27T16:28:16.0983279Z [ RUN ] ModulesTest.Conv3d 2022-09-27T16:28:16.0987098Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-09-27T16:28:16.0987397Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-09-27T16:28:16.1050560Z [ OK ] ModulesTest.Conv3dSameStrided (6 ms) 2022-09-27T16:28:16.1051042Z [ RUN ] ModulesTest.ConvTranspose1d 2022-09-27T16:28:16.1053272Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-09-27T16:28:16.1053672Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-09-27T16:28:16.1057347Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-09-27T16:28:16.1057686Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-09-27T16:28:16.1061480Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-09-27T16:28:16.1061797Z [ RUN ] ModulesTest.ConvTranspose3d 2022-09-27T16:28:16.1064925Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-09-27T16:28:16.1065268Z [ RUN ] ModulesTest.MaxPool1d 2022-09-27T16:28:16.1066544Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-09-27T16:28:16.1066914Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-09-27T16:28:16.1067798Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-09-27T16:28:16.1068229Z [ RUN ] ModulesTest.MaxPool2dEven 2022-09-27T16:28:16.1069297Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-09-27T16:28:16.1069713Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-09-27T16:28:16.1070391Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-09-27T16:28:16.1070777Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-09-27T16:28:16.1071890Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-09-27T16:28:16.1072255Z [ RUN ] ModulesTest.MaxPool3d 2022-09-27T16:28:16.1074019Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-09-27T16:28:16.1074452Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-09-27T16:28:16.1074978Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-09-27T16:28:16.1075367Z [ RUN ] ModulesTest.AvgPool1d 2022-09-27T16:28:16.1076945Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-09-27T16:28:16.1077339Z [ RUN ] ModulesTest.AvgPool2dEven 2022-09-27T16:28:16.1077929Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-09-27T16:28:16.1078374Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-09-27T16:28:16.1079234Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-09-27T16:28:16.1079648Z [ RUN ] ModulesTest.AvgPool3d 2022-09-27T16:28:16.1080576Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-09-27T16:28:16.1080954Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-09-27T16:28:16.1082660Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-09-27T16:28:16.1083152Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-09-27T16:28:16.1083779Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-09-27T16:28:16.1084221Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-09-27T16:28:16.1085102Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:28:16.1085543Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-09-27T16:28:16.1087478Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-09-27T16:28:16.1088226Z [ RUN ] ModulesTest.LPPool1d 2022-09-27T16:28:16.1089205Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-09-27T16:28:16.1089801Z [ RUN ] ModulesTest.LPPool2d 2022-09-27T16:28:16.1090363Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-09-27T16:28:16.1090942Z [ RUN ] ModulesTest.Identity 2022-09-27T16:28:16.1091540Z [ OK ] ModulesTest.Identity (0 ms) 2022-09-27T16:28:16.1092093Z [ RUN ] ModulesTest.Flatten 2022-09-27T16:28:16.1092903Z [ OK ] ModulesTest.Flatten (0 ms) 2022-09-27T16:28:16.1093481Z [ RUN ] ModulesTest.Unflatten 2022-09-27T16:28:16.1094426Z [W TensorImpl.h:1694] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-09-27T16:28:16.1095748Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-09-27T16:28:16.1096389Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-09-27T16:28:16.1097278Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:28:16.1098049Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-09-27T16:28:16.1098886Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-09-27T16:28:16.1099653Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-09-27T16:28:16.1100662Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-09-27T16:28:16.1101408Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-09-27T16:28:16.1102139Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-09-27T16:28:16.1102952Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-09-27T16:28:16.1104083Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-09-27T16:28:16.1104989Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-09-27T16:28:16.1105918Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-09-27T16:28:16.1106706Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-09-27T16:28:16.1107578Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:28:16.1108384Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-09-27T16:28:16.1109218Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-09-27T16:28:16.1109956Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-09-27T16:28:16.1110809Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:28:16.1111511Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-09-27T16:28:16.1112255Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-09-27T16:28:16.1112998Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-09-27T16:28:16.1113916Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-09-27T16:28:16.1114889Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-09-27T16:28:16.1115886Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:28:16.1116647Z [ RUN ] ModulesTest.MaxUnpool1d 2022-09-27T16:28:16.1117538Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-09-27T16:28:16.1118322Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-09-27T16:28:16.1119252Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-09-27T16:28:16.1120002Z [ RUN ] ModulesTest.MaxUnpool2d 2022-09-27T16:28:16.1120880Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-09-27T16:28:16.1121664Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-09-27T16:28:16.1122568Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-09-27T16:28:16.1123378Z [ RUN ] ModulesTest.MaxUnpool3d 2022-09-27T16:28:16.1124257Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-09-27T16:28:16.1125055Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-09-27T16:28:16.1126992Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-09-27T16:28:16.1127692Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-09-27T16:28:16.2352512Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (122 ms) 2022-09-27T16:28:16.2353161Z [ RUN ] ModulesTest.Linear 2022-09-27T16:28:16.2355063Z [ OK ] ModulesTest.Linear (0 ms) 2022-09-27T16:28:16.2355722Z [ RUN ] ModulesTest.LocalResponseNorm 2022-09-27T16:28:16.2359381Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-09-27T16:28:16.2359999Z [ RUN ] ModulesTest.LayerNorm 2022-09-27T16:28:16.2361218Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-09-27T16:28:16.2362131Z [ RUN ] ModulesTest.GroupNorm 2022-09-27T16:28:16.2363424Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-09-27T16:28:16.2363979Z [ RUN ] ModulesTest.Bilinear 2022-09-27T16:28:16.2366590Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-09-27T16:28:16.2367151Z [ RUN ] ModulesTest.Fold 2022-09-27T16:28:16.2390953Z [ OK ] ModulesTest.Fold (2 ms) 2022-09-27T16:28:16.2391501Z [ RUN ] ModulesTest.Unfold 2022-09-27T16:28:16.2458267Z [ OK ] ModulesTest.Unfold (6 ms) 2022-09-27T16:28:16.2459069Z [ RUN ] ModulesTest.SimpleContainer 2022-09-27T16:28:16.2476715Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-09-27T16:28:16.2477613Z [ RUN ] ModulesTest.EmbeddingBasic 2022-09-27T16:28:16.2478438Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-09-27T16:28:16.2479059Z [ RUN ] ModulesTest.EmbeddingList 2022-09-27T16:28:16.2479720Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-09-27T16:28:16.2480416Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-09-27T16:28:16.2481163Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-09-27T16:28:16.2481949Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-09-27T16:28:16.2482755Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-09-27T16:28:16.2483451Z [ RUN ] ModulesTest.AlphaDropout 2022-09-27T16:28:16.2484066Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-09-27T16:28:16.2484738Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-09-27T16:28:16.2485456Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-09-27T16:28:16.2486014Z [ RUN ] ModulesTest.Dropout 2022-09-27T16:28:16.2486957Z [ OK ] ModulesTest.Dropout (0 ms) 2022-09-27T16:28:16.2487610Z [ RUN ] ModulesTest.Dropout2d 2022-09-27T16:28:16.2491494Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-09-27T16:28:16.2492249Z [ RUN ] ModulesTest.Dropout3d 2022-09-27T16:28:16.2497187Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-09-27T16:28:16.2497974Z [ RUN ] ModulesTest.Parameters 2022-09-27T16:28:16.2498836Z [ OK ] ModulesTest.Parameters (0 ms) 2022-09-27T16:28:16.2499592Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-09-27T16:28:16.2500426Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-09-27T16:28:16.2501238Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-09-27T16:28:16.2502018Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-09-27T16:28:16.2502790Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-09-27T16:28:16.2503557Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-09-27T16:28:16.2504253Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-09-27T16:28:16.2504954Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-09-27T16:28:16.2505645Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-09-27T16:28:16.2506325Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-09-27T16:28:16.2506956Z [ RUN ] ModulesTest.BatchNorm1d 2022-09-27T16:28:16.2525236Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-09-27T16:28:16.2526088Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-09-27T16:28:16.2526784Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-09-27T16:28:16.2527500Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-09-27T16:28:16.2528220Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-09-27T16:28:16.2529084Z [ RUN ] ModulesTest.BatchNorm2d 2022-09-27T16:28:16.2529718Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-09-27T16:28:16.2530373Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-09-27T16:28:16.2531298Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-09-27T16:28:16.2531999Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-09-27T16:28:16.2532725Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-09-27T16:28:16.2533381Z [ RUN ] ModulesTest.BatchNorm3d 2022-09-27T16:28:16.2534027Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-09-27T16:28:16.2534712Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-09-27T16:28:16.2535450Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-09-27T16:28:16.2536253Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-09-27T16:28:16.2537024Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-09-27T16:28:16.2537703Z [ RUN ] ModulesTest.InstanceNorm1d 2022-09-27T16:28:16.2538342Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-09-27T16:28:16.2539032Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-09-27T16:28:16.2539776Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-09-27T16:28:16.2540510Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-09-27T16:28:16.2541239Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-09-27T16:28:16.2541913Z [ RUN ] ModulesTest.InstanceNorm2d 2022-09-27T16:28:16.2542559Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-09-27T16:28:16.2543225Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-09-27T16:28:16.2543964Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-09-27T16:28:16.2544709Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-09-27T16:28:16.2545440Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-09-27T16:28:16.2546119Z [ RUN ] ModulesTest.InstanceNorm3d 2022-09-27T16:28:16.2546773Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-09-27T16:28:16.2547371Z [ RUN ] ModulesTest.L1Loss 2022-09-27T16:28:16.2547984Z [ OK ] ModulesTest.L1Loss (1 ms) 2022-09-27T16:28:16.2548560Z [ RUN ] ModulesTest.MSELoss 2022-09-27T16:28:16.2549139Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-09-27T16:28:16.2549698Z [ RUN ] ModulesTest.BCELoss 2022-09-27T16:28:16.2550279Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-09-27T16:28:16.2550862Z [ RUN ] ModulesTest.KLDivLoss 2022-09-27T16:28:16.2552326Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-09-27T16:28:16.2553443Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-09-27T16:28:16.2554101Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-09-27T16:28:16.2554836Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:28:16.2555496Z [ RUN ] ModulesTest.MultiMarginLoss 2022-09-27T16:28:16.2556130Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-09-27T16:28:16.2556798Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-09-27T16:28:16.2557497Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-09-27T16:28:16.2558221Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-09-27T16:28:16.2559007Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:28:16.2559770Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-09-27T16:28:16.2560500Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:28:16.2561320Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:28:16.2562222Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:28:16.2563026Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-09-27T16:28:16.2563848Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:28:16.2564574Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-09-27T16:28:16.2565298Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-09-27T16:28:16.2566071Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-09-27T16:28:16.2566929Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:28:16.2567682Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-09-27T16:28:16.2568389Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:28:16.2569149Z [ RUN ] ModulesTest.HuberLossDelta 2022-09-27T16:28:16.2569799Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-09-27T16:28:16.2570460Z [ RUN ] ModulesTest.TripletMarginLoss 2022-09-27T16:28:16.2571135Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-09-27T16:28:16.2571991Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:28:16.2699073Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (14 ms) 2022-09-27T16:28:16.2700109Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-09-27T16:28:16.2932354Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (23 ms) 2022-09-27T16:28:16.2933154Z [ RUN ] ModulesTest.NLLLoss 2022-09-27T16:28:16.2934410Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-09-27T16:28:16.2935026Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-09-27T16:28:16.2940012Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-09-27T16:28:16.2940680Z [ RUN ] ModulesTest.CosineSimilarity 2022-09-27T16:28:16.2943441Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-09-27T16:28:16.2944179Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-09-27T16:28:16.2945436Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:28:16.2946330Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:28:16.2949032Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:28:16.2949566Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-09-27T16:28:16.2950251Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-09-27T16:28:16.2950690Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:28:16.2953315Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-09-27T16:28:16.2953904Z [ RUN ] ModulesTest.PairwiseDistance 2022-09-27T16:28:16.2955175Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-09-27T16:28:16.2955718Z [ RUN ] ModulesTest.ELU 2022-09-27T16:28:16.2965154Z [ OK ] ModulesTest.ELU (1 ms) 2022-09-27T16:28:16.2965507Z [ RUN ] ModulesTest.SELU 2022-09-27T16:28:16.2967909Z [ OK ] ModulesTest.SELU (0 ms) 2022-09-27T16:28:16.2968243Z [ RUN ] ModulesTest.Hardshrink 2022-09-27T16:28:16.2974735Z [ OK ] ModulesTest.Hardshrink (0 ms) 2022-09-27T16:28:16.2975266Z [ RUN ] ModulesTest.Hardtanh 2022-09-27T16:28:16.2995563Z [ OK ] ModulesTest.Hardtanh (2 ms) 2022-09-27T16:28:16.2996139Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-09-27T16:28:16.3066043Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (7 ms) 2022-09-27T16:28:16.3066402Z [ RUN ] ModulesTest.LeakyReLU 2022-09-27T16:28:16.3075606Z [ OK ] ModulesTest.LeakyReLU (0 ms) 2022-09-27T16:28:16.3075928Z [ RUN ] ModulesTest.LogSigmoid 2022-09-27T16:28:16.3077342Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-09-27T16:28:16.3077694Z [ RUN ] ModulesTest.Softmax 2022-09-27T16:28:16.3078485Z [ OK ] ModulesTest.Softmax (0 ms) 2022-09-27T16:28:16.3078829Z [ RUN ] ModulesTest.Softmin 2022-09-27T16:28:16.3079946Z [ OK ] ModulesTest.Softmin (0 ms) 2022-09-27T16:28:16.3080444Z [ RUN ] ModulesTest.LogSoftmax 2022-09-27T16:28:16.3081103Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-09-27T16:28:16.3081482Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-09-27T16:28:16.3102353Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (2 ms) 2022-09-27T16:28:16.3102670Z [ RUN ] ModulesTest.Softmax2d 2022-09-27T16:28:16.3110817Z [ OK ] ModulesTest.Softmax2d (0 ms) 2022-09-27T16:28:16.3111104Z [ RUN ] ModulesTest.PReLU 2022-09-27T16:28:16.3114689Z [ OK ] ModulesTest.PReLU (0 ms) 2022-09-27T16:28:16.3114967Z [ RUN ] ModulesTest.ReLU 2022-09-27T16:28:16.3117305Z [ OK ] ModulesTest.ReLU (0 ms) 2022-09-27T16:28:16.3117610Z [ RUN ] ModulesTest.ReLU6 2022-09-27T16:28:16.3119650Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-09-27T16:28:16.3119949Z [ RUN ] ModulesTest.RReLU 2022-09-27T16:28:16.3150567Z [ OK ] ModulesTest.RReLU (3 ms) 2022-09-27T16:28:16.3150837Z [ RUN ] ModulesTest.CELU 2022-09-27T16:28:16.3158198Z [ OK ] ModulesTest.CELU (0 ms) 2022-09-27T16:28:16.3158516Z [ RUN ] ModulesTest.GLU 2022-09-27T16:28:16.3160778Z [ OK ] ModulesTest.GLU (0 ms) 2022-09-27T16:28:16.3161037Z [ RUN ] ModulesTest.GELU 2022-09-27T16:28:16.3162646Z [ OK ] ModulesTest.GELU (0 ms) 2022-09-27T16:28:16.3162978Z [ RUN ] ModulesTest.TanhGELU 2022-09-27T16:28:16.3163860Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-09-27T16:28:16.3164279Z [ RUN ] ModulesTest.Mish 2022-09-27T16:28:16.3164921Z [ OK ] ModulesTest.Mish (0 ms) 2022-09-27T16:28:16.3165370Z [ RUN ] ModulesTest.Sigmoid 2022-09-27T16:28:16.3165829Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-09-27T16:28:16.3166125Z [ RUN ] ModulesTest.PixelShuffle 2022-09-27T16:28:16.3168005Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-09-27T16:28:16.3168497Z [ RUN ] ModulesTest.PixelUnshuffle 2022-09-27T16:28:16.3169618Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-09-27T16:28:16.3170261Z [ RUN ] ModulesTest.Softplus 2022-09-27T16:28:16.3176502Z [ OK ] ModulesTest.Softplus (0 ms) 2022-09-27T16:28:16.3177091Z [ RUN ] ModulesTest.Softshrink 2022-09-27T16:28:16.3181952Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-09-27T16:28:16.3182356Z [ RUN ] ModulesTest.Softsign 2022-09-27T16:28:16.3182765Z [ OK ] ModulesTest.Softsign (0 ms) 2022-09-27T16:28:16.3183119Z [ RUN ] ModulesTest.Tanh 2022-09-27T16:28:16.3183458Z [ OK ] ModulesTest.Tanh (0 ms) 2022-09-27T16:28:16.3183733Z [ RUN ] ModulesTest.Tanhshrink 2022-09-27T16:28:16.3184071Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-09-27T16:28:16.3184352Z [ RUN ] ModulesTest.Threshold 2022-09-27T16:28:16.3195766Z [ OK ] ModulesTest.Threshold (1 ms) 2022-09-27T16:28:16.3196294Z [ RUN ] ModulesTest.Upsampling1D 2022-09-27T16:28:16.3197909Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3200068Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3201894Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3202975Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3204712Z [ OK ] ModulesTest.Upsampling1D (0 ms) 2022-09-27T16:28:16.3205073Z [ RUN ] ModulesTest.Upsampling2D 2022-09-27T16:28:16.3206261Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3207491Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3209431Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3210650Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3212078Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3213062Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3214739Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3215826Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3216885Z [ OK ] ModulesTest.Upsampling2D (1 ms) 2022-09-27T16:28:16.3217239Z [ RUN ] ModulesTest.Upsampling3D 2022-09-27T16:28:16.3218564Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3219686Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3221937Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3222843Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:28:16.3223994Z [ OK ] ModulesTest.Upsampling3D (0 ms) 2022-09-27T16:28:16.3224341Z [ RUN ] ModulesTest.CTCLoss 2022-09-27T16:28:16.3227160Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-09-27T16:28:16.3227514Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-09-27T16:28:16.3229260Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-09-27T16:28:16.3229638Z [ RUN ] ModulesTest.MarginRankingLoss 2022-09-27T16:28:16.3232784Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-09-27T16:28:16.3234298Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-09-27T16:28:16.3294649Z [ OK ] ModulesTest.BCEWithLogitsLoss (6 ms) 2022-09-27T16:28:16.3295404Z [ RUN ] ModulesTest.MultiheadAttention 2022-09-27T16:28:23.0413310Z [ OK ] ModulesTest.MultiheadAttention (6711 ms) 2022-09-27T16:28:23.0413724Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-09-27T16:28:23.0414204Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-09-27T16:28:23.0414587Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-09-27T16:28:23.0415070Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-09-27T16:28:23.0415456Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-09-27T16:28:23.0415834Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-09-27T16:28:23.0416216Z [ RUN ] ModulesTest.ReflectionPad1d 2022-09-27T16:28:23.0416649Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-09-27T16:28:23.0417290Z [ RUN ] ModulesTest.ReflectionPad2d 2022-09-27T16:28:23.0417597Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-09-27T16:28:23.0417900Z [ RUN ] ModulesTest.ReflectionPad3d 2022-09-27T16:28:23.0420136Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-09-27T16:28:23.0420586Z [ RUN ] ModulesTest.ReplicationPad1d 2022-09-27T16:28:23.0421469Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-09-27T16:28:23.0421838Z [ RUN ] ModulesTest.ReplicationPad2d 2022-09-27T16:28:23.0427666Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-09-27T16:28:23.0428096Z [ RUN ] ModulesTest.ReplicationPad3d 2022-09-27T16:28:23.0430767Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-09-27T16:28:23.0431136Z [ RUN ] ModulesTest.ZeroPad2d 2022-09-27T16:28:23.0433163Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-09-27T16:28:23.0433838Z [ RUN ] ModulesTest.ConstantPad1d 2022-09-27T16:28:23.0434858Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-09-27T16:28:23.0435396Z [ RUN ] ModulesTest.ConstantPad2d 2022-09-27T16:28:23.0436271Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-09-27T16:28:23.0436802Z [ RUN ] ModulesTest.ConstantPad3d 2022-09-27T16:28:23.0439526Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-09-27T16:28:23.0439833Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-09-27T16:28:23.0444669Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-09-27T16:28:23.0444976Z [ RUN ] ModulesTest.RNNCell 2022-09-27T16:28:23.0447184Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-09-27T16:28:23.0447517Z [ RUN ] ModulesTest.LSTMCell 2022-09-27T16:28:23.0451240Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-09-27T16:28:23.0451524Z [ RUN ] ModulesTest.GRUCell 2022-09-27T16:28:23.0455012Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-09-27T16:28:23.0455730Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-09-27T16:28:23.0456437Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-09-27T16:28:23.0457144Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-09-27T16:28:23.0457869Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-09-27T16:28:23.0458551Z [ RUN ] ModulesTest.PrettyPrintConv 2022-09-27T16:28:23.0459217Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-09-27T16:28:23.0459934Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-09-27T16:28:23.0460727Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-09-27T16:28:23.0461439Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-09-27T16:28:23.0462149Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-09-27T16:28:23.0462832Z [ RUN ] ModulesTest.PrettyPrintFold 2022-09-27T16:28:23.0463510Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-09-27T16:28:23.0464155Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-09-27T16:28:23.0464839Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-09-27T16:28:23.0465531Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-09-27T16:28:23.0466262Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-09-27T16:28:23.0466970Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-09-27T16:28:23.0467679Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-09-27T16:28:23.0468510Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-09-27T16:28:23.0469308Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-09-27T16:28:23.0470052Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-09-27T16:28:23.0470745Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-09-27T16:28:23.0471484Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-09-27T16:28:23.0472504Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-09-27T16:28:23.0473306Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-09-27T16:28:23.0474102Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-09-27T16:28:23.0474863Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-09-27T16:28:23.0475603Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-09-27T16:28:23.0476318Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-09-27T16:28:23.0477020Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-09-27T16:28:23.0477810Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-09-27T16:28:23.0478559Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-09-27T16:28:23.0479247Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-09-27T16:28:23.0479959Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-09-27T16:28:23.0480683Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-09-27T16:28:23.0481410Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-09-27T16:28:23.0482135Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-09-27T16:28:23.0482872Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-09-27T16:28:23.0483606Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-09-27T16:28:23.0484325Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-09-27T16:28:23.0485063Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-09-27T16:28:23.0485816Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-09-27T16:28:23.0486547Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-09-27T16:28:23.0487326Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-09-27T16:28:23.0488094Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-09-27T16:28:23.0489027Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-09-27T16:28:23.0489806Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-09-27T16:28:23.0490584Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-09-27T16:28:23.0491319Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-09-27T16:28:23.0492021Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-09-27T16:28:23.0492730Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-09-27T16:28:23.0493461Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-09-27T16:28:23.0494214Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-09-27T16:28:23.0495039Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-09-27T16:28:23.0495797Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-09-27T16:28:23.0496498Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-09-27T16:28:23.0497231Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-09-27T16:28:23.0498099Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-09-27T16:28:23.0498813Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-09-27T16:28:23.0499504Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-09-27T16:28:23.0500174Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-09-27T16:28:23.0500904Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-09-27T16:28:23.0501602Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-09-27T16:28:23.0502313Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-09-27T16:28:23.0502990Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-09-27T16:28:23.0503698Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-09-27T16:28:23.0504465Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-09-27T16:28:23.0505291Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-09-27T16:28:23.0506251Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-09-27T16:28:23.0507108Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-09-27T16:28:23.0507985Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-09-27T16:28:23.0508814Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-09-27T16:28:23.0509716Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-09-27T16:28:23.0510729Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-09-27T16:28:23.0511609Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-09-27T16:28:23.0512312Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-09-27T16:28:23.0513070Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-09-27T16:28:23.0513856Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-09-27T16:28:23.0514684Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-09-27T16:28:23.0515560Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-09-27T16:28:23.0516452Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-09-27T16:28:23.0517357Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-09-27T16:28:23.0518193Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-09-27T16:28:23.0518973Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-09-27T16:28:23.0519744Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-09-27T16:28:23.0520555Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-09-27T16:28:23.0521358Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-09-27T16:28:23.0522149Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-09-27T16:28:23.0522935Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-09-27T16:28:23.0523718Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-09-27T16:28:23.0524483Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-09-27T16:28:23.0525250Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-09-27T16:28:23.0525998Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-09-27T16:28:23.0526726Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-09-27T16:28:23.0527433Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-09-27T16:28:23.0528181Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-09-27T16:28:23.0529018Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-09-27T16:28:23.0529750Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-09-27T16:28:23.0530432Z [ RUN ] ModulesTest.PrettyPrintELU 2022-09-27T16:28:23.0531086Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-09-27T16:28:23.0531727Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-09-27T16:28:23.0532377Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-09-27T16:28:23.0533023Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-09-27T16:28:23.0533689Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-09-27T16:28:23.0534353Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-09-27T16:28:23.0535079Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-09-27T16:28:23.0535786Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-09-27T16:28:23.0536478Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-09-27T16:28:23.0537171Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-09-27T16:28:23.0537893Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-09-27T16:28:23.0538607Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-09-27T16:28:23.0539321Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-09-27T16:28:23.0540031Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-09-27T16:28:23.0540846Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-09-27T16:28:23.0541512Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-09-27T16:28:23.0542215Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-09-27T16:28:23.0542927Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-09-27T16:28:23.0543651Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-09-27T16:28:23.0544369Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-09-27T16:28:23.0545098Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-09-27T16:28:23.0545860Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-09-27T16:28:23.0546533Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-09-27T16:28:23.0547194Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-09-27T16:28:23.0547861Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-09-27T16:28:23.0548587Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-09-27T16:28:23.0549276Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-09-27T16:28:23.0549951Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-09-27T16:28:23.0550624Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-09-27T16:28:23.0551289Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-09-27T16:28:23.0551966Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-09-27T16:28:23.0552630Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-09-27T16:28:23.0553339Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-09-27T16:28:23.0554066Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-09-27T16:28:23.0554820Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-09-27T16:28:23.0555574Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-09-27T16:28:23.0556364Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-09-27T16:28:23.0557108Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-09-27T16:28:23.0557808Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-09-27T16:28:23.0558533Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-09-27T16:28:23.0559265Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-09-27T16:28:23.0559958Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-09-27T16:28:23.0560679Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-09-27T16:28:23.0561351Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-09-27T16:28:23.0562024Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-09-27T16:28:23.0562696Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-09-27T16:28:23.0563428Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-09-27T16:28:23.0564144Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-09-27T16:28:23.0564851Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-09-27T16:28:23.0565580Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-09-27T16:28:23.0566285Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-09-27T16:28:23.0567005Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-09-27T16:28:23.0567800Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-09-27T16:28:23.0568602Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-09-27T16:28:23.0569537Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-09-27T16:28:23.0570321Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-09-27T16:28:23.0571107Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-09-27T16:28:23.0571864Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-09-27T16:28:23.0572619Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-09-27T16:28:23.0573426Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-09-27T16:28:23.0574389Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-09-27T16:28:23.0575214Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-09-27T16:28:23.0576047Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-09-27T16:28:23.0576881Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-09-27T16:28:23.0577723Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-09-27T16:28:23.0578457Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-09-27T16:28:23.0579224Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-09-27T16:28:23.0579930Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-09-27T16:28:23.0580632Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-09-27T16:28:23.0581330Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-09-27T16:28:23.0582040Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-09-27T16:28:23.0582854Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-09-27T16:28:23.0583862Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-09-27T16:28:23.0584702Z [----------] 256 tests from ModulesTest (6961 ms total) 2022-09-27T16:28:23.0585028Z 2022-09-27T16:28:23.0585328Z [----------] 1 test from NestedTest 2022-09-27T16:28:23.0585851Z [ RUN ] NestedTest.Nested 2022-09-27T16:28:23.0586607Z [W NestedTensorImpl.cpp:177] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator()) 2022-09-27T16:28:23.0587446Z [ OK ] NestedTest.Nested (0 ms) 2022-09-27T16:28:23.0588110Z [----------] 1 test from NestedTest (0 ms total) 2022-09-27T16:28:23.0588419Z 2022-09-27T16:28:23.0588764Z [----------] 10 tests from ParameterDictTest 2022-09-27T16:28:23.0589473Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-09-27T16:28:23.0590265Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-09-27T16:28:23.0591058Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-09-27T16:28:23.0591914Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-09-27T16:28:23.0592704Z [ RUN ] ParameterDictTest.InsertAndContains 2022-09-27T16:28:23.0593447Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-09-27T16:28:23.0594177Z [ RUN ] ParameterDictTest.InsertAndClear 2022-09-27T16:28:23.0594905Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-09-27T16:28:23.0595584Z [ RUN ] ParameterDictTest.InsertAndPop 2022-09-27T16:28:23.0596300Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-09-27T16:28:23.0596991Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-09-27T16:28:23.0597735Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-09-27T16:28:23.0598371Z [ RUN ] ParameterDictTest.Keys 2022-09-27T16:28:23.0598985Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-09-27T16:28:23.0599595Z [ RUN ] ParameterDictTest.Values 2022-09-27T16:28:23.0600224Z [ OK ] ParameterDictTest.Values (0 ms) 2022-09-27T16:28:23.0600801Z [ RUN ] ParameterDictTest.Get 2022-09-27T16:28:23.0601402Z [ OK ] ParameterDictTest.Get (0 ms) 2022-09-27T16:28:23.0602133Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-09-27T16:28:23.0602972Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-09-27T16:28:23.0603784Z [----------] 10 tests from ParameterDictTest (2 ms total) 2022-09-27T16:28:23.0604117Z 2022-09-27T16:28:23.0604458Z [----------] 8 tests from ParameterListTest 2022-09-27T16:28:23.0605198Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-09-27T16:28:23.0606087Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (2 ms) 2022-09-27T16:28:23.0606900Z [ RUN ] ParameterListTest.isEmpty 2022-09-27T16:28:23.0607568Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-09-27T16:28:23.0608290Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-09-27T16:28:23.0609193Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:28:23.0609929Z [ RUN ] ParameterListTest.ForEachLoop 2022-09-27T16:28:23.0610601Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-09-27T16:28:23.0611276Z [ RUN ] ParameterListTest.AccessWithAt 2022-09-27T16:28:23.0612064Z [ OK ] ParameterListTest.AccessWithAt (3 ms) 2022-09-27T16:28:23.0612998Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-09-27T16:28:23.0614190Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-09-27T16:28:23.0615186Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-09-27T16:28:23.0616057Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-09-27T16:28:23.0616806Z [ RUN ] ParameterListTest.IncrementAdd 2022-09-27T16:28:23.0617508Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-09-27T16:28:23.0618240Z [----------] 8 tests from ParameterListTest (6 ms total) 2022-09-27T16:28:23.0618580Z 2022-09-27T16:28:23.0618880Z [----------] 1 test from NamespaceTests 2022-09-27T16:28:23.0619746Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-09-27T16:28:23.0620848Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-09-27T16:28:23.0621744Z [----------] 1 test from NamespaceTests (0 ms total) 2022-09-27T16:28:23.0622042Z 2022-09-27T16:28:23.0622345Z [----------] 7 tests from NNUtilsTest 2022-09-27T16:28:23.0622939Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-09-27T16:28:23.0623572Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-09-27T16:28:23.0624286Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-09-27T16:28:23.2202367Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (161 ms) 2022-09-27T16:28:23.2203173Z [ RUN ] NNUtilsTest.ClipGradValue 2022-09-27T16:28:23.2203847Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-09-27T16:28:23.2204517Z [ RUN ] NNUtilsTest.ConvertParameters 2022-09-27T16:28:23.2207080Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-09-27T16:28:23.2207758Z [ RUN ] NNUtilsTest.PackSequence 2022-09-27T16:28:23.2515362Z [ OK ] NNUtilsTest.PackSequence (30 ms) 2022-09-27T16:28:23.2516113Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-09-27T16:28:23.2649583Z [ OK ] NNUtilsTest.PackPaddedSequence (13 ms) 2022-09-27T16:28:23.2650235Z [ RUN ] NNUtilsTest.PadSequence 2022-09-27T16:28:23.2694212Z [ OK ] NNUtilsTest.PadSequence (4 ms) 2022-09-27T16:28:23.2695070Z [----------] 7 tests from NNUtilsTest (212 ms total) 2022-09-27T16:28:23.2695390Z 2022-09-27T16:28:23.2695738Z [----------] 3 tests from PackedSequenceTest 2022-09-27T16:28:23.2696380Z [ RUN ] PackedSequenceTest.WrongOrder 2022-09-27T16:28:23.2726013Z [ OK ] PackedSequenceTest.WrongOrder (3 ms) 2022-09-27T16:28:23.2726703Z [ RUN ] PackedSequenceTest.TotalLength 2022-09-27T16:28:23.2798303Z [ OK ] PackedSequenceTest.TotalLength (7 ms) 2022-09-27T16:28:23.2798929Z [ RUN ] PackedSequenceTest.To 2022-09-27T16:28:23.2799750Z [ OK ] PackedSequenceTest.To (0 ms) 2022-09-27T16:28:23.2800457Z [----------] 3 tests from PackedSequenceTest (10 ms total) 2022-09-27T16:28:23.2800817Z 2022-09-27T16:28:23.2801098Z [----------] 34 tests from OptimTest 2022-09-27T16:28:23.2801989Z [ RUN ] OptimTest.OptimizerAccessors 2022-09-27T16:28:23.2829436Z [ OK ] OptimTest.OptimizerAccessors (2 ms) 2022-09-27T16:28:23.2830080Z [ RUN ] OptimTest.OldInterface 2022-09-27T16:28:23.2830877Z [ OK ] OptimTest.OldInterface (0 ms) 2022-09-27T16:28:23.2831222Z [ RUN ] OptimTest.XORConvergence_SGD 2022-09-27T16:28:24.2581581Z [ OK ] OptimTest.XORConvergence_SGD (974 ms) 2022-09-27T16:28:24.2582433Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-09-27T16:28:24.9492548Z [ OK ] OptimTest.XORConvergence_LBFGS (691 ms) 2022-09-27T16:28:25.3436148Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-09-27T16:28:25.3436853Z [ OK ] OptimTest.XORConvergence_Adagrad (394 ms) 2022-09-27T16:28:25.3437542Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-09-27T16:28:25.7248411Z [ OK ] OptimTest.XORConvergence_RMSprop (381 ms) 2022-09-27T16:28:25.7249467Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-09-27T16:28:26.9430945Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1218 ms) 2022-09-27T16:28:26.9431338Z [ RUN ] OptimTest.XORConvergence_Adam 2022-09-27T16:28:27.3425866Z [ OK ] OptimTest.XORConvergence_Adam (399 ms) 2022-09-27T16:28:27.3426737Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-09-27T16:28:27.7429917Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (400 ms) 2022-09-27T16:28:27.7430357Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-09-27T16:28:27.9000046Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (157 ms) 2022-09-27T16:28:27.9000554Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-09-27T16:28:28.0616265Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (161 ms) 2022-09-27T16:28:28.0616800Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-09-27T16:28:28.2294123Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (167 ms) 2022-09-27T16:28:28.2294540Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-09-27T16:28:28.6365547Z [ OK ] OptimTest.XORConvergence_AdamW (407 ms) 2022-09-27T16:28:28.6366015Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-09-27T16:28:29.0458286Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (409 ms) 2022-09-27T16:28:29.0458727Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-09-27T16:28:29.2088073Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (163 ms) 2022-09-27T16:28:29.2088753Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-09-27T16:28:29.3652815Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (156 ms) 2022-09-27T16:28:29.3653319Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-09-27T16:28:29.5332628Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (167 ms) 2022-09-27T16:28:29.5333177Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-09-27T16:28:29.6652946Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (131 ms) 2022-09-27T16:28:29.6653462Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-09-27T16:28:29.8023010Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (137 ms) 2022-09-27T16:28:29.8023614Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-09-27T16:28:29.9395472Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (137 ms) 2022-09-27T16:28:29.9395984Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-09-27T16:28:30.0793220Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (139 ms) 2022-09-27T16:28:30.0794039Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-09-27T16:28:30.2228733Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (143 ms) 2022-09-27T16:28:30.2229362Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-09-27T16:28:30.3785365Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (155 ms) 2022-09-27T16:28:30.3786017Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-09-27T16:28:30.5425578Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (163 ms) 2022-09-27T16:28:30.5426041Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-09-27T16:28:30.6460356Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (103 ms) 2022-09-27T16:28:30.6460881Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-09-27T16:28:30.7567962Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (110 ms) 2022-09-27T16:28:30.7568572Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-09-27T16:28:30.8828580Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (126 ms) 2022-09-27T16:28:30.8829198Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-09-27T16:28:31.0131386Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (130 ms) 2022-09-27T16:28:31.0131934Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-09-27T16:28:31.1323211Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (119 ms) 2022-09-27T16:28:31.1323800Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-09-27T16:28:31.6265975Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (494 ms) 2022-09-27T16:28:31.6266358Z [ RUN ] OptimTest.ZeroGrad 2022-09-27T16:28:31.6266647Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-09-27T16:28:31.6266995Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-09-27T16:28:31.6267875Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-09-27T16:28:31.6268408Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-09-27T16:28:31.6269973Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-09-27T16:28:31.6270377Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-09-27T16:28:31.6270975Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-09-27T16:28:31.6271417Z [----------] 34 tests from OptimTest (8347 ms total) 2022-09-27T16:28:31.6271569Z 2022-09-27T16:28:31.6271725Z [----------] 29 tests from OrderedDictTest 2022-09-27T16:28:31.6272071Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-09-27T16:28:31.6272504Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-09-27T16:28:31.6272975Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-09-27T16:28:31.6273479Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-09-27T16:28:31.6273933Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-09-27T16:28:31.6274377Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-09-27T16:28:31.6274840Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:28:31.6306430Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (3 ms) 2022-09-27T16:28:31.6306851Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-09-27T16:28:31.6307222Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-09-27T16:28:31.6307665Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-09-27T16:28:31.6328969Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-09-27T16:28:31.6329436Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-09-27T16:28:31.6329828Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-09-27T16:28:31.6330195Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-09-27T16:28:31.6339056Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-09-27T16:28:31.6339432Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-09-27T16:28:31.6339962Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-09-27T16:28:31.6340315Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-09-27T16:28:31.6350021Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-09-27T16:28:31.6350754Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-09-27T16:28:31.6351628Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-09-27T16:28:31.6352206Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-09-27T16:28:31.6352805Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-09-27T16:28:31.6353394Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:28:31.6353991Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-09-27T16:28:31.6354595Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-09-27T16:28:31.6355237Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-09-27T16:28:31.6355850Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-09-27T16:28:31.6372987Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-09-27T16:28:31.6373788Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-09-27T16:28:31.6374305Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-09-27T16:28:31.6374761Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-09-27T16:28:31.6384881Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-09-27T16:28:31.6385543Z [ RUN ] OrderedDictTest.CanIterateItems 2022-09-27T16:28:31.6385919Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-09-27T16:28:31.6386239Z [ RUN ] OrderedDictTest.EraseWorks 2022-09-27T16:28:31.6386535Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-09-27T16:28:31.6386874Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-09-27T16:28:31.6387247Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-09-27T16:28:31.6387587Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-09-27T16:28:31.6387988Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-09-27T16:28:31.6388318Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-09-27T16:28:31.6388645Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-09-27T16:28:31.6388958Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-09-27T16:28:31.6389297Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-09-27T16:28:31.6389619Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-09-27T16:28:31.6389930Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-09-27T16:28:31.6390268Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-09-27T16:28:31.6390621Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-09-27T16:28:31.6391018Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-09-27T16:28:31.6407513Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-09-27T16:28:31.6408392Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-09-27T16:28:31.6408901Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-09-27T16:28:31.6409249Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-09-27T16:28:31.6409626Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-09-27T16:28:31.6409988Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-09-27T16:28:31.6410336Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-09-27T16:28:31.6410759Z [----------] 29 tests from OrderedDictTest (13 ms total) 2022-09-27T16:28:31.6410919Z 2022-09-27T16:28:31.6411057Z [----------] 13 tests from RNNTest 2022-09-27T16:28:31.6411334Z [ RUN ] RNNTest.CheckOutputSizes 2022-09-27T16:28:31.6468296Z [ OK ] RNNTest.CheckOutputSizes (5 ms) 2022-09-27T16:28:31.6468655Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-09-27T16:28:31.6525074Z [ OK ] RNNTest.CheckOutputSizesProj (5 ms) 2022-09-27T16:28:31.6525530Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-09-27T16:28:31.6529311Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-09-27T16:28:31.6529692Z [ RUN ] RNNTest.EndToEndLSTM 2022-09-27T16:28:33.0676317Z [ OK ] RNNTest.EndToEndLSTM (1414 ms) 2022-09-27T16:28:33.0677184Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-09-27T16:28:34.4591252Z [ OK ] RNNTest.EndToEndLSTMProj (1391 ms) 2022-09-27T16:28:34.4592125Z [ RUN ] RNNTest.EndToEndGRU 2022-09-27T16:28:35.7069558Z [ OK ] RNNTest.EndToEndGRU (1247 ms) 2022-09-27T16:28:35.7070412Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-09-27T16:28:36.3844167Z [ OK ] RNNTest.EndToEndRNNRelu (677 ms) 2022-09-27T16:28:36.3844511Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-09-27T16:28:37.1469246Z [ OK ] RNNTest.EndToEndRNNTanh (762 ms) 2022-09-27T16:28:37.1469614Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-09-27T16:28:37.1489042Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-09-27T16:28:37.1489410Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-09-27T16:28:37.1570081Z [ OK ] RNNTest.BidirectionalFlattenParameters (8 ms) 2022-09-27T16:28:37.1570477Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-09-27T16:28:37.1579733Z [ OK ] RNNTest.BidirectionalGRUReverseForward (0 ms) 2022-09-27T16:28:37.1580123Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-09-27T16:28:37.1588856Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (0 ms) 2022-09-27T16:28:37.1589218Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-09-27T16:28:37.1602376Z [ OK ] RNNTest.UsePackedSequenceAsInput (1 ms) 2022-09-27T16:28:37.1602986Z [----------] 13 tests from RNNTest (5519 ms total) 2022-09-27T16:28:37.1603263Z 2022-09-27T16:28:37.1603543Z [----------] 19 tests from SequentialTest 2022-09-27T16:28:37.1604019Z [ RUN ] SequentialTest.CanContainThings 2022-09-27T16:28:37.1604359Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-09-27T16:28:37.1604859Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-09-27T16:28:37.1605597Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:28:37.1606002Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-09-27T16:28:37.1606382Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:28:37.1606787Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-09-27T16:28:37.1607170Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:28:37.1607538Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-09-27T16:28:37.1608070Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:28:37.1608398Z [ RUN ] SequentialTest.AccessWithAt 2022-09-27T16:28:37.1629827Z [ OK ] SequentialTest.AccessWithAt (2 ms) 2022-09-27T16:28:37.1630362Z [ RUN ] SequentialTest.AccessWithPtr 2022-09-27T16:28:37.1649588Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-09-27T16:28:37.1650315Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-09-27T16:28:37.1660771Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-09-27T16:28:37.1661683Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-09-27T16:28:37.1662107Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-09-27T16:28:37.1662562Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-09-27T16:28:37.1672719Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-09-27T16:28:37.1673448Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-09-27T16:28:37.1673925Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-09-27T16:28:37.1674471Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-09-27T16:28:37.1676872Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-09-27T16:28:37.1678055Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-09-27T16:28:37.1679537Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:28:37.1680848Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-09-27T16:28:37.1682158Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-09-27T16:28:37.1683301Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-09-27T16:28:37.1684310Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-09-27T16:28:37.1685193Z [ RUN ] SequentialTest.IsCloneable 2022-09-27T16:28:37.1686050Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-09-27T16:28:37.1687034Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-09-27T16:28:37.1688167Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:28:37.1689405Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-09-27T16:28:37.1694198Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-09-27T16:28:37.1695301Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-09-27T16:28:37.1718918Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (2 ms) 2022-09-27T16:28:37.1719750Z [----------] 19 tests from SequentialTest (11 ms total) 2022-09-27T16:28:37.1720086Z 2022-09-27T16:28:37.1720405Z [----------] 11 tests from TransformerTest 2022-09-27T16:28:37.1721115Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-09-27T16:28:37.1784310Z [ OK ] TransformerTest.TransformerEncoderLayer (6 ms) 2022-09-27T16:28:37.1785261Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-09-27T16:28:37.1848412Z [ OK ] TransformerTest.TransformerDecoderLayer (6 ms) 2022-09-27T16:28:37.1849352Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-09-27T16:28:37.1886190Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (3 ms) 2022-09-27T16:28:37.1887242Z [ RUN ] TransformerTest.TransformerEncoder 2022-09-27T16:28:37.2028138Z [ OK ] TransformerTest.TransformerEncoder (14 ms) 2022-09-27T16:28:37.2029043Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-09-27T16:28:37.2031354Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-09-27T16:28:37.2032289Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-09-27T16:28:37.2039080Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (0 ms) 2022-09-27T16:28:37.2039618Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-09-27T16:28:37.2040539Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-09-27T16:28:37.2401118Z [ RUN ] TransformerTest.TransformerDecoder 2022-09-27T16:28:37.2401503Z [ OK ] TransformerTest.TransformerDecoder (35 ms) 2022-09-27T16:28:37.2401886Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-09-27T16:28:37.2411553Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-09-27T16:28:37.2411937Z [ RUN ] TransformerTest.Transformer 2022-09-27T16:28:37.2549714Z [ OK ] TransformerTest.Transformer (13 ms) 2022-09-27T16:28:37.2550068Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-09-27T16:28:37.2628037Z [ OK ] TransformerTest.TransformerArgsCorrectness (7 ms) 2022-09-27T16:28:37.2628735Z [----------] 11 tests from TransformerTest (90 ms total) 2022-09-27T16:28:37.2628915Z 2022-09-27T16:28:37.2629068Z [----------] 22 tests from SerializeTest 2022-09-27T16:28:37.2629334Z [ RUN ] SerializeTest.KeysFunc 2022-09-27T16:28:37.2643469Z [ OK ] SerializeTest.KeysFunc (1 ms) 2022-09-27T16:28:37.2644126Z [ RUN ] SerializeTest.TryReadFunc 2022-09-27T16:28:37.2646167Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-09-27T16:28:37.2646725Z [ RUN ] SerializeTest.Basic 2022-09-27T16:28:37.2648554Z [ OK ] SerializeTest.Basic (0 ms) 2022-09-27T16:28:37.2649312Z [ RUN ] SerializeTest.BasicToFile 2022-09-27T16:28:37.2652685Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-09-27T16:28:37.2653004Z [ RUN ] SerializeTest.BasicViaFunc 2022-09-27T16:28:37.2655969Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-09-27T16:28:37.2656272Z [ RUN ] SerializeTest.Resized 2022-09-27T16:28:37.2658222Z [ OK ] SerializeTest.Resized (0 ms) 2022-09-27T16:28:37.2658544Z [ RUN ] SerializeTest.Sliced 2022-09-27T16:28:37.2660609Z [ OK ] SerializeTest.Sliced (0 ms) 2022-09-27T16:28:37.2660912Z [ RUN ] SerializeTest.NonContiguous 2022-09-27T16:28:37.2663062Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-09-27T16:28:37.2663425Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-09-27T16:28:37.2735612Z [ OK ] SerializeTest.ErrorOnMissingKey (7 ms) 2022-09-27T16:28:37.2736017Z [ RUN ] SerializeTest.XOR 2022-09-27T16:28:37.4142124Z [ OK ] SerializeTest.XOR (140 ms) 2022-09-27T16:28:37.4142444Z [ RUN ] SerializeTest.Optim 2022-09-27T16:28:37.4163706Z [ OK ] SerializeTest.Optim (2 ms) 2022-09-27T16:28:37.4164354Z [ RUN ] SerializeTest.Optim_Adagrad 2022-09-27T16:28:37.4203210Z [ OK ] SerializeTest.Optim_Adagrad (3 ms) 2022-09-27T16:28:37.4203529Z [ RUN ] SerializeTest.Optim_SGD 2022-09-27T16:28:37.4239485Z [ OK ] SerializeTest.Optim_SGD (3 ms) 2022-09-27T16:28:37.4239785Z [ RUN ] SerializeTest.Optim_Adam 2022-09-27T16:28:37.4279244Z [ OK ] SerializeTest.Optim_Adam (3 ms) 2022-09-27T16:28:37.4279865Z [ RUN ] SerializeTest.Optim_AdamW 2022-09-27T16:28:37.4318830Z [ OK ] SerializeTest.Optim_AdamW (3 ms) 2022-09-27T16:28:37.4319173Z [ RUN ] SerializeTest.Optim_RMSprop 2022-09-27T16:28:37.4359048Z [ OK ] SerializeTest.Optim_RMSprop (4 ms) 2022-09-27T16:28:37.4359368Z [ RUN ] SerializeTest.Optim_LBFGS 2022-09-27T16:28:37.4397568Z [ OK ] SerializeTest.Optim_LBFGS (3 ms) 2022-09-27T16:28:37.4398260Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-09-27T16:28:37.4400960Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-09-27T16:28:37.4401479Z [ RUN ] SerializeTest.VectorOfTensors 2022-09-27T16:28:37.4403176Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-09-27T16:28:37.4403544Z [ RUN ] SerializeTest.IValue 2022-09-27T16:28:37.4405822Z [ OK ] SerializeTest.IValue (0 ms) 2022-09-27T16:28:37.4406594Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-09-27T16:28:37.4407389Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-09-27T16:28:37.4407969Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-09-27T16:28:37.4413846Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-09-27T16:28:37.4414824Z [----------] 22 tests from SerializeTest (178 ms total) 2022-09-27T16:28:37.4415119Z 2022-09-27T16:28:37.4415404Z [----------] 1 test from SpecialTest 2022-09-27T16:28:37.4415961Z [ RUN ] SpecialTest.special 2022-09-27T16:28:37.4416526Z [ OK ] SpecialTest.special (0 ms) 2022-09-27T16:28:37.4417154Z [----------] 1 test from SpecialTest (0 ms total) 2022-09-27T16:28:37.4417462Z 2022-09-27T16:28:37.4417742Z [----------] 5 tests from TestStatic 2022-09-27T16:28:37.4418170Z [ RUN ] TestStatic.AllOf 2022-09-27T16:28:37.4418698Z [ OK ] TestStatic.AllOf (0 ms) 2022-09-27T16:28:37.4419274Z [ RUN ] TestStatic.AnyOf 2022-09-27T16:28:37.4419569Z [ OK ] TestStatic.AnyOf (0 ms) 2022-09-27T16:28:37.4419848Z [ RUN ] TestStatic.EnableIfModule 2022-09-27T16:28:37.4420163Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-09-27T16:28:37.4420472Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-09-27T16:28:37.4420802Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-09-27T16:28:37.4421084Z [ RUN ] TestStatic.Apply 2022-09-27T16:28:37.4421347Z [ OK ] TestStatic.Apply (0 ms) 2022-09-27T16:28:37.4421633Z [----------] 5 tests from TestStatic (0 ms total) 2022-09-27T16:28:37.4421779Z 2022-09-27T16:28:37.4421921Z [----------] 45 tests from TensorTest 2022-09-27T16:28:37.4422180Z [ RUN ] TensorTest.ToDtype 2022-09-27T16:28:37.4437769Z [ OK ] TensorTest.ToDtype (2 ms) 2022-09-27T16:28:37.4438500Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-09-27T16:28:37.4438898Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-09-27T16:28:37.4439258Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-09-27T16:28:37.4479030Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (4 ms) 2022-09-27T16:28:37.4479733Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-09-27T16:28:37.4480267Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-09-27T16:28:37.4480764Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-09-27T16:28:37.4481135Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-09-27T16:28:37.4481456Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-09-27T16:28:37.4481792Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-09-27T16:28:37.4482119Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-09-27T16:28:37.4490139Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-09-27T16:28:37.4490578Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-09-27T16:28:37.4549816Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (5 ms) 2022-09-27T16:28:37.4550553Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-09-27T16:28:37.4551283Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-09-27T16:28:37.4551870Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-09-27T16:28:37.4552271Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-09-27T16:28:37.4552663Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-09-27T16:28:37.4553047Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-09-27T16:28:37.4553432Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-09-27T16:28:37.4553935Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-09-27T16:28:37.4554500Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-09-27T16:28:37.4555065Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-09-27T16:28:37.4555528Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-09-27T16:28:37.4555932Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-09-27T16:28:37.4556477Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-09-27T16:28:37.4557014Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-09-27T16:28:37.4557495Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-09-27T16:28:37.4557968Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-09-27T16:28:37.4558365Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-09-27T16:28:37.4558752Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-09-27T16:28:37.4559154Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-09-27T16:28:37.4570154Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (1 ms) 2022-09-27T16:28:37.4570564Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-09-27T16:28:37.4625602Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (5 ms) 2022-09-27T16:28:37.4626258Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-09-27T16:28:37.4626760Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-09-27T16:28:37.4627232Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-09-27T16:28:37.4627612Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-09-27T16:28:37.4639096Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-09-27T16:28:37.4639627Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-09-27T16:28:37.4640296Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-09-27T16:28:37.4640824Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-09-27T16:28:37.4641363Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-09-27T16:28:37.4641833Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-09-27T16:28:37.4642888Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-09-27T16:28:37.4643449Z [ RUN ] TensorTest.Arange 2022-09-27T16:28:37.4643725Z [ OK ] TensorTest.Arange (0 ms) 2022-09-27T16:28:37.4644070Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-09-27T16:28:37.4644464Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-09-27T16:28:37.4644914Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-09-27T16:28:37.4705913Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (6 ms) 2022-09-27T16:28:37.4706630Z [ RUN ] TensorTest.FromBlob 2022-09-27T16:28:37.4707026Z [ OK ] TensorTest.FromBlob (0 ms) 2022-09-27T16:28:37.4707453Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-09-27T16:28:37.4708257Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-09-27T16:28:37.4708824Z [ RUN ] TensorTest.FromBlobWithStrides 2022-09-27T16:28:37.4709428Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-09-27T16:28:37.4709802Z [ RUN ] TensorTest.Item 2022-09-27T16:28:37.4710051Z [ OK ] TensorTest.Item (0 ms) 2022-09-27T16:28:37.4710320Z [ RUN ] TensorTest.DataPtr 2022-09-27T16:28:37.4710594Z [ OK ] TensorTest.DataPtr (0 ms) 2022-09-27T16:28:37.4710842Z [ RUN ] TensorTest.Data 2022-09-27T16:28:37.4711177Z [ OK ] TensorTest.Data (0 ms) 2022-09-27T16:28:37.4711474Z [ RUN ] TensorTest.BackwardAndGrad 2022-09-27T16:28:37.4711787Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-09-27T16:28:37.4712098Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-09-27T16:28:37.4712448Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-09-27T16:28:37.4712805Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-09-27T16:28:37.4736071Z [ OK ] TensorTest.BackwardNonScalarOutputs (2 ms) 2022-09-27T16:28:37.4736667Z [ RUN ] TensorTest.IsLeaf 2022-09-27T16:28:37.4737145Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-09-27T16:28:37.4737475Z [ RUN ] TensorTest.OutputNr 2022-09-27T16:28:37.4737741Z [ OK ] TensorTest.OutputNr (0 ms) 2022-09-27T16:28:37.4738073Z [ RUN ] TensorTest.Version 2022-09-27T16:28:37.4738345Z [ OK ] TensorTest.Version (0 ms) 2022-09-27T16:28:37.4738646Z [ RUN ] TensorTest.Detach 2022-09-27T16:28:37.4738965Z [ OK ] TensorTest.Detach (0 ms) 2022-09-27T16:28:37.4739238Z [ RUN ] TensorTest.DetachInplace 2022-09-27T16:28:37.4739578Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-09-27T16:28:37.4739858Z [ RUN ] TensorTest.SetData 2022-09-27T16:28:37.4740127Z [ OK ] TensorTest.SetData (0 ms) 2022-09-27T16:28:37.4740461Z [ RUN ] TensorTest.RequiresGradInplace 2022-09-27T16:28:37.4757411Z [ OK ] TensorTest.RequiresGradInplace (1 ms) 2022-09-27T16:28:37.4757907Z [ RUN ] TensorTest.StdDimension 2022-09-27T16:28:37.4758363Z [ OK ] TensorTest.StdDimension (0 ms) 2022-09-27T16:28:37.4758851Z [ RUN ] TensorTest.ReshapeAlias 2022-09-27T16:28:37.4760311Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-09-27T16:28:37.4760874Z [----------] 45 tests from TensorTest (34 ms total) 2022-09-27T16:28:37.4761162Z 2022-09-27T16:28:37.4761452Z [----------] 36 tests from TensorIndexingTest 2022-09-27T16:28:37.4761970Z [ RUN ] TensorIndexingTest.Slice 2022-09-27T16:28:37.4762501Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-09-27T16:28:37.4763043Z [ RUN ] TensorIndexingTest.TensorIndex 2022-09-27T16:28:37.4773982Z [ OK ] TensorIndexingTest.TensorIndex (1 ms) 2022-09-27T16:28:37.4774339Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-09-27T16:28:37.4857819Z [ OK ] TensorIndexingTest.TestNoIndices (8 ms) 2022-09-27T16:28:37.4858245Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-09-27T16:28:37.4859696Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-09-27T16:28:37.4860413Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-09-27T16:28:37.4860835Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-09-27T16:28:37.4861291Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-09-27T16:28:37.4861912Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-09-27T16:28:37.4862257Z [ RUN ] TensorIndexingTest.TestNone 2022-09-27T16:28:37.4862783Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-09-27T16:28:37.4863372Z [ RUN ] TensorIndexingTest.TestStep 2022-09-27T16:28:37.4863692Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-09-27T16:28:37.4864174Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-09-27T16:28:37.4864671Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-09-27T16:28:37.4865103Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-09-27T16:28:37.4865519Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-09-27T16:28:37.4866080Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-09-27T16:28:37.4866647Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-09-27T16:28:37.4867144Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-09-27T16:28:37.4867767Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-09-27T16:28:37.4868429Z [ RUN ] TensorIndexingTest.TestByteMask 2022-09-27T16:28:37.4868829Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-09-27T16:28:37.4869204Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-09-27T16:28:37.4869642Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-09-27T16:28:37.4870095Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-09-27T16:28:37.4870478Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-09-27T16:28:37.4870995Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-09-27T16:28:37.4871416Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-09-27T16:28:37.4871753Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-09-27T16:28:37.4872077Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-09-27T16:28:37.4872418Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-09-27T16:28:37.4872773Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-09-27T16:28:37.4873125Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-09-27T16:28:37.4873518Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-09-27T16:28:37.4873880Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-09-27T16:28:37.4882937Z [ OK ] TensorIndexingTest.TestEmptyIndex (1 ms) 2022-09-27T16:28:37.4883282Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-09-27T16:28:37.4932079Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (4 ms) 2022-09-27T16:28:37.4932463Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-09-27T16:28:37.4952246Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (1 ms) 2022-09-27T16:28:37.4952885Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-09-27T16:28:37.4953238Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-09-27T16:28:37.4953652Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-09-27T16:28:37.4954436Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-09-27T16:28:37.4954952Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-09-27T16:28:37.5006591Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (5 ms) 2022-09-27T16:28:37.5007106Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-09-27T16:28:37.5007781Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-09-27T16:28:37.5008343Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-09-27T16:28:37.5100520Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (9 ms) 2022-09-27T16:28:37.5101067Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-09-27T16:28:37.5170191Z [ OK ] TensorIndexingTest.TestGetitemScalars (6 ms) 2022-09-27T16:28:37.5170760Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-09-27T16:28:37.5240331Z [ OK ] TensorIndexingTest.TestSetitemScalars (6 ms) 2022-09-27T16:28:37.5240914Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-09-27T16:28:37.5241490Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-09-27T16:28:37.5241934Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-09-27T16:28:37.5242426Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-09-27T16:28:37.5242976Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-09-27T16:28:37.5243940Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-09-27T16:28:37.5244551Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-09-27T16:28:37.5244953Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-09-27T16:28:37.5245364Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-09-27T16:28:37.5245746Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-09-27T16:28:37.5246158Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-09-27T16:28:37.5335415Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (9 ms) 2022-09-27T16:28:37.5335795Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-09-27T16:28:37.5355285Z [ OK ] TensorIndexingTest.TestZeroDimIndex (1 ms) 2022-09-27T16:28:37.5355670Z [----------] 36 tests from TensorIndexingTest (59 ms total) 2022-09-27T16:28:37.5355848Z 2022-09-27T16:28:37.5355996Z [----------] 18 tests from NumpyTests 2022-09-27T16:28:37.5356277Z [ RUN ] NumpyTests.TestNoneIndex 2022-09-27T16:28:37.5356577Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-09-27T16:28:37.5356876Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-09-27T16:28:37.5399912Z [ OK ] NumpyTests.TestEmptyFancyIndex (4 ms) 2022-09-27T16:28:37.5400421Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-09-27T16:28:37.5400743Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-09-27T16:28:37.5401058Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-09-27T16:28:37.5420805Z [ OK ] NumpyTests.TestSingleIntIndex (1 ms) 2022-09-27T16:28:37.5421276Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-09-27T16:28:37.5421615Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-09-27T16:28:37.5421990Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-09-27T16:28:37.5608438Z [ OK ] NumpyTests.TestBooleanShapeMismatch (18 ms) 2022-09-27T16:28:37.5608975Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-09-27T16:28:37.5609344Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-09-27T16:28:37.5609732Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-09-27T16:28:37.5723108Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (11 ms) 2022-09-27T16:28:37.5723599Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-09-27T16:28:37.5724156Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-09-27T16:28:37.5724580Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-09-27T16:28:37.5818145Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (9 ms) 2022-09-27T16:28:37.5818537Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-09-27T16:28:37.5912249Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (9 ms) 2022-09-27T16:28:37.5912666Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-09-27T16:28:37.5913148Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-09-27T16:28:37.5913559Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-09-27T16:28:37.5914113Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-09-27T16:28:37.5914473Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-09-27T16:28:37.5914984Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-09-27T16:28:37.5915336Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-09-27T16:28:37.6093642Z [ OK ] NumpyTests.TestBroaderrorsIndexing (17 ms) 2022-09-27T16:28:37.6094071Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-09-27T16:28:37.6313265Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (21 ms) 2022-09-27T16:28:37.6313651Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-09-27T16:28:37.6313984Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-09-27T16:28:37.6314650Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-09-27T16:28:37.6315751Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-09-27T16:28:37.6317144Z [----------] 18 tests from NumpyTests (96 ms total) 2022-09-27T16:28:37.6317420Z 2022-09-27T16:28:37.6317709Z [----------] 5 tests from TensorOptionsTest 2022-09-27T16:28:37.6318306Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-09-27T16:28:37.6318717Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-09-27T16:28:37.6319184Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-09-27T16:28:37.6319701Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-09-27T16:28:37.6320165Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-09-27T16:28:37.6320580Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-09-27T16:28:37.6320996Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-09-27T16:28:37.6321407Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-09-27T16:28:37.6321825Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-09-27T16:28:37.6322238Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-09-27T16:28:37.6322615Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-09-27T16:28:37.6322778Z 2022-09-27T16:28:37.6322918Z [----------] 1 test from DeviceTest 2022-09-27T16:28:37.6323232Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-09-27T16:28:37.6399249Z [ OK ] DeviceTest.ParsesCorrectlyFromString (8 ms) 2022-09-27T16:28:37.6399987Z [----------] 1 test from DeviceTest (8 ms total) 2022-09-27T16:28:37.6400285Z 2022-09-27T16:28:37.6400609Z [----------] 3 tests from DefaultDtypeTest 2022-09-27T16:28:37.6401332Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-09-27T16:28:37.6402183Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-09-27T16:28:37.6403061Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-09-27T16:28:37.6404024Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-09-27T16:28:37.6404975Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-09-27T16:28:37.6405928Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-09-27T16:28:37.6406783Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-09-27T16:28:37.6407118Z 2022-09-27T16:28:37.6407439Z [----------] 1 test from TorchIncludeTest 2022-09-27T16:28:37.6408082Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-09-27T16:28:37.6560136Z [ OK ] TorchIncludeTest.GetSetNumThreads (15 ms) 2022-09-27T16:28:37.6560551Z [----------] 1 test from TorchIncludeTest (15 ms total) 2022-09-27T16:28:37.6560731Z 2022-09-27T16:28:37.6560942Z [----------] 28 tests from InferenceModeTest 2022-09-27T16:28:37.6561262Z [ RUN ] InferenceModeTest.TestTLSState 2022-09-27T16:28:37.6561634Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-09-27T16:28:37.6562012Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-09-27T16:28:37.6562615Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-09-27T16:28:37.6563013Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-09-27T16:28:37.6624256Z [ OK ] InferenceModeTest.TestExistingAutogradSession (6 ms) 2022-09-27T16:28:37.6625140Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-09-27T16:28:37.6625891Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-09-27T16:28:37.6626422Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-09-27T16:28:37.6627064Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-09-27T16:28:37.6627581Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-09-27T16:28:37.6628131Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-09-27T16:28:37.6628654Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-09-27T16:28:37.6629179Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-09-27T16:28:37.6629689Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-09-27T16:28:37.6672460Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (4 ms) 2022-09-27T16:28:37.6673409Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-09-27T16:28:37.6674016Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-09-27T16:28:37.6674532Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-09-27T16:28:37.6675052Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-09-27T16:28:37.6675570Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-09-27T16:28:37.6676084Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-09-27T16:28:37.6676577Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-09-27T16:28:37.6677083Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-09-27T16:28:37.6677571Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-09-27T16:28:37.6703565Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (2 ms) 2022-09-27T16:28:37.6704172Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-09-27T16:28:37.6727895Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (2 ms) 2022-09-27T16:28:37.6728421Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-09-27T16:28:37.6797902Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (6 ms) 2022-09-27T16:28:37.6798754Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-09-27T16:28:37.6799245Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-09-27T16:28:37.6799692Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-09-27T16:28:37.6826711Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (2 ms) 2022-09-27T16:28:37.6827390Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-09-27T16:28:37.6846958Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-09-27T16:28:37.6847602Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-09-27T16:28:37.6902955Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (5 ms) 2022-09-27T16:28:37.6903632Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-09-27T16:28:37.7014989Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (11 ms) 2022-09-27T16:28:37.7015686Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-09-27T16:28:37.7072211Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (5 ms) 2022-09-27T16:28:37.7072898Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-09-27T16:28:37.7082567Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-09-27T16:28:37.7083186Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-09-27T16:28:37.7113037Z [ OK ] InferenceModeTest.TestAccessVersionCounter (3 ms) 2022-09-27T16:28:37.7113685Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-09-27T16:28:37.7169837Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (5 ms) 2022-09-27T16:28:37.7170784Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-09-27T16:28:37.7171396Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-09-27T16:28:37.7171893Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-09-27T16:28:37.7172344Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-09-27T16:28:37.7172776Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-09-27T16:28:37.7173161Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-09-27T16:28:37.7173651Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-09-27T16:28:37.7174146Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-09-27T16:28:37.7174637Z [----------] 28 tests from InferenceModeTest (61 ms total) 2022-09-27T16:28:37.7174801Z 2022-09-27T16:28:37.7174949Z [----------] 4 tests from GradModeTest 2022-09-27T16:28:37.7175341Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-09-27T16:28:37.7175721Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-09-27T16:28:37.7176156Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-09-27T16:28:37.7176524Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-09-27T16:28:37.7176928Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-09-27T16:28:37.7177277Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-09-27T16:28:37.7177705Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-09-27T16:28:37.7203037Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (2 ms) 2022-09-27T16:28:37.7203708Z [----------] 4 tests from GradModeTest (3 ms total) 2022-09-27T16:28:37.7203970Z 2022-09-27T16:28:37.7204231Z [----------] 3 tests from OperationTest 2022-09-27T16:28:37.7204668Z [ RUN ] OperationTest.Lerp 2022-09-27T16:28:37.7210582Z [ OK ] OperationTest.Lerp (0 ms) 2022-09-27T16:28:37.7211084Z [ RUN ] OperationTest.Cross 2022-09-27T16:28:37.7233826Z [ OK ] OperationTest.Cross (2 ms) 2022-09-27T16:28:37.7234398Z [ RUN ] OperationTest.Linear_out 2022-09-27T16:28:37.7236917Z [ OK ] OperationTest.Linear_out (0 ms) 2022-09-27T16:28:37.7237537Z [----------] 3 tests from OperationTest (3 ms total) 2022-09-27T16:28:37.7237828Z 2022-09-27T16:28:37.7238132Z [----------] Global test environment tear-down 2022-09-27T16:28:37.7364129Z [==========] 991 tests from 48 test suites ran. (32919 ms total) 2022-09-27T16:28:37.7364530Z [ PASSED ] 991 tests. 2022-09-27T16:28:37.8041015Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_tensorexpr --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml 2022-09-27T16:28:38.0495399Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:28:38.0500534Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:28:38.0501345Z [==========] Running 799 tests from 25 test suites. 2022-09-27T16:28:38.0501745Z [----------] Global test environment set-up. 2022-09-27T16:28:38.0502022Z [----------] 1 test from Approx 2022-09-27T16:28:38.0502256Z [ RUN ] Approx.log_vml 2022-09-27T16:28:39.2124258Z [ OK ] Approx.log_vml (1162 ms) 2022-09-27T16:28:39.2124898Z [----------] 1 test from Approx (1162 ms total) 2022-09-27T16:28:39.2125126Z 2022-09-27T16:28:39.2125346Z [----------] 34 tests from ATen 2022-09-27T16:28:39.2125754Z [ RUN ] ATen._cast_Float 2022-09-27T16:28:39.2127036Z [ OK ] ATen._cast_Float (0 ms) 2022-09-27T16:28:39.2128123Z [ RUN ] ATen.negInt 2022-09-27T16:28:39.2131914Z [ OK ] ATen.negInt (0 ms) 2022-09-27T16:28:39.2132324Z [ RUN ] ATen.negFloat 2022-09-27T16:28:39.2135063Z [ OK ] ATen.negFloat (0 ms) 2022-09-27T16:28:39.2135548Z [ RUN ] ATen.addInt 2022-09-27T16:28:39.2142302Z [ OK ] ATen.addInt (0 ms) 2022-09-27T16:28:39.2142731Z [ RUN ] ATen.addFloat 2022-09-27T16:28:39.2150045Z [ OK ] ATen.addFloat (0 ms) 2022-09-27T16:28:39.2150485Z [ RUN ] ATen.subInt 2022-09-27T16:28:39.2156927Z [ OK ] ATen.subInt (0 ms) 2022-09-27T16:28:39.2157345Z [ RUN ] ATen.subFloat 2022-09-27T16:28:39.2164003Z [ OK ] ATen.subFloat (0 ms) 2022-09-27T16:28:39.2164439Z [ RUN ] ATen.lerp 2022-09-27T16:28:39.2172889Z [ OK ] ATen.lerp (0 ms) 2022-09-27T16:28:39.2173348Z [ RUN ] ATen.addcmulInt 2022-09-27T16:28:39.2181449Z [ OK ] ATen.addcmulInt (0 ms) 2022-09-27T16:28:39.2181920Z [ RUN ] ATen.addcmulFloat 2022-09-27T16:28:39.2190208Z [ OK ] ATen.addcmulFloat (0 ms) 2022-09-27T16:28:39.2190655Z [ RUN ] ATen.mulInt 2022-09-27T16:28:39.2195483Z [ OK ] ATen.mulInt (0 ms) 2022-09-27T16:28:39.2195903Z [ RUN ] ATen.mulFloat 2022-09-27T16:28:39.2200932Z [ OK ] ATen.mulFloat (0 ms) 2022-09-27T16:28:39.2201365Z [ RUN ] ATen.divInt 2022-09-27T16:28:39.2206330Z [ OK ] ATen.divInt (0 ms) 2022-09-27T16:28:39.2206779Z [ RUN ] ATen.divFloat 2022-09-27T16:28:39.2211956Z [ OK ] ATen.divFloat (0 ms) 2022-09-27T16:28:39.2212394Z [ RUN ] ATen.maxInt 2022-09-27T16:28:39.2217201Z [ OK ] ATen.maxInt (0 ms) 2022-09-27T16:28:39.2217772Z [ RUN ] ATen.maxFloat 2022-09-27T16:28:39.2222313Z [ OK ] ATen.maxFloat (0 ms) 2022-09-27T16:28:39.2222837Z [ RUN ] ATen.minInt 2022-09-27T16:28:39.2227061Z [ OK ] ATen.minInt (0 ms) 2022-09-27T16:28:39.2227590Z [ RUN ] ATen.minFloat 2022-09-27T16:28:39.2232144Z [ OK ] ATen.minFloat (0 ms) 2022-09-27T16:28:39.2232671Z [ RUN ] ATen.reluInt 2022-09-27T16:28:39.2246304Z [ OK ] ATen.reluInt (1 ms) 2022-09-27T16:28:39.2246715Z [ RUN ] ATen.reluFloat 2022-09-27T16:28:39.2251710Z [ OK ] ATen.reluFloat (0 ms) 2022-09-27T16:28:39.2252117Z [ RUN ] ATen.logFloat 2022-09-27T16:28:39.2256623Z [ OK ] ATen.logFloat (0 ms) 2022-09-27T16:28:39.2257049Z [ RUN ] ATen.fastLogFloat 2022-09-27T16:28:39.2496787Z [ OK ] ATen.fastLogFloat (23 ms) 2022-09-27T16:28:39.2497262Z [ RUN ] ATen.fastTanhFloat 2022-09-27T16:28:39.2585437Z [ OK ] ATen.fastTanhFloat (8 ms) 2022-09-27T16:28:39.2585816Z [ RUN ] ATen.fastSigmoidFloat 2022-09-27T16:28:39.2698708Z [ OK ] ATen.fastSigmoidFloat (11 ms) 2022-09-27T16:28:39.2699196Z [ RUN ] ATen.log10Float 2022-09-27T16:28:39.2704017Z [ OK ] ATen.log10Float (0 ms) 2022-09-27T16:28:39.2704735Z [ RUN ] ATen.log2Float 2022-09-27T16:28:39.2708882Z [ OK ] ATen.log2Float (0 ms) 2022-09-27T16:28:39.2709214Z [ RUN ] ATen.expFloat 2022-09-27T16:28:39.2713849Z [ OK ] ATen.expFloat (0 ms) 2022-09-27T16:28:39.2714292Z [ RUN ] ATen.erfFloat 2022-09-27T16:28:39.2718583Z [ OK ] ATen.erfFloat (0 ms) 2022-09-27T16:28:39.2718967Z [ RUN ] ATen.cosFloat 2022-09-27T16:28:39.2723652Z [ OK ] ATen.cosFloat (0 ms) 2022-09-27T16:28:39.2724112Z [ RUN ] ATen.eqInt 2022-09-27T16:28:39.2731270Z [ OK ] ATen.eqInt (0 ms) 2022-09-27T16:28:39.2731715Z [ RUN ] ATen.geInt 2022-09-27T16:28:39.2738552Z [ OK ] ATen.geInt (0 ms) 2022-09-27T16:28:39.2738849Z [ RUN ] ATen.gtInt 2022-09-27T16:28:39.2745942Z [ OK ] ATen.gtInt (0 ms) 2022-09-27T16:28:39.2746207Z [ RUN ] ATen.leInt 2022-09-27T16:28:39.2753379Z [ OK ] ATen.leInt (0 ms) 2022-09-27T16:28:39.2753891Z [ RUN ] ATen.ltInt 2022-09-27T16:28:39.2760938Z [ OK ] ATen.ltInt (0 ms) 2022-09-27T16:28:39.2761695Z [----------] 34 tests from ATen (63 ms total) 2022-09-27T16:28:39.2762112Z 2022-09-27T16:28:39.2762377Z [----------] 26 tests from BoundsInference 2022-09-27T16:28:39.2762971Z [ RUN ] BoundsInference._1 2022-09-27T16:28:39.2764354Z [ OK ] BoundsInference._1 (0 ms) 2022-09-27T16:28:39.2764793Z [ RUN ] BoundsInference._2 2022-09-27T16:28:39.2766825Z [ OK ] BoundsInference._2 (0 ms) 2022-09-27T16:28:39.2767261Z [ RUN ] BoundsInference._3 2022-09-27T16:28:39.2771395Z [ OK ] BoundsInference._3 (0 ms) 2022-09-27T16:28:39.2771876Z [ RUN ] BoundsInference._4 2022-09-27T16:28:39.2777177Z [ OK ] BoundsInference._4 (0 ms) 2022-09-27T16:28:39.2777601Z [ RUN ] BoundsInference._5 2022-09-27T16:28:39.2790900Z [ OK ] BoundsInference._5 (1 ms) 2022-09-27T16:28:39.2791348Z [ RUN ] BoundsInference._6 2022-09-27T16:28:39.2800279Z [ OK ] BoundsInference._6 (0 ms) 2022-09-27T16:28:39.2800727Z [ RUN ] BoundsInference.Adjacent 2022-09-27T16:28:39.2806396Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-09-27T16:28:39.2806956Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-09-27T16:28:39.2811532Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-09-27T16:28:39.2812132Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-09-27T16:28:39.2816914Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-09-27T16:28:39.2817470Z [ RUN ] BoundsInference.CacheReads 2022-09-27T16:28:39.2868110Z [ OK ] BoundsInference.CacheReads (5 ms) 2022-09-27T16:28:39.2868710Z [ RUN ] BoundsInference.Flattened 2022-09-27T16:28:39.2884757Z [ OK ] BoundsInference.Flattened (1 ms) 2022-09-27T16:28:39.2885361Z [ RUN ] BoundsInference.GetPotentialHazards 2022-09-27T16:28:39.2886281Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-09-27T16:28:39.2886684Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-09-27T16:28:39.2890974Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-09-27T16:28:39.2891382Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-09-27T16:28:39.2896996Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-09-27T16:28:39.2897626Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-09-27T16:28:39.2912336Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-09-27T16:28:39.2913135Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-09-27T16:28:39.2918897Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-09-27T16:28:39.2919625Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-09-27T16:28:39.2921123Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-09-27T16:28:39.2921837Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-09-27T16:28:39.2923999Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-09-27T16:28:39.2925127Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-09-27T16:28:39.2927772Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-09-27T16:28:39.2928441Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-09-27T16:28:39.2946300Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (1 ms) 2022-09-27T16:28:39.2946824Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-09-27T16:28:39.2959121Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (1 ms) 2022-09-27T16:28:39.2959619Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-09-27T16:28:39.2962801Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-09-27T16:28:39.2963283Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-09-27T16:28:39.2966189Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-09-27T16:28:39.2966683Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-09-27T16:28:39.2969601Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-09-27T16:28:39.2970063Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-09-27T16:28:39.2972986Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-09-27T16:28:39.2973665Z [ RUN ] BoundsInference.IsOverlapping 2022-09-27T16:28:39.3003424Z [ OK ] BoundsInference.IsOverlapping (2 ms) 2022-09-27T16:28:39.3003841Z [----------] 26 tests from BoundsInference (24 ms total) 2022-09-27T16:28:39.3003995Z 2022-09-27T16:28:39.3004128Z [----------] 4 tests from Conv 2022-09-27T16:28:39.3004433Z [ RUN ] Conv.DepthwiseConv2D 2022-09-27T16:28:39.5650405Z [ OK ] Conv.DepthwiseConv2D (264 ms) 2022-09-27T16:28:39.5650944Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-09-27T16:28:39.8235646Z [ OK ] Conv.DepthwiseConv2DNoBias (258 ms) 2022-09-27T16:28:39.8236242Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-09-27T16:28:40.0175752Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (193 ms) 2022-09-27T16:28:40.0176344Z [ RUN ] Conv.Conv2D 2022-09-27T16:28:40.9467108Z [ OK ] Conv.Conv2D (929 ms) 2022-09-27T16:28:40.9468032Z [----------] 4 tests from Conv (1646 ms total) 2022-09-27T16:28:40.9468340Z 2022-09-27T16:28:40.9468619Z [----------] 28 tests from CppPrinter 2022-09-27T16:28:40.9469112Z [ RUN ] CppPrinter.IntImm 2022-09-27T16:28:40.9469589Z [ OK ] CppPrinter.IntImm (0 ms) 2022-09-27T16:28:40.9470038Z [ RUN ] CppPrinter.FloatImm 2022-09-27T16:28:40.9470470Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-09-27T16:28:40.9470934Z [ RUN ] CppPrinter.FloatImm1 2022-09-27T16:28:40.9471432Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-09-27T16:28:40.9471896Z [ RUN ] CppPrinter.DoubleImm 2022-09-27T16:28:40.9472400Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-09-27T16:28:40.9472913Z [ RUN ] CppPrinter.DoubleImm1 2022-09-27T16:28:40.9473445Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-09-27T16:28:40.9474186Z [ RUN ] CppPrinter.HalfImm 2022-09-27T16:28:40.9474613Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-09-27T16:28:40.9475050Z [ RUN ] CppPrinter.Add 2022-09-27T16:28:40.9475499Z [ OK ] CppPrinter.Add (0 ms) 2022-09-27T16:28:40.9484566Z [ RUN ] CppPrinter.AddExpr1 2022-09-27T16:28:40.9485079Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-09-27T16:28:40.9485562Z [ RUN ] CppPrinter.AddExpr2 2022-09-27T16:28:40.9486070Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-09-27T16:28:40.9486559Z [ RUN ] CppPrinter.AddExpr3 2022-09-27T16:28:40.9487055Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-09-27T16:28:40.9487322Z [ RUN ] CppPrinter.Mod 2022-09-27T16:28:40.9487580Z [ OK ] CppPrinter.Mod (0 ms) 2022-09-27T16:28:40.9487832Z [ RUN ] CppPrinter.ModFloat 2022-09-27T16:28:40.9488111Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-09-27T16:28:40.9488383Z [ RUN ] CppPrinter.Max 2022-09-27T16:28:40.9488802Z [ OK ] CppPrinter.Max (0 ms) 2022-09-27T16:28:40.9489088Z [ RUN ] CppPrinter.MaxFloat 2022-09-27T16:28:40.9489364Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-09-27T16:28:40.9489629Z [ RUN ] CppPrinter.MaxHalf 2022-09-27T16:28:40.9489888Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-09-27T16:28:40.9490144Z [ RUN ] CppPrinter.And 2022-09-27T16:28:40.9490399Z [ OK ] CppPrinter.And (0 ms) 2022-09-27T16:28:40.9490662Z [ RUN ] CppPrinter.CompareSelect 2022-09-27T16:28:40.9490966Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-09-27T16:28:40.9491254Z [ RUN ] CppPrinter.IfThenElse 2022-09-27T16:28:40.9491529Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-09-27T16:28:40.9491817Z [ RUN ] CppPrinter.AllocateFree 2022-09-27T16:28:40.9492112Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-09-27T16:28:40.9492384Z [ RUN ] CppPrinter.LoadStore 2022-09-27T16:28:40.9492664Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-09-27T16:28:40.9492922Z [ RUN ] CppPrinter.Var 2022-09-27T16:28:40.9493179Z [ OK ] CppPrinter.Var (0 ms) 2022-09-27T16:28:40.9493417Z [ RUN ] CppPrinter.Cast 2022-09-27T16:28:40.9493679Z [ OK ] CppPrinter.Cast (0 ms) 2022-09-27T16:28:40.9493940Z [ RUN ] CppPrinter.BitCast 2022-09-27T16:28:40.9494197Z [ OK ] CppPrinter.BitCast (0 ms) 2022-09-27T16:28:40.9494455Z [ RUN ] CppPrinter.Let 2022-09-27T16:28:40.9494712Z [ OK ] CppPrinter.Let (0 ms) 2022-09-27T16:28:40.9494947Z [ RUN ] CppPrinter.For 2022-09-27T16:28:40.9495200Z [ OK ] CppPrinter.For (0 ms) 2022-09-27T16:28:40.9495446Z [ RUN ] CppPrinter.Cond 2022-09-27T16:28:40.9495694Z [ OK ] CppPrinter.Cond (0 ms) 2022-09-27T16:28:40.9495962Z [ RUN ] CppPrinter.Intrinsics 2022-09-27T16:28:40.9496261Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-09-27T16:28:40.9496547Z [ RUN ] CppPrinter.ExternalCall 2022-09-27T16:28:40.9496831Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-09-27T16:28:40.9497150Z [----------] 28 tests from CppPrinter (0 ms total) 2022-09-27T16:28:40.9497304Z 2022-09-27T16:28:40.9497452Z [----------] 8 tests from DynamicShapes 2022-09-27T16:28:40.9497725Z [ RUN ] DynamicShapes.SimpleGraph 2022-09-27T16:28:41.0331681Z [ OK ] DynamicShapes.SimpleGraph (85 ms) 2022-09-27T16:28:41.0332313Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-09-27T16:28:41.1067038Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (73 ms) 2022-09-27T16:28:41.1067709Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-09-27T16:28:41.1769141Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (70 ms) 2022-09-27T16:28:41.1769754Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-09-27T16:28:41.2156556Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (38 ms) 2022-09-27T16:28:41.2157040Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-09-27T16:28:41.3812232Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (165 ms) 2022-09-27T16:28:41.3812641Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-09-27T16:28:41.8255499Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (444 ms) 2022-09-27T16:28:41.8256109Z [ RUN ] DynamicShapes.GraphFromModel 2022-09-27T16:28:42.2017592Z [ OK ] DynamicShapes.GraphFromModel (376 ms) 2022-09-27T16:28:42.2018048Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-09-27T16:28:42.2759991Z [ OK ] DynamicShapes.MultiThreadedExecution (74 ms) 2022-09-27T16:28:42.2760679Z [----------] 8 tests from DynamicShapes (1328 ms total) 2022-09-27T16:28:42.2760955Z 2022-09-27T16:28:42.2761197Z [----------] 30 tests from Expr 2022-09-27T16:28:42.2761634Z [ RUN ] Expr.BasicValueTest 2022-09-27T16:28:42.2762145Z [ OK ] Expr.BasicValueTest (0 ms) 2022-09-27T16:28:42.2762631Z [ RUN ] Expr.BasicValueTest02 2022-09-27T16:28:42.2763154Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-09-27T16:28:42.2763693Z [ RUN ] Expr.IsChannelsLastContiguous 2022-09-27T16:28:42.2764060Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-09-27T16:28:42.2764346Z [ RUN ] Expr.LetTest01 2022-09-27T16:28:42.2764601Z [ OK ] Expr.LetTest01 (0 ms) 2022-09-27T16:28:42.2764836Z [ RUN ] Expr.LetTest02 2022-09-27T16:28:42.2765087Z [ OK ] Expr.LetTest02 (0 ms) 2022-09-27T16:28:42.2765344Z [ RUN ] Expr.LetStmtTest01 2022-09-27T16:28:42.2765629Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-09-27T16:28:42.2765867Z [ RUN ] Expr.IntTest 2022-09-27T16:28:42.2766114Z [ OK ] Expr.IntTest (0 ms) 2022-09-27T16:28:42.2766357Z [ RUN ] Expr.FloatTest 2022-09-27T16:28:42.2766599Z [ OK ] Expr.FloatTest (0 ms) 2022-09-27T16:28:42.2766842Z [ RUN ] Expr.ByteTest 2022-09-27T16:28:42.2769551Z [ OK ] Expr.ByteTest (0 ms) 2022-09-27T16:28:42.2769924Z [ RUN ] Expr.CharTest 2022-09-27T16:28:42.2770389Z [ OK ] Expr.CharTest (0 ms) 2022-09-27T16:28:42.2770842Z [ RUN ] Expr.ShortTest 2022-09-27T16:28:42.2771132Z [ OK ] Expr.ShortTest (0 ms) 2022-09-27T16:28:42.2771379Z [ RUN ] Expr.LongTest 2022-09-27T16:28:42.2771628Z [ OK ] Expr.LongTest (0 ms) 2022-09-27T16:28:42.2771927Z [ RUN ] Expr.HalfTest 2022-09-27T16:28:42.2772166Z [ OK ] Expr.HalfTest (0 ms) 2022-09-27T16:28:42.2772423Z [ RUN ] Expr.DoubleTest 2022-09-27T16:28:42.2772729Z [ OK ] Expr.DoubleTest (0 ms) 2022-09-27T16:28:42.2772970Z [ RUN ] Expr.VectorAdd01 2022-09-27T16:28:42.2784567Z [ OK ] Expr.VectorAdd01 (1 ms) 2022-09-27T16:28:42.2784851Z [ RUN ] Expr.CompareSelectEQ 2022-09-27T16:28:42.2819858Z [ OK ] Expr.CompareSelectEQ (3 ms) 2022-09-27T16:28:42.2820161Z [ RUN ] Expr.CompareSelectDtypes 2022-09-27T16:28:42.2855289Z [ OK ] Expr.CompareSelectDtypes (3 ms) 2022-09-27T16:28:42.2855604Z [ RUN ] Expr.IntrinsicsDtypes 2022-09-27T16:28:42.2861648Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-09-27T16:28:42.2862175Z [ RUN ] Expr.Substitute01 2022-09-27T16:28:42.2862602Z [ OK ] Expr.Substitute01 (0 ms) 2022-09-27T16:28:42.2862842Z [ RUN ] Expr.Math01 2022-09-27T16:28:42.2863083Z [ OK ] Expr.Math01 (0 ms) 2022-09-27T16:28:42.2863510Z [ RUN ] Expr.UnaryMath01 2022-09-27T16:28:42.2864469Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-09-27T16:28:42.2864781Z [ RUN ] Expr.BinaryMath01 2022-09-27T16:28:42.2865053Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-09-27T16:28:42.2865315Z [ RUN ] Expr.LogicalOps01 2022-09-27T16:28:42.2866082Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-09-27T16:28:42.2866433Z [ RUN ] Expr.LogicalOps02 2022-09-27T16:28:42.2866704Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-09-27T16:28:42.2867031Z [ RUN ] Expr.LogicalOps03 2022-09-27T16:28:42.2868055Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-09-27T16:28:42.2868410Z [ RUN ] Expr.BitwiseOps 2022-09-27T16:28:42.2868674Z [ OK ] Expr.BitwiseOps (0 ms) 2022-09-27T16:28:42.2868928Z [ RUN ] Expr.DynamicShapeAdd 2022-09-27T16:28:42.2871432Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-09-27T16:28:42.2871711Z [ RUN ] Expr.OutOfBounds 2022-09-27T16:28:42.2890203Z [ OK ] Expr.OutOfBounds (1 ms) 2022-09-27T16:28:42.2890482Z [ RUN ] Expr.OutOfBounds2d 2022-09-27T16:28:42.2898223Z [ OK ] Expr.OutOfBounds2d (0 ms) 2022-09-27T16:28:42.2898524Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-09-27T16:28:42.2902986Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-09-27T16:28:42.2903338Z [----------] 30 tests from Expr (14 ms total) 2022-09-27T16:28:42.2903501Z 2022-09-27T16:28:42.2903665Z [----------] 16 tests from ExternalCall 2022-09-27T16:28:42.2903937Z [ RUN ] ExternalCall.Conv1d_float 2022-09-27T16:28:42.3256183Z [ OK ] ExternalCall.Conv1d_float (35 ms) 2022-09-27T16:28:42.3256727Z [ RUN ] ExternalCall.Conv1d_int 2022-09-27T16:28:42.3538726Z [ OK ] ExternalCall.Conv1d_int (28 ms) 2022-09-27T16:28:42.3539247Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-09-27T16:28:42.3777146Z [ OK ] ExternalCall.Conv1d_nobias_noargs (23 ms) 2022-09-27T16:28:42.3777724Z [ RUN ] ExternalCall.Conv2d_float 2022-09-27T16:28:42.4086471Z [ OK ] ExternalCall.Conv2d_float (30 ms) 2022-09-27T16:28:42.4087059Z [ RUN ] ExternalCall.Conv2d_int 2022-09-27T16:28:42.4462343Z [ OK ] ExternalCall.Conv2d_int (37 ms) 2022-09-27T16:28:42.4462863Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-09-27T16:28:42.4729774Z [ OK ] ExternalCall.Conv2d_nobias_noargs (26 ms) 2022-09-27T16:28:42.4730399Z [ RUN ] ExternalCall.Addmm_float 2022-09-27T16:28:42.5091007Z [ OK ] ExternalCall.Addmm_float (36 ms) 2022-09-27T16:28:42.5091530Z [ RUN ] ExternalCall.Embedding 2022-09-27T16:28:42.5337813Z [ OK ] ExternalCall.Embedding (24 ms) 2022-09-27T16:28:42.5338328Z [ RUN ] ExternalCall.MaxReduction 2022-09-27T16:28:42.5564178Z [ OK ] ExternalCall.MaxReduction (22 ms) 2022-09-27T16:28:42.5565429Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-09-27T16:28:42.6092620Z [ OK ] ExternalCall.Prepacked_Linear_float (52 ms) 2022-09-27T16:28:42.6093381Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-09-27T16:28:42.6663542Z [ OK ] ExternalCall.Prepacked_Conv2d_float (57 ms) 2022-09-27T16:28:42.6664224Z [ RUN ] ExternalCall.BinaryFloat 2022-09-27T16:28:42.7405004Z [ OK ] ExternalCall.BinaryFloat (74 ms) 2022-09-27T16:28:42.7405538Z [ RUN ] ExternalCall.UnaryFloat 2022-09-27T16:28:42.7855621Z [ OK ] ExternalCall.UnaryFloat (45 ms) 2022-09-27T16:28:42.7856129Z [ RUN ] ExternalCall.ComputeInterop 2022-09-27T16:28:43.8537707Z [ OK ] ExternalCall.ComputeInterop (1068 ms) 2022-09-27T16:28:43.8538657Z [ RUN ] ExternalCall.Inlining 2022-09-27T16:28:43.9274120Z [ OK ] ExternalCall.Inlining (73 ms) 2022-09-27T16:28:43.9274698Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-09-27T16:28:44.0812773Z [ OK ] ExternalCall.JitCustomFusionOp (153 ms) 2022-09-27T16:28:44.0813449Z [----------] 16 tests from ExternalCall (1790 ms total) 2022-09-27T16:28:44.0813722Z 2022-09-27T16:28:44.0813983Z [----------] 8 tests from GraphOpt 2022-09-27T16:28:44.0814464Z [ RUN ] GraphOpt.OptimizeCat 2022-09-27T16:28:44.1138373Z [ OK ] GraphOpt.OptimizeCat (32 ms) 2022-09-27T16:28:44.1139359Z [ RUN ] GraphOpt.OptimizeCat2 2022-09-27T16:28:44.1492521Z [ OK ] GraphOpt.OptimizeCat2 (35 ms) 2022-09-27T16:28:44.1493225Z [ RUN ] GraphOpt.OptimizeCat3 2022-09-27T16:28:44.1898670Z [ OK ] GraphOpt.OptimizeCat3 (40 ms) 2022-09-27T16:28:44.1899525Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-09-27T16:28:44.2219779Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (32 ms) 2022-09-27T16:28:44.2220657Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-09-27T16:28:44.2831535Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (61 ms) 2022-09-27T16:28:44.2832342Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-09-27T16:28:44.3203260Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (37 ms) 2022-09-27T16:28:44.3204140Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-09-27T16:28:44.3604979Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (40 ms) 2022-09-27T16:28:44.3605712Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-09-27T16:28:44.3606296Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-09-27T16:28:44.3606843Z [----------] 8 tests from GraphOpt (279 ms total) 2022-09-27T16:28:44.3607112Z 2022-09-27T16:28:44.3607362Z [----------] 4 tests from IRPrinter 2022-09-27T16:28:44.3607821Z [ RUN ] IRPrinter.BasicValueTest 2022-09-27T16:28:44.3608308Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-09-27T16:28:44.3609016Z [ RUN ] IRPrinter.BasicValueTest02 2022-09-27T16:28:44.3609490Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-09-27T16:28:44.3609762Z [ RUN ] IRPrinter.CastTest 2022-09-27T16:28:44.3610036Z [ OK ] IRPrinter.CastTest (0 ms) 2022-09-27T16:28:44.3610313Z [ RUN ] IRPrinter.FunctionName 2022-09-27T16:28:44.3610609Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-09-27T16:28:44.3610903Z [----------] 4 tests from IRPrinter (0 ms total) 2022-09-27T16:28:44.3611059Z 2022-09-27T16:28:44.3611201Z [----------] 8 tests from IRVerifier 2022-09-27T16:28:44.3611465Z [ RUN ] IRVerifier.BitwiseOps 2022-09-27T16:28:44.3620901Z [ OK ] IRVerifier.BitwiseOps (1 ms) 2022-09-27T16:28:44.3621371Z [ RUN ] IRVerifier.CompareSelect 2022-09-27T16:28:44.3621812Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-09-27T16:28:44.3622192Z [ RUN ] IRVerifier.Ramp 2022-09-27T16:28:44.3622600Z [ OK ] IRVerifier.Ramp (0 ms) 2022-09-27T16:28:44.3623024Z [ RUN ] IRVerifier.Load 2022-09-27T16:28:44.3623494Z [ OK ] IRVerifier.Load (0 ms) 2022-09-27T16:28:44.3623934Z [ RUN ] IRVerifier.IfThenElse 2022-09-27T16:28:44.3624439Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-09-27T16:28:44.3624914Z [ RUN ] IRVerifier.For 2022-09-27T16:28:44.3625363Z [ OK ] IRVerifier.For (0 ms) 2022-09-27T16:28:44.3625817Z [ RUN ] IRVerifier.Block 2022-09-27T16:28:44.3626291Z [ OK ] IRVerifier.Block (0 ms) 2022-09-27T16:28:44.3626734Z [ RUN ] IRVerifier.Store 2022-09-27T16:28:44.3627223Z [ OK ] IRVerifier.Store (0 ms) 2022-09-27T16:28:44.3627527Z [----------] 8 tests from IRVerifier (1 ms total) 2022-09-27T16:28:44.3627678Z 2022-09-27T16:28:44.3627818Z [----------] 35 tests from Kernel 2022-09-27T16:28:44.3628154Z [ RUN ] Kernel.InliningIntermediates 2022-09-27T16:28:44.4280829Z [ OK ] Kernel.InliningIntermediates (65 ms) 2022-09-27T16:28:44.4281304Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-09-27T16:28:44.4696347Z [ OK ] Kernel.PreAllocIntermediateBufs (41 ms) 2022-09-27T16:28:44.4696832Z [ RUN ] Kernel._1 2022-09-27T16:28:44.4986493Z [ OK ] Kernel._1 (29 ms) 2022-09-27T16:28:44.4986740Z [ RUN ] Kernel._2 2022-09-27T16:28:44.5296798Z [ OK ] Kernel._2 (30 ms) 2022-09-27T16:28:44.5297107Z [ RUN ] Kernel._3 2022-09-27T16:28:44.5610412Z [ OK ] Kernel._3 (31 ms) 2022-09-27T16:28:44.5610714Z [ RUN ] Kernel.Huge 2022-09-27T16:28:44.5851914Z [ OK ] Kernel.Huge (24 ms) 2022-09-27T16:28:44.5852223Z [ RUN ] Kernel.ParallelStrided 2022-09-27T16:28:44.6994075Z [ OK ] Kernel.ParallelStrided (113 ms) 2022-09-27T16:28:44.6994615Z [ RUN ] Kernel.CatInputTypesPromotion 2022-09-27T16:28:44.7929343Z [ OK ] Kernel.CatInputTypesPromotion (93 ms) 2022-09-27T16:28:44.7929927Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-09-27T16:28:44.8206045Z [ OK ] Kernel.CatAndInlineWithAConstantDim (27 ms) 2022-09-27T16:28:44.8206849Z [ RUN ] Kernel.CatWithEmptyInputs 2022-09-27T16:28:44.8896816Z [ OK ] Kernel.CatWithEmptyInputs (69 ms) 2022-09-27T16:28:44.8897583Z [ RUN ] Kernel.CatWoConditionals 2022-09-27T16:28:44.9628429Z [ OK ] Kernel.CatWoConditionals (73 ms) 2022-09-27T16:28:44.9629048Z [ RUN ] Kernel.OptimizeConditionals 2022-09-27T16:28:45.0579332Z [ OK ] Kernel.OptimizeConditionals (95 ms) 2022-09-27T16:28:45.0579957Z [ RUN ] Kernel.SumAllAxes 2022-09-27T16:28:45.1063648Z [ OK ] Kernel.SumAllAxes (48 ms) 2022-09-27T16:28:45.1064144Z [ RUN ] Kernel.SumOneAxis 2022-09-27T16:28:45.5052393Z [ OK ] Kernel.SumOneAxis (398 ms) 2022-09-27T16:28:45.5052973Z [ RUN ] Kernel.SumMultipleAxes 2022-09-27T16:28:45.9289375Z [ OK ] Kernel.SumMultipleAxes (423 ms) 2022-09-27T16:28:45.9289921Z [ RUN ] Kernel.Softmax2D 2022-09-27T16:28:46.3232684Z [ OK ] Kernel.Softmax2D (394 ms) 2022-09-27T16:28:46.3233256Z [ RUN ] Kernel.Softmax3D 2022-09-27T16:28:46.9915939Z [ OK ] Kernel.Softmax3D (668 ms) 2022-09-27T16:28:46.9916316Z [ RUN ] Kernel.Softmax4D 2022-09-27T16:28:47.8674554Z [ OK ] Kernel.Softmax4D (875 ms) 2022-09-27T16:28:47.8675143Z [ RUN ] Kernel.SignTest 2022-09-27T16:28:47.9361151Z [ OK ] Kernel.SignTest (68 ms) 2022-09-27T16:28:47.9361473Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-09-27T16:28:47.9635826Z [ OK ] Kernel.InlineProducerIntoReduction (27 ms) 2022-09-27T16:28:47.9636216Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-09-27T16:28:47.9976402Z [ OK ] Kernel.InlineReductionIntoConsumer (33 ms) 2022-09-27T16:28:47.9976731Z [ RUN ] Kernel.ConstantTensors 2022-09-27T16:28:48.0371104Z [ OK ] Kernel.ConstantTensors (39 ms) 2022-09-27T16:28:48.0371463Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-09-27T16:28:48.0761054Z [ OK ] Kernel.ConstantTensorsNonContiguous (38 ms) 2022-09-27T16:28:48.0761362Z [ RUN ] Kernel.RunFast 2022-09-27T16:28:48.1069228Z [ OK ] Kernel.RunFast (30 ms) 2022-09-27T16:28:48.1069527Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-09-27T16:28:48.1379723Z [ OK ] Kernel.RunWithAllocatedOutputs (31 ms) 2022-09-27T16:28:48.1380048Z [ RUN ] Kernel.CodegenInspection 2022-09-27T16:28:48.1770268Z [ OK ] Kernel.CodegenInspection (39 ms) 2022-09-27T16:28:48.1770570Z [ RUN ] Kernel.CustomLowering 2022-09-27T16:28:48.2005347Z [ OK ] Kernel.CustomLowering (23 ms) 2022-09-27T16:28:48.2005849Z [ RUN ] Kernel.Vectorize 2022-09-27T16:28:48.2305555Z [ OK ] Kernel.Vectorize (30 ms) 2022-09-27T16:28:48.2306111Z [ RUN ] Kernel.Strided1dWithinBounds 2022-09-27T16:28:48.2527849Z [ OK ] Kernel.Strided1dWithinBounds (22 ms) 2022-09-27T16:28:48.2528232Z [ RUN ] Kernel.InputAsOutput 2022-09-27T16:28:48.2861951Z [ OK ] Kernel.InputAsOutput (33 ms) 2022-09-27T16:28:48.2862452Z [ RUN ] Kernel.ScalarOut 2022-09-27T16:28:48.3060725Z [ OK ] Kernel.ScalarOut (19 ms) 2022-09-27T16:28:48.3061247Z [ RUN ] Kernel.ScalarTensorOut 2022-09-27T16:28:48.3319074Z [ OK ] Kernel.ScalarTensorOut (25 ms) 2022-09-27T16:28:48.3319661Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-09-27T16:28:48.7720694Z [ OK ] Kernel.FuseLoopsWithVariableBounds (440 ms) 2022-09-27T16:28:48.7721102Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-09-27T16:28:49.2722785Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (500 ms) 2022-09-27T16:28:49.2723240Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-09-27T16:28:49.5980680Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (325 ms) 2022-09-27T16:28:49.5981199Z [----------] 35 tests from Kernel (5235 ms total) 2022-09-27T16:28:49.5981358Z 2022-09-27T16:28:49.5981506Z [----------] 174 tests from LoopNest 2022-09-27T16:28:49.5981783Z [ RUN ] LoopNest.ExprSimple01 2022-09-27T16:28:49.5991129Z [ OK ] LoopNest.ExprSimple01 (1 ms) 2022-09-27T16:28:49.5991501Z [ RUN ] LoopNest.ExprLower01 2022-09-27T16:28:49.5992132Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-09-27T16:28:49.5992474Z [ RUN ] LoopNest.ExprSimple02 2022-09-27T16:28:49.6014325Z [ OK ] LoopNest.ExprSimple02 (2 ms) 2022-09-27T16:28:49.6014733Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-09-27T16:28:49.6017256Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-09-27T16:28:49.6017671Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-09-27T16:28:49.6020167Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-09-27T16:28:49.6020692Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-09-27T16:28:49.6021171Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-09-27T16:28:49.6021675Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-09-27T16:28:49.6022261Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-09-27T16:28:49.6022602Z [ RUN ] LoopNest.ExprSliceHead 2022-09-27T16:28:49.6022901Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-09-27T16:28:49.6023297Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-09-27T16:28:49.6025245Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-09-27T16:28:49.6025865Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-09-27T16:28:49.6026307Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-09-27T16:28:49.6026894Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-09-27T16:28:49.6027408Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-09-27T16:28:49.6027999Z [ RUN ] LoopNest.ExprSliceTail 2022-09-27T16:28:49.6028305Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-09-27T16:28:49.6028781Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-09-27T16:28:49.6034895Z [ OK ] LoopNest.ExprSplitAndSlice (0 ms) 2022-09-27T16:28:49.6035283Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-09-27T16:28:49.6037077Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-09-27T16:28:49.6037484Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-09-27T16:28:49.6052657Z [ OK ] LoopNest.ExprSliceWithVariableDimension (1 ms) 2022-09-27T16:28:49.6053062Z [ RUN ] LoopNest.ExprSplitWithTail 2022-09-27T16:28:49.6059843Z [ OK ] LoopNest.ExprSplitWithTail (0 ms) 2022-09-27T16:28:49.6060215Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-09-27T16:28:49.6072411Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-09-27T16:28:49.6072816Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-09-27T16:28:49.6099894Z [ OK ] LoopNest.ExprSplitWithMask01 (2 ms) 2022-09-27T16:28:49.6100315Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-09-27T16:28:49.6104897Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-09-27T16:28:49.6105382Z [ RUN ] LoopNest.getLoopAt 2022-09-27T16:28:49.6105870Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-09-27T16:28:49.6106146Z [ RUN ] LoopNest.TileSimple 2022-09-27T16:28:49.6965082Z [ OK ] LoopNest.TileSimple (85 ms) 2022-09-27T16:28:49.6965365Z [ RUN ] LoopNest.TileWithTails 2022-09-27T16:28:49.7823309Z [ OK ] LoopNest.TileWithTails (85 ms) 2022-09-27T16:28:49.7823630Z [ RUN ] LoopNest.TileInMiddle 2022-09-27T16:28:49.9219668Z [ OK ] LoopNest.TileInMiddle (139 ms) 2022-09-27T16:28:49.9220102Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-09-27T16:28:49.9220497Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-09-27T16:28:49.9220939Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-09-27T16:28:49.9221314Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-09-27T16:28:49.9221722Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-09-27T16:28:49.9238562Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (1 ms) 2022-09-27T16:28:49.9238916Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-09-27T16:28:49.9312850Z [ OK ] LoopNest.ScheduleFunctionCall01 (7 ms) 2022-09-27T16:28:49.9313190Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-09-27T16:28:49.9430082Z [ OK ] LoopNest.ScheduleInlineSimple (11 ms) 2022-09-27T16:28:49.9430417Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-09-27T16:28:49.9971601Z [ OK ] LoopNest.ScheduleInlineFunc01 (54 ms) 2022-09-27T16:28:49.9971929Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-09-27T16:28:49.9975242Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-09-27T16:28:49.9975644Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-09-27T16:28:49.9979132Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-09-27T16:28:49.9979601Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-09-27T16:28:49.9982050Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-09-27T16:28:49.9982485Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-09-27T16:28:50.0068475Z [ OK ] LoopNest.ScheduleInlineIntrinsics (8 ms) 2022-09-27T16:28:50.0068916Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-09-27T16:28:50.0071614Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-09-27T16:28:50.0071973Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-09-27T16:28:50.0073516Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-09-27T16:28:50.0074129Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-09-27T16:28:50.0077719Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-09-27T16:28:50.0078323Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-09-27T16:28:50.0079552Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-09-27T16:28:50.0080190Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-09-27T16:28:50.0083157Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-09-27T16:28:50.0083777Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-09-27T16:28:50.0090834Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (0 ms) 2022-09-27T16:28:50.0091394Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-09-27T16:28:50.0092159Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-09-27T16:28:50.0092794Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-09-27T16:28:50.0096869Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-09-27T16:28:50.0097489Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-09-27T16:28:50.0101415Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-09-27T16:28:50.0102037Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-09-27T16:28:50.0106128Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-09-27T16:28:50.0106762Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-09-27T16:28:50.0108669Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-09-27T16:28:50.0109293Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-09-27T16:28:50.0112888Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-09-27T16:28:50.0113547Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-09-27T16:28:50.0114262Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-09-27T16:28:50.0114962Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-09-27T16:28:50.0115700Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-09-27T16:28:50.0116178Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-09-27T16:28:50.0116909Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-09-27T16:28:50.0117418Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-09-27T16:28:50.0163210Z [ OK ] LoopNest.ScheduleFuserStyle (4 ms) 2022-09-27T16:28:50.0163563Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-09-27T16:28:50.0219221Z [ OK ] LoopNest.ScheduleFuserThreeArg (5 ms) 2022-09-27T16:28:50.0219549Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-09-27T16:28:50.0332936Z [ OK ] LoopNest.ScheduleDynamicShape2D (11 ms) 2022-09-27T16:28:50.0333276Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-09-27T16:28:50.0341871Z [ OK ] LoopNest.LoopNestComputeAt_1 (0 ms) 2022-09-27T16:28:50.0342204Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-09-27T16:28:50.0806544Z [ OK ] LoopNest.LoopNestComputeAt_2 (46 ms) 2022-09-27T16:28:50.0806873Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-09-27T16:28:50.1271621Z [ OK ] LoopNest.LoopNestComputeAt_3 (46 ms) 2022-09-27T16:28:50.1271957Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-09-27T16:28:50.2058560Z [ OK ] LoopNest.Reduce2dComputeAt (78 ms) 2022-09-27T16:28:50.2058886Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-09-27T16:28:50.2060943Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-09-27T16:28:50.2061370Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-09-27T16:28:50.2070673Z [ OK ] LoopNest.LoopNestReorderPartialAxes (0 ms) 2022-09-27T16:28:50.2071105Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-09-27T16:28:50.2079599Z [ OK ] LoopNest.LoopNestReorderInternalAxis (0 ms) 2022-09-27T16:28:50.2079971Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-09-27T16:28:50.2088937Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (0 ms) 2022-09-27T16:28:50.2089594Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-09-27T16:28:50.2090213Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-09-27T16:28:50.2090574Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-09-27T16:28:50.2103884Z [ OK ] LoopNest.LoopNestReorderExtraStatements (1 ms) 2022-09-27T16:28:50.2104704Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-09-27T16:28:50.2642640Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (53 ms) 2022-09-27T16:28:50.2643278Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-09-27T16:28:50.3178773Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (53 ms) 2022-09-27T16:28:50.3179367Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-09-27T16:28:50.3858190Z [ OK ] LoopNest.LoopNestReorderLongStringFull (67 ms) 2022-09-27T16:28:50.3858752Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-09-27T16:28:50.3969548Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (11 ms) 2022-09-27T16:28:50.3970134Z [ RUN ] LoopNest.OuterLoopVectorization 2022-09-27T16:28:50.3971024Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-09-27T16:28:50.3971616Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-09-27T16:28:50.3973118Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-09-27T16:28:50.3973663Z [ RUN ] LoopNest.Unroll 2022-09-27T16:28:50.3974079Z [ OK ] LoopNest.Unroll (0 ms) 2022-09-27T16:28:50.3974572Z [ RUN ] LoopNest.UnrollOuter 2022-09-27T16:28:50.3975931Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-09-27T16:28:50.3976466Z [ RUN ] LoopNest.UnrollInner 2022-09-27T16:28:50.3977282Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-09-27T16:28:50.3977863Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-09-27T16:28:50.3978597Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-09-27T16:28:50.3979220Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-09-27T16:28:50.3980095Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-09-27T16:28:50.3980452Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-09-27T16:28:50.3995238Z [ OK ] LoopNest.UnrollNonConstantBounds (1 ms) 2022-09-27T16:28:50.3995573Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-09-27T16:28:50.4005918Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (1 ms) 2022-09-27T16:28:50.4006276Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-09-27T16:28:50.4009176Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-09-27T16:28:50.4009679Z [ RUN ] LoopNest.UnrollEmpty 2022-09-27T16:28:50.4010132Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-09-27T16:28:50.4010533Z [ RUN ] LoopNest.NoUnroll 2022-09-27T16:28:50.4010838Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-09-27T16:28:50.4011117Z [ RUN ] LoopNest.UnrollWithLet 2022-09-27T16:28:50.4012802Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-09-27T16:28:50.4013084Z [ RUN ] LoopNest.IsNormalized 2022-09-27T16:28:50.4013383Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-09-27T16:28:50.4013695Z [ RUN ] LoopNest.NormalizeStartPositive 2022-09-27T16:28:50.4015269Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-09-27T16:28:50.4015587Z [ RUN ] LoopNest.NormalizeStartNegative 2022-09-27T16:28:50.4024086Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-09-27T16:28:50.4024914Z [ RUN ] LoopNest.NormalizeStartZero 2022-09-27T16:28:50.4025481Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-09-27T16:28:50.4026067Z [ RUN ] LoopNest.NormalizeStartVariable 2022-09-27T16:28:50.4029464Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-09-27T16:28:50.4030071Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-09-27T16:28:50.4031014Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-09-27T16:28:50.4031655Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-09-27T16:28:50.4034951Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-09-27T16:28:50.4035618Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-09-27T16:28:50.4039459Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-09-27T16:28:50.4040128Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-09-27T16:28:50.4044903Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-09-27T16:28:50.4045557Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-09-27T16:28:50.4055318Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (1 ms) 2022-09-27T16:28:50.4055947Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-09-27T16:28:50.4136281Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (8 ms) 2022-09-27T16:28:50.4136933Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-09-27T16:28:50.4161593Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (2 ms) 2022-09-27T16:28:50.4162056Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-09-27T16:28:50.4173090Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-09-27T16:28:50.4173694Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-09-27T16:28:50.4174212Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-09-27T16:28:50.4174668Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-09-27T16:28:50.4175123Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-09-27T16:28:50.4175631Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-09-27T16:28:50.4176079Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-09-27T16:28:50.4176459Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-09-27T16:28:50.4176813Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-09-27T16:28:50.4177164Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-09-27T16:28:50.4177507Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-09-27T16:28:50.4177810Z [ RUN ] LoopNest.CacheReadsSimple 2022-09-27T16:28:50.4526773Z [ OK ] LoopNest.CacheReadsSimple (35 ms) 2022-09-27T16:28:50.4527108Z [ RUN ] LoopNest.CacheReadsOuter 2022-09-27T16:28:50.4901526Z [ OK ] LoopNest.CacheReadsOuter (37 ms) 2022-09-27T16:28:50.4901842Z [ RUN ] LoopNest.CacheReadsInternal 2022-09-27T16:28:50.5301346Z [ OK ] LoopNest.CacheReadsInternal (39 ms) 2022-09-27T16:28:50.5301673Z [ RUN ] LoopNest.CacheReadsInner 2022-09-27T16:28:50.5934075Z [ OK ] LoopNest.CacheReadsInner (63 ms) 2022-09-27T16:28:50.5934422Z [ RUN ] LoopNest.CacheWritesSimple 2022-09-27T16:28:50.6636566Z [ OK ] LoopNest.CacheWritesSimple (70 ms) 2022-09-27T16:28:50.6636933Z [ RUN ] LoopNest.DeadStoreElimination 2022-09-27T16:28:50.6649494Z [ OK ] LoopNest.DeadStoreElimination (1 ms) 2022-09-27T16:28:50.6649877Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-09-27T16:28:50.6660974Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-09-27T16:28:50.6661404Z [ RUN ] LoopNest.CompoundTensorSimple 2022-09-27T16:28:50.6673631Z [ OK ] LoopNest.CompoundTensorSimple (1 ms) 2022-09-27T16:28:50.6674165Z [ RUN ] LoopNest.InlineConstantIndex 2022-09-27T16:28:50.6676882Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-09-27T16:28:50.6677249Z [ RUN ] LoopNest.CompoundTensorUsed 2022-09-27T16:28:50.6698233Z [ OK ] LoopNest.CompoundTensorUsed (2 ms) 2022-09-27T16:28:50.6698548Z [ RUN ] LoopNest.InlineFromLoad 2022-09-27T16:28:50.6699900Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-09-27T16:28:50.6700367Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-09-27T16:28:50.6700988Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-09-27T16:28:50.6701460Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-09-27T16:28:50.6703242Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-09-27T16:28:50.6703657Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-09-27T16:28:50.6705833Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-09-27T16:28:50.6706270Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-09-27T16:28:50.6711017Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-09-27T16:28:50.6711442Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-09-27T16:28:50.6714285Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-09-27T16:28:50.6714691Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-09-27T16:28:50.6717771Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-09-27T16:28:50.6718260Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-09-27T16:28:50.6721012Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-09-27T16:28:50.6721509Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-09-27T16:28:50.6724519Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-09-27T16:28:50.6725007Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-09-27T16:28:50.6728386Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-09-27T16:28:50.6728996Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-09-27T16:28:50.6731853Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-09-27T16:28:50.6732343Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-09-27T16:28:50.6734680Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-09-27T16:28:50.6735156Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-09-27T16:28:50.6737047Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-09-27T16:28:50.6737505Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-09-27T16:28:50.8166520Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (142 ms) 2022-09-27T16:28:50.8166975Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-09-27T16:28:50.9299431Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (113 ms) 2022-09-27T16:28:50.9300186Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-09-27T16:28:51.0724533Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (142 ms) 2022-09-27T16:28:51.0725286Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-09-27T16:28:51.2004755Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (128 ms) 2022-09-27T16:28:51.2005402Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-09-27T16:28:51.2007785Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-09-27T16:28:51.2008301Z [ RUN ] LoopNest.VectorizeUse 2022-09-27T16:28:51.2009830Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-09-27T16:28:51.2010536Z [ RUN ] LoopNest.Int64Direct 2022-09-27T16:28:51.2011016Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-09-27T16:28:51.2011445Z [ RUN ] LoopNest.Int64Compute 2022-09-27T16:28:51.2012407Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-09-27T16:28:51.2013031Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-09-27T16:28:51.2013837Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-09-27T16:28:51.2014511Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-09-27T16:28:51.2015373Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-09-27T16:28:51.2016033Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-09-27T16:28:51.2016691Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-09-27T16:28:51.2017348Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-09-27T16:28:51.2017982Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-09-27T16:28:51.2019212Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-09-27T16:28:51.2019656Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-09-27T16:28:51.2020015Z [ RUN ] LoopNest.fuseLoopsSimple 2022-09-27T16:28:51.2025751Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-09-27T16:28:51.2026286Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-09-27T16:28:51.2031395Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-09-27T16:28:51.2031951Z [ RUN ] LoopNest.fuseLoopsNested 2022-09-27T16:28:51.2038759Z [ OK ] LoopNest.fuseLoopsNested (0 ms) 2022-09-27T16:28:51.2039306Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-09-27T16:28:51.2042808Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-09-27T16:28:51.2043380Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-09-27T16:28:51.2045574Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-09-27T16:28:51.2046242Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-09-27T16:28:51.2046933Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-09-27T16:28:51.2047344Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-09-27T16:28:51.2047706Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-09-27T16:28:51.2048058Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-09-27T16:28:51.2048397Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-09-27T16:28:51.2048933Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-09-27T16:28:51.2049309Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-09-27T16:28:51.2049850Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-09-27T16:28:51.2050733Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-09-27T16:28:51.2051343Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-09-27T16:28:51.2055913Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-09-27T16:28:51.2056559Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-09-27T16:28:51.2060445Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-09-27T16:28:51.2061142Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-09-27T16:28:51.2064959Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-09-27T16:28:51.2065641Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-09-27T16:28:51.2073144Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (0 ms) 2022-09-27T16:28:51.2073697Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-09-27T16:28:51.2078119Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-09-27T16:28:51.2078725Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-09-27T16:28:51.2087089Z [ OK ] LoopNest.fuseLoopsWith2DReductions (0 ms) 2022-09-27T16:28:51.2087699Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-09-27T16:28:51.2095022Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (0 ms) 2022-09-27T16:28:51.2095652Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-09-27T16:28:51.2106016Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (1 ms) 2022-09-27T16:28:51.2106613Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-09-27T16:28:51.2111689Z [ OK ] LoopNest.fuseLoopsWithTranspose (0 ms) 2022-09-27T16:28:51.2112419Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-09-27T16:28:51.2116297Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-09-27T16:28:51.2116953Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-09-27T16:28:51.2120498Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-09-27T16:28:51.2121150Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-09-27T16:28:51.2128405Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (0 ms) 2022-09-27T16:28:51.2129180Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-09-27T16:28:51.2137943Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (0 ms) 2022-09-27T16:28:51.2138588Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-09-27T16:28:51.2142814Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-09-27T16:28:51.2143450Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-09-27T16:28:51.2147741Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-09-27T16:28:51.2148433Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-09-27T16:28:51.2152607Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-09-27T16:28:51.2153382Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-09-27T16:28:51.2154031Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-09-27T16:28:51.2154567Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-09-27T16:28:51.2154898Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-09-27T16:28:51.2155202Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-09-27T16:28:51.2155521Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-09-27T16:28:51.2155834Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-09-27T16:28:51.2156144Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-09-27T16:28:51.2156481Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-09-27T16:28:51.2156831Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-09-27T16:28:51.2157165Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-09-27T16:28:51.2164641Z [ OK ] LoopNest.reorderInvalidPermutations (1 ms) 2022-09-27T16:28:51.2165062Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-09-27T16:28:51.2165405Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-09-27T16:28:51.2165715Z [ RUN ] LoopNest.compressBufferSimple 2022-09-27T16:28:51.2167823Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-09-27T16:28:51.2168194Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-09-27T16:28:51.2168810Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-09-27T16:28:51.2169264Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-09-27T16:28:51.2169724Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-09-27T16:28:51.2170137Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-09-27T16:28:51.2170760Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-09-27T16:28:51.2171239Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-09-27T16:28:51.2171804Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-09-27T16:28:51.2172294Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-09-27T16:28:51.2172726Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-09-27T16:28:51.2173165Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-09-27T16:28:51.2173518Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-09-27T16:28:51.2173847Z [ RUN ] LoopNest.compressMultipleBuffers 2022-09-27T16:28:51.2174191Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-09-27T16:28:51.2174584Z [ RUN ] LoopNest.sanitizeNames 2022-09-27T16:28:51.2189615Z [ OK ] LoopNest.sanitizeNames (1 ms) 2022-09-27T16:28:51.2190015Z [----------] 174 tests from LoopNest (1621 ms total) 2022-09-27T16:28:51.2190172Z 2022-09-27T16:28:51.2190324Z [----------] 31 tests from MemDependency 2022-09-27T16:28:51.2190620Z [ RUN ] MemDependency.BoundOverlap 2022-09-27T16:28:51.2200059Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-09-27T16:28:51.2200451Z [ RUN ] MemDependency.BoundComparison 2022-09-27T16:28:51.2207927Z [ OK ] MemDependency.BoundComparison (0 ms) 2022-09-27T16:28:51.2208267Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-09-27T16:28:51.2216424Z [ OK ] MemDependency.BoundOverlapSymbolic (0 ms) 2022-09-27T16:28:51.2216778Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-09-27T16:28:51.2224638Z [ OK ] MemDependency.BoundOverlapMultiDim (0 ms) 2022-09-27T16:28:51.2224961Z [ RUN ] MemDependency.BoundSubtract 2022-09-27T16:28:51.2231606Z [ OK ] MemDependency.BoundSubtract (0 ms) 2022-09-27T16:28:51.2231946Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-09-27T16:28:51.2251882Z [ OK ] MemDependency.BoundSubtractSymbolic (2 ms) 2022-09-27T16:28:51.2252231Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-09-27T16:28:51.2274827Z [ OK ] MemDependency.BoundSubtractMultiDim (2 ms) 2022-09-27T16:28:51.2275246Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-09-27T16:28:51.2307363Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (3 ms) 2022-09-27T16:28:51.2307772Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-09-27T16:28:51.2316693Z [ OK ] MemDependency.MemDependencyCheckerSimple (0 ms) 2022-09-27T16:28:51.2317242Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-09-27T16:28:51.2317790Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-09-27T16:28:51.2318314Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-09-27T16:28:51.2318758Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-09-27T16:28:51.2319209Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-09-27T16:28:51.2319900Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-09-27T16:28:51.2320367Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-09-27T16:28:51.2330115Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (0 ms) 2022-09-27T16:28:51.2330545Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-09-27T16:28:51.2332783Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-09-27T16:28:51.2333237Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-09-27T16:28:51.2334777Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-09-27T16:28:51.2335438Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-09-27T16:28:51.2336195Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-09-27T16:28:51.2336679Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-09-27T16:28:51.2346366Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-09-27T16:28:51.2347015Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-09-27T16:28:51.2371669Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (2 ms) 2022-09-27T16:28:51.2372330Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-09-27T16:28:51.2497163Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (12 ms) 2022-09-27T16:28:51.2497936Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-09-27T16:28:51.2505471Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (0 ms) 2022-09-27T16:28:51.2506116Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-09-27T16:28:51.2521480Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (1 ms) 2022-09-27T16:28:51.2522117Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-09-27T16:28:51.2540035Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (1 ms) 2022-09-27T16:28:51.2540652Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-09-27T16:28:51.2557392Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (1 ms) 2022-09-27T16:28:51.2558034Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-09-27T16:28:51.2591965Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (3 ms) 2022-09-27T16:28:51.2592570Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-09-27T16:28:51.2623516Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (3 ms) 2022-09-27T16:28:51.2624148Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-09-27T16:28:51.2645384Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (2 ms) 2022-09-27T16:28:51.2646020Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-09-27T16:28:51.2652905Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (0 ms) 2022-09-27T16:28:51.2653540Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-09-27T16:28:51.2673273Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (2 ms) 2022-09-27T16:28:51.2673903Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-09-27T16:28:51.2685827Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (1 ms) 2022-09-27T16:28:51.2686472Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-09-27T16:28:51.2696108Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-09-27T16:28:51.2696749Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-09-27T16:28:51.2851450Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (15 ms) 2022-09-27T16:28:51.2852124Z [----------] 31 tests from MemDependency (66 ms total) 2022-09-27T16:28:51.2852285Z 2022-09-27T16:28:51.2852404Z [----------] 2 tests from Ops 2022-09-27T16:28:51.2852638Z [ RUN ] Ops.Sum 2022-09-27T16:28:51.2890792Z [ OK ] Ops.Sum (3 ms) 2022-09-27T16:28:51.2891248Z [ RUN ] Ops.ChannelsLastSum 2022-09-27T16:28:51.3955016Z [ OK ] Ops.ChannelsLastSum (106 ms) 2022-09-27T16:28:51.3955584Z [----------] 2 tests from Ops (110 ms total) 2022-09-27T16:28:51.3955759Z 2022-09-27T16:28:51.3955899Z [----------] 10 tests from Quantization 2022-09-27T16:28:51.3956212Z [ RUN ] Quantization.QuantDequantInt8 2022-09-27T16:28:51.4329113Z [ OK ] Quantization.QuantDequantInt8 (37 ms) 2022-09-27T16:28:51.4329689Z [ RUN ] Quantization.QuantDequantUInt8 2022-09-27T16:28:51.4647364Z [ OK ] Quantization.QuantDequantUInt8 (31 ms) 2022-09-27T16:28:51.4648190Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-09-27T16:28:51.4902483Z [ OK ] Quantization.QuantDequantUInt8_NLC (25 ms) 2022-09-27T16:28:51.4903057Z [ RUN ] Quantization.QuantAddDequantInt8 2022-09-27T16:28:51.5190514Z [ OK ] Quantization.QuantAddDequantInt8 (28 ms) 2022-09-27T16:28:51.5191128Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-09-27T16:28:51.5480063Z [ OK ] Quantization.QuantAddDequantUInt8 (28 ms) 2022-09-27T16:28:51.5480710Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-09-27T16:28:51.5814583Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (33 ms) 2022-09-27T16:28:51.5815250Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-09-27T16:28:51.6217421Z [ OK ] Quantization.QuantMulDequantUInt8 (40 ms) 2022-09-27T16:28:51.6218095Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-09-27T16:28:51.6672056Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (45 ms) 2022-09-27T16:28:51.6672715Z [ RUN ] Quantization.UpsampleNearst2d 2022-09-27T16:28:51.6963291Z [ OK ] Quantization.UpsampleNearst2d (29 ms) 2022-09-27T16:28:51.6963835Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-09-27T16:28:51.7562068Z [ OK ] Quantization.QuantCatDequantUInt8 (59 ms) 2022-09-27T16:28:51.7564234Z [----------] 10 tests from Quantization (360 ms total) 2022-09-27T16:28:51.7564494Z 2022-09-27T16:28:51.7564756Z [----------] 2 tests from BufLiveRange 2022-09-27T16:28:51.7565243Z [ RUN ] BufLiveRange.SingleRangeLine 2022-09-27T16:28:51.7565772Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-09-27T16:28:51.7566272Z [ RUN ] BufLiveRange.MulRangeLine 2022-09-27T16:28:51.7566755Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-09-27T16:28:51.7567282Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-09-27T16:28:51.7567540Z 2022-09-27T16:28:51.7567785Z [----------] 6 tests from MemPlanning 2022-09-27T16:28:51.7568262Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-09-27T16:28:51.8192084Z [ OK ] MemPlanning.MemReuseWithTypeCast (62 ms) 2022-09-27T16:28:51.8192691Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-09-27T16:28:51.8921618Z [ OK ] MemPlanning.NoMemReuseForLargerType (73 ms) 2022-09-27T16:28:51.8922207Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-09-27T16:28:52.1491024Z [ OK ] MemPlanning.SameBufSizeMemReuse (256 ms) 2022-09-27T16:28:52.1491686Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-09-27T16:28:52.4117187Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (262 ms) 2022-09-27T16:28:52.4117914Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-09-27T16:28:52.7480492Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (336 ms) 2022-09-27T16:28:52.7481269Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-09-27T16:28:52.8939680Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (145 ms) 2022-09-27T16:28:52.8940094Z [----------] 6 tests from MemPlanning (1137 ms total) 2022-09-27T16:28:52.8940252Z 2022-09-27T16:28:52.8940400Z [----------] 45 tests from Reductions 2022-09-27T16:28:52.8940679Z [ RUN ] Reductions.ReduceSum0D_1 2022-09-27T16:28:52.8960754Z [ OK ] Reductions.ReduceSum0D_1 (2 ms) 2022-09-27T16:28:52.8961265Z [ RUN ] Reductions.ReduceSum0D_2 2022-09-27T16:28:52.8961645Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-09-27T16:28:52.8961921Z [ RUN ] Reductions.ReduceSum1D 2022-09-27T16:28:52.8962646Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-09-27T16:28:52.8963104Z [ RUN ] Reductions.ReduceSum2D 2022-09-27T16:28:52.8967249Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-09-27T16:28:52.8967994Z [ RUN ] Reductions.ReduceSum3D 2022-09-27T16:28:52.8998202Z [ OK ] Reductions.ReduceSum3D (3 ms) 2022-09-27T16:28:52.8998721Z [ RUN ] Reductions.ReduceSum10D 2022-09-27T16:28:53.5505491Z [ OK ] Reductions.ReduceSum10D (650 ms) 2022-09-27T16:28:53.5505824Z [ RUN ] Reductions.ReduceProduct 2022-09-27T16:28:53.5508141Z [ OK ] Reductions.ReduceProduct (0 ms) 2022-09-27T16:28:53.5508420Z [ RUN ] Reductions.ReduceMax 2022-09-27T16:28:53.5512879Z [ OK ] Reductions.ReduceMax (0 ms) 2022-09-27T16:28:53.5513402Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-09-27T16:28:53.5515053Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-09-27T16:28:53.5515382Z [ RUN ] Reductions.ReduceAnyAll 2022-09-27T16:28:53.5536851Z [ OK ] Reductions.ReduceAnyAll (2 ms) 2022-09-27T16:28:53.5537225Z [ RUN ] Reductions.ReduceMatmul2D 2022-09-27T16:28:53.5546278Z [ OK ] Reductions.ReduceMatmul2D (0 ms) 2022-09-27T16:28:53.5546652Z [ RUN ] Reductions.ReduceRfactorLike 2022-09-27T16:28:53.5557478Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-09-27T16:28:53.5557846Z [ RUN ] Reductions.ReduceAsProducer 2022-09-27T16:28:53.5579367Z [ OK ] Reductions.ReduceAsProducer (2 ms) 2022-09-27T16:28:53.5579742Z [ RUN ] Reductions.ReduceAsConsumer 2022-09-27T16:28:53.5614050Z [ OK ] Reductions.ReduceAsConsumer (3 ms) 2022-09-27T16:28:53.5614425Z [ RUN ] Reductions.SplitReduceAxis 2022-09-27T16:28:53.5629995Z [ OK ] Reductions.SplitReduceAxis (1 ms) 2022-09-27T16:28:53.5630382Z [ RUN ] Reductions.SplitNonReduceAxis 2022-09-27T16:28:53.5661964Z [ OK ] Reductions.SplitNonReduceAxis (3 ms) 2022-09-27T16:28:53.5662404Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-09-27T16:28:53.5700645Z [ OK ] Reductions.ReorderedReductionInitializer (3 ms) 2022-09-27T16:28:53.5701052Z [ RUN ] Reductions.ReduceRfactor 2022-09-27T16:28:53.5712524Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-09-27T16:28:53.5712911Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-09-27T16:28:53.5834969Z [ OK ] Reductions.Reduce3DRfactorInner (12 ms) 2022-09-27T16:28:53.5835347Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-09-27T16:28:53.5966614Z [ OK ] Reductions.Reduce3DRfactorOuter (13 ms) 2022-09-27T16:28:53.5967047Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-09-27T16:28:53.7646222Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (167 ms) 2022-09-27T16:28:53.7646570Z [ RUN ] Reductions.ReduceSplitTail 2022-09-27T16:28:53.8031450Z [ OK ] Reductions.ReduceSplitTail (38 ms) 2022-09-27T16:28:53.8031803Z [ RUN ] Reductions.ReduceSplitNoTail 2022-09-27T16:28:53.8470871Z [ OK ] Reductions.ReduceSplitNoTail (43 ms) 2022-09-27T16:28:53.8471225Z [ RUN ] Reductions.ReduceOverSplitTail 2022-09-27T16:28:53.8841274Z [ OK ] Reductions.ReduceOverSplitTail (37 ms) 2022-09-27T16:28:53.8841583Z [ RUN ] Reductions.ReduceSplitMask 2022-09-27T16:28:53.9319135Z [ OK ] Reductions.ReduceSplitMask (47 ms) 2022-09-27T16:28:53.9319726Z [ RUN ] Reductions.ReduceSplitNoMask 2022-09-27T16:28:53.9759693Z [ OK ] Reductions.ReduceSplitNoMask (44 ms) 2022-09-27T16:28:54.0150448Z [ RUN ] Reductions.ReduceOverSplitMask 2022-09-27T16:28:54.0151081Z [ OK ] Reductions.ReduceOverSplitMask (39 ms) 2022-09-27T16:28:54.0151657Z [ RUN ] Reductions.ReduceSplitRfactor 2022-09-27T16:28:54.0191816Z [ OK ] Reductions.ReduceSplitRfactor (4 ms) 2022-09-27T16:28:54.0205792Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-09-27T16:28:54.0206434Z [ OK ] Reductions.ReduceOverSplitRfactor (1 ms) 2022-09-27T16:28:54.0207046Z [ RUN ] Reductions.ReduceInlineReduction 2022-09-27T16:28:54.0207603Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-09-27T16:28:54.0208185Z [ RUN ] Reductions.ReduceInlineConsumer 2022-09-27T16:28:54.0294081Z [ OK ] Reductions.ReduceInlineConsumer (8 ms) 2022-09-27T16:28:54.0294714Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-09-27T16:28:54.0382746Z [ OK ] Reductions.ReduceInlineReducerInternal (8 ms) 2022-09-27T16:28:54.0383506Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-09-27T16:28:54.0429329Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (4 ms) 2022-09-27T16:28:54.0429773Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-09-27T16:28:54.0471709Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (4 ms) 2022-09-27T16:28:54.0472234Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-09-27T16:28:54.0516780Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (4 ms) 2022-09-27T16:28:54.0517238Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-09-27T16:28:54.0531875Z [ OK ] Reductions.ReductionCacheBodyAccess (1 ms) 2022-09-27T16:28:54.0532333Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-09-27T16:28:54.0549271Z [ OK ] Reductions.ReductionCacheConsumerAccess (1 ms) 2022-09-27T16:28:54.0549754Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-09-27T16:28:54.0569434Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (1 ms) 2022-09-27T16:28:54.0569934Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-09-27T16:28:54.0587118Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (1 ms) 2022-09-27T16:28:54.0587598Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-09-27T16:28:54.0765745Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (17 ms) 2022-09-27T16:28:54.0766158Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-09-27T16:28:54.0904439Z [ OK ] Reductions.ReductionRfactorCacheTempInner (13 ms) 2022-09-27T16:28:54.0904828Z [ RUN ] Reductions.ReductionVectorize 2022-09-27T16:28:54.0915655Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-09-27T16:28:54.0916085Z [ RUN ] Reductions.ReductionVectorizeInner 2022-09-27T16:28:54.0916446Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-09-27T16:28:54.0916802Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-09-27T16:28:54.0928557Z [ OK ] Reductions.ReductionVectorizeRfactor (1 ms) 2022-09-27T16:28:54.0929014Z [ RUN ] Reductions.InitFunction 2022-09-27T16:28:54.0930575Z [ OK ] Reductions.InitFunction (0 ms) 2022-09-27T16:28:54.0930926Z [----------] 45 tests from Reductions (1199 ms total) 2022-09-27T16:28:54.0931083Z 2022-09-27T16:28:54.0931219Z [----------] 69 tests from Registerizer 2022-09-27T16:28:54.0931577Z [ RUN ] Registerizer.RegisterizerSimple 2022-09-27T16:28:54.0943206Z [ OK ] Registerizer.RegisterizerSimple (1 ms) 2022-09-27T16:28:54.0943597Z [ RUN ] Registerizer.RegisterizerLoop 2022-09-27T16:28:54.0944402Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-09-27T16:28:54.0944748Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-09-27T16:28:54.0946658Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-09-27T16:28:54.0947043Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-09-27T16:28:54.0948273Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-09-27T16:28:54.0948813Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-09-27T16:28:54.0950583Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-09-27T16:28:54.0950999Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-09-27T16:28:54.0956912Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-09-27T16:28:54.0957381Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-09-27T16:28:54.0960704Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-09-27T16:28:54.0961198Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-09-27T16:28:54.0964668Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-09-27T16:28:54.0965084Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-09-27T16:28:54.0967276Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-09-27T16:28:54.0967632Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-09-27T16:28:54.0969684Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-09-27T16:28:54.0970060Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-09-27T16:28:54.0971471Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-09-27T16:28:54.0971836Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-09-27T16:28:54.0974028Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-09-27T16:28:54.0974364Z [ RUN ] Registerizer.RegisterizerRepeated 2022-09-27T16:28:54.0977016Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-09-27T16:28:54.0977352Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-09-27T16:28:54.0978820Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-09-27T16:28:54.0979198Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-09-27T16:28:54.0980652Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-09-27T16:28:54.0981038Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-09-27T16:28:54.0983941Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-09-27T16:28:54.0984285Z [ RUN ] Registerizer.RegisterizerAllocs 2022-09-27T16:28:54.0986946Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-09-27T16:28:54.0987363Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-09-27T16:28:54.0988607Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-09-27T16:28:54.0989143Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-09-27T16:28:54.0990125Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-09-27T16:28:54.0990588Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-09-27T16:28:54.0992015Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-09-27T16:28:54.0992465Z [ RUN ] Registerizer.RegisterizerParallelized 2022-09-27T16:28:54.1017853Z [ OK ] Registerizer.RegisterizerParallelized (2 ms) 2022-09-27T16:28:54.1018292Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-09-27T16:28:54.1019806Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-09-27T16:28:54.1020261Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-09-27T16:28:54.1021467Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-09-27T16:28:54.1021869Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-09-27T16:28:54.1024139Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-09-27T16:28:54.1024624Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-09-27T16:28:54.1026900Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-09-27T16:28:54.1027504Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-09-27T16:28:54.1030877Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-09-27T16:28:54.1031409Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-09-27T16:28:54.1032357Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-09-27T16:28:54.1032772Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-09-27T16:28:54.1034691Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-09-27T16:28:54.1035224Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-09-27T16:28:54.1036748Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-09-27T16:28:54.1037223Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-09-27T16:28:54.1039221Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-09-27T16:28:54.1039701Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-09-27T16:28:54.1043065Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-09-27T16:28:54.1043532Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-09-27T16:28:54.1047528Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-09-27T16:28:54.1047979Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-09-27T16:28:54.1049792Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-09-27T16:28:54.1050266Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-09-27T16:28:54.1052514Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-09-27T16:28:54.1053019Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-09-27T16:28:54.1054082Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-09-27T16:28:54.1054592Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-09-27T16:28:54.1056302Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-09-27T16:28:54.1056798Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-09-27T16:28:54.1067136Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-09-27T16:28:54.1067598Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-09-27T16:28:54.1069589Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-09-27T16:28:54.1070056Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-09-27T16:28:54.1071169Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-09-27T16:28:54.1071590Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-09-27T16:28:54.1073194Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-09-27T16:28:54.1073649Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-09-27T16:28:54.1076102Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-09-27T16:28:54.1076549Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-09-27T16:28:54.1078977Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-09-27T16:28:54.1079423Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-09-27T16:28:54.1082668Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-09-27T16:28:54.1083110Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-09-27T16:28:54.1086791Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-09-27T16:28:54.1087304Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-09-27T16:28:54.1088557Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-09-27T16:28:54.1089262Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-09-27T16:28:54.1090287Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-09-27T16:28:54.1090796Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-09-27T16:28:54.1101704Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (1 ms) 2022-09-27T16:28:54.1102151Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-09-27T16:28:54.1103989Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-09-27T16:28:54.1104441Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-09-27T16:28:54.1106012Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-09-27T16:28:54.1106512Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-09-27T16:28:54.1108170Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-09-27T16:28:54.1108698Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-09-27T16:28:54.1116390Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (0 ms) 2022-09-27T16:28:54.1116932Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-09-27T16:28:54.1119149Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-09-27T16:28:54.1119667Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-09-27T16:28:54.1120791Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-09-27T16:28:54.1121289Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-09-27T16:28:54.1123420Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-09-27T16:28:54.1123927Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-09-27T16:28:54.1129263Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-09-27T16:28:54.1129690Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-09-27T16:28:54.1130904Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-09-27T16:28:54.1131298Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-09-27T16:28:54.1134047Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-09-27T16:28:54.1134503Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-09-27T16:28:54.1145773Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (1 ms) 2022-09-27T16:28:54.1146374Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-09-27T16:28:54.1149088Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-09-27T16:28:54.1149712Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-09-27T16:28:54.1151928Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-09-27T16:28:54.1152559Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-09-27T16:28:54.1161879Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (0 ms) 2022-09-27T16:28:54.1162477Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-09-27T16:28:54.1163266Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-09-27T16:28:54.1163910Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-09-27T16:28:54.1164825Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-09-27T16:28:54.1165437Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-09-27T16:28:54.1166815Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-09-27T16:28:54.1167451Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-09-27T16:28:54.1169501Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-09-27T16:28:54.1170127Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-09-27T16:28:54.1172262Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-09-27T16:28:54.1173018Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-09-27T16:28:54.1174962Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-09-27T16:28:54.1175599Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-09-27T16:28:54.1177984Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-09-27T16:28:54.1178653Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-09-27T16:28:54.1181429Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-09-27T16:28:54.1182414Z [----------] 69 tests from Registerizer (25 ms total) 2022-09-27T16:28:54.1182716Z 2022-09-27T16:28:54.1183099Z [----------] 92 tests from Simplify 2022-09-27T16:28:54.1183531Z [ RUN ] Simplify.ConstantFoldSimple 2022-09-27T16:28:54.1183923Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-09-27T16:28:54.1184407Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-09-27T16:28:54.1184890Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-09-27T16:28:54.1185281Z [ RUN ] Simplify.ConstantFoldShifts 2022-09-27T16:28:54.1185716Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-09-27T16:28:54.1186153Z [ RUN ] Simplify.ConstantFoldBitwise 2022-09-27T16:28:54.1186713Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-09-27T16:28:54.1187247Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-09-27T16:28:54.1187815Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-09-27T16:28:54.1188222Z [ RUN ] Simplify.ConstantFoldMinMax 2022-09-27T16:28:54.1188521Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-09-27T16:28:54.1188943Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-09-27T16:28:54.1189287Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-09-27T16:28:54.1189611Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-09-27T16:28:54.1189935Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-09-27T16:28:54.1190248Z [ RUN ] Simplify.ConstantFoldWithVar 2022-09-27T16:28:54.1190668Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-09-27T16:28:54.1191126Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-09-27T16:28:54.1191577Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-09-27T16:28:54.1191938Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-09-27T16:28:54.1192303Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-09-27T16:28:54.1192667Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-09-27T16:28:54.1196630Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-09-27T16:28:54.1197174Z [ RUN ] Simplify.UnFoldableExpr 2022-09-27T16:28:54.1197778Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-09-27T16:28:54.1198247Z [ RUN ] Simplify.HashSimple 2022-09-27T16:28:54.1198714Z [ OK ] Simplify.HashSimple (0 ms) 2022-09-27T16:28:54.1199195Z [ RUN ] Simplify.HashEquivalence 2022-09-27T16:28:54.1199719Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-09-27T16:28:54.1200172Z [ RUN ] Simplify.HashEquivalenceRand 2022-09-27T16:28:54.1200680Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-09-27T16:28:54.1201101Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-09-27T16:28:54.1201657Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-09-27T16:28:54.1202101Z [ RUN ] Simplify.HashDifferenceTypes 2022-09-27T16:28:54.1202493Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-09-27T16:28:54.1202943Z [ RUN ] Simplify.HashLargeExpression 2022-09-27T16:28:54.1203407Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-09-27T16:28:54.1204040Z [ RUN ] Simplify.HashForLoopOptions 2022-09-27T16:28:54.1204514Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-09-27T16:28:54.1204805Z [ RUN ] Simplify.SimplifyAdd 2022-09-27T16:28:54.1205087Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-09-27T16:28:54.1205398Z [ RUN ] Simplify.SimplifySub 2022-09-27T16:28:54.1205679Z [ OK ] Simplify.SimplifySub (0 ms) 2022-09-27T16:28:54.1206075Z [ RUN ] Simplify.SimplifyMultiLayer 2022-09-27T16:28:54.1206481Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-09-27T16:28:54.1206865Z [ RUN ] Simplify.SimplifyMultiTerm 2022-09-27T16:28:54.1207187Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-09-27T16:28:54.1207467Z [ RUN ] Simplify.SimplifyCasts 2022-09-27T16:28:54.1207756Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-09-27T16:28:54.1208068Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-09-27T16:28:54.1208409Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-09-27T16:28:54.1208867Z [ RUN ] Simplify.SimplifyMultiVar 2022-09-27T16:28:54.1209172Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-09-27T16:28:54.1209528Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-09-27T16:28:54.1209846Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-09-27T16:28:54.1210287Z [ RUN ] Simplify.SimplifyAdds 2022-09-27T16:28:54.1210568Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-09-27T16:28:54.1210833Z [ RUN ] Simplify.SimplifyMuls 2022-09-27T16:28:54.1211183Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-09-27T16:28:54.1211460Z [ RUN ] Simplify.SimplifySubs 2022-09-27T16:28:54.1217039Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-09-27T16:28:54.1217520Z [ RUN ] Simplify.SimplifyDiv 2022-09-27T16:28:54.1217976Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-09-27T16:28:54.1218488Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-09-27T16:28:54.1219129Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-09-27T16:28:54.1219575Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-09-27T16:28:54.1220665Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-09-27T16:28:54.1221023Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-09-27T16:28:54.1222603Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-09-27T16:28:54.1223055Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-09-27T16:28:54.1223536Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-09-27T16:28:54.1223914Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-09-27T16:28:54.1225754Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-09-27T16:28:54.1226110Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-09-27T16:28:54.1228702Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-09-27T16:28:54.1229081Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-09-27T16:28:54.1231608Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-09-27T16:28:54.1232169Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-09-27T16:28:54.1232771Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-09-27T16:28:54.1233416Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-09-27T16:28:54.1234051Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-09-27T16:28:54.1234604Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-09-27T16:28:54.1235623Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-09-27T16:28:54.1236240Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-09-27T16:28:54.1237289Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-09-27T16:28:54.1238031Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-09-27T16:28:54.1238696Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-09-27T16:28:54.1239106Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-09-27T16:28:54.1240446Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-09-27T16:28:54.1241060Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-09-27T16:28:54.1243027Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-09-27T16:28:54.1243659Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-09-27T16:28:54.1246067Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-09-27T16:28:54.1246633Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-09-27T16:28:54.1247827Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-09-27T16:28:54.1248388Z [ RUN ] Simplify.SimplifyMod 2022-09-27T16:28:54.1257096Z [ OK ] Simplify.SimplifyMod (0 ms) 2022-09-27T16:28:54.1257741Z [ RUN ] Simplify.SimplifyMultiOp 2022-09-27T16:28:54.1259738Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-09-27T16:28:54.1260287Z [ RUN ] Simplify.SimplifyManyOps 2022-09-27T16:28:54.1262931Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-09-27T16:28:54.1263585Z [ RUN ] Simplify.SimplifyFactorization 2022-09-27T16:28:54.1277134Z [ OK ] Simplify.SimplifyFactorization (1 ms) 2022-09-27T16:28:54.1277594Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-09-27T16:28:54.1278556Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-09-27T16:28:54.1279117Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-09-27T16:28:54.1279673Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-09-27T16:28:54.1280237Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-09-27T16:28:54.1280879Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-09-27T16:28:54.1281253Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-09-27T16:28:54.1281921Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-09-27T16:28:54.1282415Z [ RUN ] Simplify.SimplifyIfComponents 2022-09-27T16:28:54.1283021Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-09-27T16:28:54.1283550Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-09-27T16:28:54.1283867Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-09-27T16:28:54.1284192Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-09-27T16:28:54.1285883Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-09-27T16:28:54.1286185Z [ RUN ] Simplify.SimplifyNestedMax 2022-09-27T16:28:54.1299091Z [ OK ] Simplify.SimplifyNestedMax (1 ms) 2022-09-27T16:28:54.1299398Z [ RUN ] Simplify.SimplifyNestedMin 2022-09-27T16:28:54.1312075Z [ OK ] Simplify.SimplifyNestedMin (1 ms) 2022-09-27T16:28:54.1312390Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-09-27T16:28:54.1314310Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-09-27T16:28:54.1314709Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-09-27T16:28:54.1322094Z [ OK ] Simplify.SimplifyRoundModPattern (0 ms) 2022-09-27T16:28:54.1322550Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-09-27T16:28:54.1326352Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-09-27T16:28:54.1326827Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-09-27T16:28:54.1330183Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-09-27T16:28:54.1330618Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-09-27T16:28:54.1335113Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-09-27T16:28:54.1335717Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-09-27T16:28:54.1342197Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (0 ms) 2022-09-27T16:28:54.1342680Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-09-27T16:28:54.1356411Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (1 ms) 2022-09-27T16:28:54.1356925Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-09-27T16:28:54.1358134Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-09-27T16:28:54.1358928Z [ RUN ] Simplify.SimplifyConstantBranches 2022-09-27T16:28:54.1359402Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-09-27T16:28:54.1359720Z [ RUN ] Simplify.SimplifyConstantCond 2022-09-27T16:28:54.1360280Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-09-27T16:28:54.1360886Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-09-27T16:28:54.1361249Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-09-27T16:28:54.1361603Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-09-27T16:28:54.1364825Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-09-27T16:28:54.1365191Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-09-27T16:28:54.1371862Z [ OK ] Simplify.SimplifySymbolicComparisons (0 ms) 2022-09-27T16:28:54.1372534Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-09-27T16:28:54.1373213Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-09-27T16:28:54.1373546Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-09-27T16:28:54.1374949Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-09-27T16:28:54.1375597Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-09-27T16:28:54.1376019Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-09-27T16:28:54.1376589Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-09-27T16:28:54.1377130Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-09-27T16:28:54.1377448Z [ RUN ] Simplify.SimplifyForCleansUp 2022-09-27T16:28:54.1379237Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-09-27T16:28:54.1379835Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-09-27T16:28:54.1380743Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-09-27T16:28:54.1381331Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-09-27T16:28:54.1381922Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-09-27T16:28:54.1382326Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-09-27T16:28:54.1383057Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-09-27T16:28:54.1383558Z [ RUN ] Simplify.DontSimplifyRand 2022-09-27T16:28:54.1388807Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-09-27T16:28:54.1389389Z [ RUN ] Simplify.SimplifyReorderForCond 2022-09-27T16:28:54.1393829Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-09-27T16:28:54.1394415Z [ RUN ] Simplify.SimplifyFuseConditions 2022-09-27T16:28:54.1418690Z [ OK ] Simplify.SimplifyFuseConditions (2 ms) 2022-09-27T16:28:54.1419259Z [ RUN ] Simplify.SimplifySyncThreads 2022-09-27T16:28:54.1427916Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-09-27T16:28:54.1428564Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-09-27T16:28:54.1429068Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-09-27T16:28:54.1429729Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-09-27T16:28:54.1430131Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-09-27T16:28:54.1430467Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-09-27T16:28:54.1526915Z [ OK ] Simplify.CompareSelectLoopBounds (9 ms) 2022-09-27T16:28:54.1527559Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-09-27T16:28:54.1528225Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:28:54.1528858Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-09-27T16:28:54.1529545Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:28:54.1529930Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-09-27T16:28:54.1530978Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:28:54.1531732Z [----------] 92 tests from Simplify (34 ms total) 2022-09-27T16:28:54.1531891Z 2022-09-27T16:28:54.1532043Z [----------] 12 tests from TEFuserPass 2022-09-27T16:28:54.1532311Z [ RUN ] TEFuserPass.FuserPass_1 2022-09-27T16:28:54.1537231Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-09-27T16:28:54.1537571Z [ RUN ] TEFuserPass.FuserPass_2 2022-09-27T16:28:54.1540848Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-09-27T16:28:54.1541131Z [ RUN ] TEFuserPass.FuserPass_3 2022-09-27T16:28:54.1543470Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-09-27T16:28:54.1543785Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-09-27T16:28:54.1555725Z [ OK ] TEFuserPass.FuserPass_0DimInput (1 ms) 2022-09-27T16:28:54.1556309Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-09-27T16:28:54.1556927Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-09-27T16:28:54.1557389Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-09-27T16:28:54.1557965Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-09-27T16:28:54.1558461Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-09-27T16:28:54.1565547Z [ OK ] TEFuserPass.FuserPass_Multidevice (0 ms) 2022-09-27T16:28:54.1566142Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-09-27T16:28:54.1567658Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-09-27T16:28:54.1568301Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-09-27T16:28:54.1569144Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-09-27T16:28:54.1569480Z [ RUN ] TEFuserPass.FuserPass_Where 2022-09-27T16:28:54.1571794Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-09-27T16:28:54.1572179Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-09-27T16:28:54.1572926Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-09-27T16:28:54.1573234Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-09-27T16:28:54.4141860Z [ OK ] TEFuserPass.DynamicShapeFusion (256 ms) 2022-09-27T16:28:54.4142765Z [----------] 12 tests from TEFuserPass (260 ms total) 2022-09-27T16:28:54.4143033Z 2022-09-27T16:28:54.4143260Z [----------] 3 tests from Type 2022-09-27T16:28:54.4143687Z [ RUN ] Type.Test01 2022-09-27T16:28:54.4144071Z [ OK ] Type.Test01 (0 ms) 2022-09-27T16:28:54.4144316Z [ RUN ] Type.BitCasting 2022-09-27T16:28:54.4144564Z [ OK ] Type.BitCasting (0 ms) 2022-09-27T16:28:54.4144823Z [ RUN ] Type.Propagation 2022-09-27T16:28:54.4145089Z [ OK ] Type.Propagation (0 ms) 2022-09-27T16:28:54.4145364Z [----------] 3 tests from Type (0 ms total) 2022-09-27T16:28:54.4145504Z 2022-09-27T16:28:54.4145702Z [----------] 1 test from SpecializationsInCustomPasses 2022-09-27T16:28:54.4146050Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-09-27T16:28:54.4158596Z [ OK ] SpecializationsInCustomPasses.Basic (1 ms) 2022-09-27T16:28:54.4159310Z [----------] 1 test from SpecializationsInCustomPasses (1 ms total) 2022-09-27T16:28:54.4159505Z 2022-09-27T16:28:54.4159824Z [----------] 150 tests from LLVM 2022-09-27T16:28:54.4160064Z [ RUN ] LLVM.ByteImmTest 2022-09-27T16:28:54.4349369Z [ OK ] LLVM.ByteImmTest (19 ms) 2022-09-27T16:28:54.4349851Z [ RUN ] LLVM.CharImmTest 2022-09-27T16:28:54.4523761Z [ OK ] LLVM.CharImmTest (17 ms) 2022-09-27T16:28:54.4524249Z [ RUN ] LLVM.ShortImmTest 2022-09-27T16:28:54.4697844Z [ OK ] LLVM.ShortImmTest (17 ms) 2022-09-27T16:28:54.4698301Z [ RUN ] LLVM.IntImmTest 2022-09-27T16:28:54.4872722Z [ OK ] LLVM.IntImmTest (17 ms) 2022-09-27T16:28:54.4873385Z [ RUN ] LLVM.LongImmTest 2022-09-27T16:28:54.5048235Z [ OK ] LLVM.LongImmTest (17 ms) 2022-09-27T16:28:54.5048832Z [ RUN ] LLVM.FloatImmTest 2022-09-27T16:28:54.5225820Z [ OK ] LLVM.FloatImmTest (17 ms) 2022-09-27T16:28:54.5226312Z [ RUN ] LLVM.DoubleImmTest 2022-09-27T16:28:54.5399774Z [ OK ] LLVM.DoubleImmTest (17 ms) 2022-09-27T16:28:54.5400274Z [ RUN ] LLVM.HalfImmTest 2022-09-27T16:28:54.5574706Z [ OK ] LLVM.HalfImmTest (17 ms) 2022-09-27T16:28:54.5575289Z [ RUN ] LLVM.ByteAddTest 2022-09-27T16:28:54.5748918Z [ OK ] LLVM.ByteAddTest (17 ms) 2022-09-27T16:28:54.5749408Z [ RUN ] LLVM.CharAddTest 2022-09-27T16:28:54.5922748Z [ OK ] LLVM.CharAddTest (17 ms) 2022-09-27T16:28:54.5923231Z [ RUN ] LLVM.ShortAddTest 2022-09-27T16:28:54.6097238Z [ OK ] LLVM.ShortAddTest (17 ms) 2022-09-27T16:28:54.6097732Z [ RUN ] LLVM.IntAddTest 2022-09-27T16:28:54.6274098Z [ OK ] LLVM.IntAddTest (17 ms) 2022-09-27T16:28:54.6274400Z [ RUN ] LLVM.LongAddTest 2022-09-27T16:28:54.6449787Z [ OK ] LLVM.LongAddTest (17 ms) 2022-09-27T16:28:54.6450059Z [ RUN ] LLVM.FloatAddTest 2022-09-27T16:28:54.6624154Z [ OK ] LLVM.FloatAddTest (17 ms) 2022-09-27T16:28:54.6624433Z [ RUN ] LLVM.DoubleAddTest 2022-09-27T16:28:54.6799101Z [ OK ] LLVM.DoubleAddTest (17 ms) 2022-09-27T16:28:54.6799362Z [ RUN ] LLVM.HalfAddTest 2022-09-27T16:28:54.6977895Z [ OK ] LLVM.HalfAddTest (17 ms) 2022-09-27T16:28:54.6978164Z [ RUN ] LLVM.ByteSubTest 2022-09-27T16:28:54.7152169Z [ OK ] LLVM.ByteSubTest (17 ms) 2022-09-27T16:28:54.7152429Z [ RUN ] LLVM.CharSubTest 2022-09-27T16:28:54.7325978Z [ OK ] LLVM.CharSubTest (17 ms) 2022-09-27T16:28:54.7326280Z [ RUN ] LLVM.ShortSubTest 2022-09-27T16:28:54.7500013Z [ OK ] LLVM.ShortSubTest (17 ms) 2022-09-27T16:28:54.7500485Z [ RUN ] LLVM.IntSubTest 2022-09-27T16:28:54.7674574Z [ OK ] LLVM.IntSubTest (17 ms) 2022-09-27T16:28:54.7675028Z [ RUN ] LLVM.LongSubTest 2022-09-27T16:28:54.7849584Z [ OK ] LLVM.LongSubTest (17 ms) 2022-09-27T16:28:54.7850065Z [ RUN ] LLVM.FloatSubTest 2022-09-27T16:28:54.8025692Z [ OK ] LLVM.FloatSubTest (17 ms) 2022-09-27T16:28:54.8026180Z [ RUN ] LLVM.DoubleSubTest 2022-09-27T16:28:54.8200232Z [ OK ] LLVM.DoubleSubTest (17 ms) 2022-09-27T16:28:54.8209673Z [ RUN ] LLVM.HalfSubTest 2022-09-27T16:28:54.8376114Z [ OK ] LLVM.HalfSubTest (17 ms) 2022-09-27T16:28:54.8376624Z [ RUN ] LLVM.ByteMulTest 2022-09-27T16:28:54.8551354Z [ OK ] LLVM.ByteMulTest (17 ms) 2022-09-27T16:28:54.8551865Z [ RUN ] LLVM.CharMulTest 2022-09-27T16:28:54.8724968Z [ OK ] LLVM.CharMulTest (17 ms) 2022-09-27T16:28:54.8725459Z [ RUN ] LLVM.ShortMulTest 2022-09-27T16:28:54.8899676Z [ OK ] LLVM.ShortMulTest (17 ms) 2022-09-27T16:28:54.8900139Z [ RUN ] LLVM.IntMulTest 2022-09-27T16:28:54.9074240Z [ OK ] LLVM.IntMulTest (17 ms) 2022-09-27T16:28:54.9074574Z [ RUN ] LLVM.LongMulTest 2022-09-27T16:28:54.9250392Z [ OK ] LLVM.LongMulTest (17 ms) 2022-09-27T16:28:54.9250889Z [ RUN ] LLVM.FloatMulTest 2022-09-27T16:28:54.9426200Z [ OK ] LLVM.FloatMulTest (17 ms) 2022-09-27T16:28:54.9426473Z [ RUN ] LLVM.DoubleMulTest 2022-09-27T16:28:54.9603312Z [ OK ] LLVM.DoubleMulTest (17 ms) 2022-09-27T16:28:54.9603639Z [ RUN ] LLVM.HalfMulTest 2022-09-27T16:28:54.9778354Z [ OK ] LLVM.HalfMulTest (17 ms) 2022-09-27T16:28:54.9778842Z [ RUN ] LLVM.ByteDivTest 2022-09-27T16:28:54.9951794Z [ OK ] LLVM.ByteDivTest (17 ms) 2022-09-27T16:28:54.9952130Z [ RUN ] LLVM.CharDivTest 2022-09-27T16:28:55.0125350Z [ OK ] LLVM.CharDivTest (17 ms) 2022-09-27T16:28:55.0125630Z [ RUN ] LLVM.ShortDivTest 2022-09-27T16:28:55.0300339Z [ OK ] LLVM.ShortDivTest (17 ms) 2022-09-27T16:28:55.0300824Z [ RUN ] LLVM.IntDivTest 2022-09-27T16:28:55.0475715Z [ OK ] LLVM.IntDivTest (17 ms) 2022-09-27T16:28:55.0476007Z [ RUN ] LLVM.LongDivTest 2022-09-27T16:28:55.0649932Z [ OK ] LLVM.LongDivTest (17 ms) 2022-09-27T16:28:55.0650281Z [ RUN ] LLVM.FloatDivTest 2022-09-27T16:28:55.0824607Z [ OK ] LLVM.FloatDivTest (17 ms) 2022-09-27T16:28:55.0824910Z [ RUN ] LLVM.DoubleDivTest 2022-09-27T16:28:55.0999600Z [ OK ] LLVM.DoubleDivTest (17 ms) 2022-09-27T16:28:55.1000105Z [ RUN ] LLVM.HalfDivTest 2022-09-27T16:28:55.1173553Z [ OK ] LLVM.HalfDivTest (17 ms) 2022-09-27T16:28:55.1174188Z [ RUN ] LLVM.IntToFloatCastTest 2022-09-27T16:28:55.1348237Z [ OK ] LLVM.IntToFloatCastTest (17 ms) 2022-09-27T16:28:55.1348764Z [ RUN ] LLVM.FloatToIntCastTest 2022-09-27T16:28:55.1522786Z [ OK ] LLVM.FloatToIntCastTest (17 ms) 2022-09-27T16:28:55.1523324Z [ RUN ] LLVM.IntToLongCastTest 2022-09-27T16:28:55.1697061Z [ OK ] LLVM.IntToLongCastTest (17 ms) 2022-09-27T16:28:55.1697605Z [ RUN ] LLVM.ByteToCharCastTest 2022-09-27T16:28:55.1869331Z [ OK ] LLVM.ByteToCharCastTest (17 ms) 2022-09-27T16:28:55.1869868Z [ RUN ] LLVM.HalfToLongCastTest 2022-09-27T16:28:55.2042979Z [ OK ] LLVM.HalfToLongCastTest (17 ms) 2022-09-27T16:28:55.2043508Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-09-27T16:28:55.2218449Z [ OK ] LLVM.ByteToDoubleCastTest (17 ms) 2022-09-27T16:28:55.2218985Z [ RUN ] LLVM.FloatToByteCastTest 2022-09-27T16:28:55.2392394Z [ OK ] LLVM.FloatToByteCastTest (17 ms) 2022-09-27T16:28:55.2392929Z [ RUN ] LLVM.FloatToCharCastTest 2022-09-27T16:28:55.2566014Z [ OK ] LLVM.FloatToCharCastTest (17 ms) 2022-09-27T16:28:55.2566342Z [ RUN ] LLVM.ByteToFloatCastTest 2022-09-27T16:28:55.2742260Z [ OK ] LLVM.ByteToFloatCastTest (17 ms) 2022-09-27T16:28:55.2742563Z [ RUN ] LLVM.CharToFloatCastTest 2022-09-27T16:28:55.2916486Z [ OK ] LLVM.CharToFloatCastTest (17 ms) 2022-09-27T16:28:55.2916811Z [ RUN ] LLVM.BitCast 2022-09-27T16:28:55.3614952Z [ OK ] LLVM.BitCast (69 ms) 2022-09-27T16:28:55.3615228Z [ RUN ] LLVM.fastLogFloat 2022-09-27T16:28:55.4194769Z [ OK ] LLVM.fastLogFloat (57 ms) 2022-09-27T16:28:55.4195081Z [ RUN ] LLVM.LetTest01 2022-09-27T16:28:55.4372409Z [ OK ] LLVM.LetTest01 (17 ms) 2022-09-27T16:28:55.4372731Z [ RUN ] LLVM.LetTest02 2022-09-27T16:28:55.4547131Z [ OK ] LLVM.LetTest02 (17 ms) 2022-09-27T16:28:55.4547423Z [ RUN ] LLVM.LetTestMultitype 2022-09-27T16:28:55.4725278Z [ OK ] LLVM.LetTestMultitype (17 ms) 2022-09-27T16:28:55.4725547Z [ RUN ] LLVM.BufferTest 2022-09-27T16:28:55.4900300Z [ OK ] LLVM.BufferTest (17 ms) 2022-09-27T16:28:55.4900686Z [ RUN ] LLVM.BlockTest 2022-09-27T16:28:55.5076536Z [ OK ] LLVM.BlockTest (17 ms) 2022-09-27T16:28:55.5076818Z [ RUN ] LLVM.LoadStoreTest 2022-09-27T16:28:55.5254198Z [ OK ] LLVM.LoadStoreTest (17 ms) 2022-09-27T16:28:55.5254486Z [ RUN ] LLVM.IfThenElseTest 2022-09-27T16:28:55.5444910Z [ OK ] LLVM.IfThenElseTest (19 ms) 2022-09-27T16:28:55.5445394Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-09-27T16:28:55.6001276Z [ OK ] LLVM.CondNoFalseBlockTest (55 ms) 2022-09-27T16:28:55.6001554Z [ RUN ] LLVM.CondTest 2022-09-27T16:28:55.6566046Z [ OK ] LLVM.CondTest (56 ms) 2022-09-27T16:28:55.6566324Z [ RUN ] LLVM.CondNestedTest 2022-09-27T16:28:55.7352684Z [ OK ] LLVM.CondNestedTest (78 ms) 2022-09-27T16:28:55.7353206Z [ RUN ] LLVM.DirectVectorization 2022-09-27T16:28:55.7602141Z [ OK ] LLVM.DirectVectorization (24 ms) 2022-09-27T16:28:55.7602689Z [ RUN ] LLVM.VecLoadStoreTest 2022-09-27T16:28:55.7780655Z [ OK ] LLVM.VecLoadStoreTest (17 ms) 2022-09-27T16:28:55.7781216Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-09-27T16:28:55.7965651Z [ OK ] LLVM.VecFloat_erfLane4Test (18 ms) 2022-09-27T16:28:55.7966200Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-09-27T16:28:55.8148930Z [ OK ] LLVM.VecFloat_erfcLane4Test (18 ms) 2022-09-27T16:28:55.8334281Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-09-27T16:28:55.8334625Z [ OK ] LLVM.VecFloat_acosLane4Test (18 ms) 2022-09-27T16:28:55.8334904Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-09-27T16:28:55.8517863Z [ OK ] LLVM.VecFloat_asinLane4Test (18 ms) 2022-09-27T16:28:55.8518227Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-09-27T16:28:55.8699813Z [ OK ] LLVM.VecFloat_atanLane4Test (18 ms) 2022-09-27T16:28:55.8700121Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-09-27T16:28:55.8882347Z [ OK ] LLVM.VecFloat_coshLane4Test (18 ms) 2022-09-27T16:28:55.8882671Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-09-27T16:28:55.9065256Z [ OK ] LLVM.VecFloat_sinhLane4Test (18 ms) 2022-09-27T16:28:55.9065641Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-09-27T16:28:55.9247246Z [ OK ] LLVM.VecFloat_tanhLane4Test (18 ms) 2022-09-27T16:28:55.9247598Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-09-27T16:28:55.9430045Z [ OK ] LLVM.VecFloat_expm1Lane4Test (18 ms) 2022-09-27T16:28:55.9430440Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-09-27T16:28:55.9612725Z [ OK ] LLVM.VecFloat_lgammaLane4Test (18 ms) 2022-09-27T16:28:55.9613078Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-09-27T16:28:55.9795482Z [ OK ] LLVM.VecFloat_erfLane8Test (18 ms) 2022-09-27T16:28:55.9795872Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-09-27T16:28:55.9977610Z [ OK ] LLVM.VecFloat_erfcLane8Test (18 ms) 2022-09-27T16:28:55.9978066Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-09-27T16:28:56.0161251Z [ OK ] LLVM.VecFloat_acosLane8Test (18 ms) 2022-09-27T16:28:56.0161572Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-09-27T16:28:56.0344744Z [ OK ] LLVM.VecFloat_asinLane8Test (18 ms) 2022-09-27T16:28:56.0345111Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-09-27T16:28:56.0525929Z [ OK ] LLVM.VecFloat_atanLane8Test (18 ms) 2022-09-27T16:28:56.0526216Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-09-27T16:28:56.0708600Z [ OK ] LLVM.VecFloat_coshLane8Test (18 ms) 2022-09-27T16:28:56.0709159Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-09-27T16:28:56.0892349Z [ OK ] LLVM.VecFloat_sinhLane8Test (18 ms) 2022-09-27T16:28:56.0892694Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-09-27T16:28:56.1075163Z [ OK ] LLVM.VecFloat_tanhLane8Test (18 ms) 2022-09-27T16:28:56.1075482Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-09-27T16:28:56.1257096Z [ OK ] LLVM.VecFloat_expm1Lane8Test (18 ms) 2022-09-27T16:28:56.1257407Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-09-27T16:28:56.1441724Z [ OK ] LLVM.VecFloat_lgammaLane8Test (18 ms) 2022-09-27T16:28:56.1442187Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-09-27T16:28:56.1624518Z [ OK ] LLVM.VecDouble_erfLane2Test (18 ms) 2022-09-27T16:28:56.1808414Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-09-27T16:28:56.1808945Z [ OK ] LLVM.VecDouble_erfcLane2Test (18 ms) 2022-09-27T16:28:56.1809247Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-09-27T16:28:56.1991720Z [ OK ] LLVM.VecDouble_acosLane2Test (18 ms) 2022-09-27T16:28:56.1992058Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-09-27T16:28:56.2177146Z [ OK ] LLVM.VecDouble_asinLane2Test (18 ms) 2022-09-27T16:28:56.2177671Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-09-27T16:28:56.2360176Z [ OK ] LLVM.VecDouble_atanLane2Test (18 ms) 2022-09-27T16:28:56.2360712Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-09-27T16:28:56.2545009Z [ OK ] LLVM.VecDouble_coshLane2Test (18 ms) 2022-09-27T16:28:56.2545528Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-09-27T16:28:56.2729075Z [ OK ] LLVM.VecDouble_sinhLane2Test (18 ms) 2022-09-27T16:28:56.2729629Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-09-27T16:28:56.2910921Z [ OK ] LLVM.VecDouble_tanhLane2Test (18 ms) 2022-09-27T16:28:56.2911490Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-09-27T16:28:56.3093642Z [ OK ] LLVM.VecDouble_expm1Lane2Test (18 ms) 2022-09-27T16:28:56.3094195Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-09-27T16:28:56.3275786Z [ OK ] LLVM.VecDouble_lgammaLane2Test (18 ms) 2022-09-27T16:28:56.3276341Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-09-27T16:28:56.3459140Z [ OK ] LLVM.VecDouble_erfLane4Test (18 ms) 2022-09-27T16:28:56.3459643Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-09-27T16:28:56.3641776Z [ OK ] LLVM.VecDouble_erfcLane4Test (18 ms) 2022-09-27T16:28:56.3642322Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-09-27T16:28:56.3824658Z [ OK ] LLVM.VecDouble_acosLane4Test (18 ms) 2022-09-27T16:28:56.3825226Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-09-27T16:28:56.4007844Z [ OK ] LLVM.VecDouble_asinLane4Test (18 ms) 2022-09-27T16:28:56.4008418Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-09-27T16:28:56.4189990Z [ OK ] LLVM.VecDouble_atanLane4Test (18 ms) 2022-09-27T16:28:56.4190539Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-09-27T16:28:56.4372669Z [ OK ] LLVM.VecDouble_coshLane4Test (18 ms) 2022-09-27T16:28:56.4373194Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-09-27T16:28:56.4555401Z [ OK ] LLVM.VecDouble_sinhLane4Test (18 ms) 2022-09-27T16:28:56.4555942Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-09-27T16:28:56.4737687Z [ OK ] LLVM.VecDouble_tanhLane4Test (18 ms) 2022-09-27T16:28:56.4738224Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-09-27T16:28:56.4920589Z [ OK ] LLVM.VecDouble_expm1Lane4Test (18 ms) 2022-09-27T16:28:56.4921152Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-09-27T16:28:56.5103261Z [ OK ] LLVM.VecDouble_lgammaLane4Test (18 ms) 2022-09-27T16:28:56.5104047Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-09-27T16:28:56.5283153Z [ OK ] LLVM.VectorizerLoadStoreTest (17 ms) 2022-09-27T16:28:56.5283703Z [ RUN ] LLVM.VectorizeBitCast 2022-09-27T16:28:56.5481682Z [ OK ] LLVM.VectorizeBitCast (19 ms) 2022-09-27T16:28:56.5482188Z [ RUN ] LLVM.MemcpyTest 2022-09-27T16:28:56.5675760Z [ OK ] LLVM.MemcpyTest (19 ms) 2022-09-27T16:28:56.5676223Z [ RUN ] LLVM.BzeroTest 2022-09-27T16:28:56.5865636Z [ OK ] LLVM.BzeroTest (18 ms) 2022-09-27T16:28:56.5866329Z [ RUN ] LLVM.ElemwiseAdd 2022-09-27T16:28:56.6341989Z [ OK ] LLVM.ElemwiseAdd (47 ms) 2022-09-27T16:28:56.6342505Z [ RUN ] LLVM.ElemwiseAddFloat 2022-09-27T16:28:56.6798884Z [ OK ] LLVM.ElemwiseAddFloat (45 ms) 2022-09-27T16:28:56.6799418Z [ RUN ] LLVM.ElemwiseLog10Float 2022-09-27T16:28:56.7018805Z [ OK ] LLVM.ElemwiseLog10Float (21 ms) 2022-09-27T16:28:56.7019356Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-09-27T16:28:56.7237312Z [ OK ] LLVM.ElemwiseLog1pFloat (21 ms) 2022-09-27T16:28:56.7237817Z [ RUN ] LLVM.ElemwiseMaxInt 2022-09-27T16:28:56.7548219Z [ OK ] LLVM.ElemwiseMaxInt (30 ms) 2022-09-27T16:28:56.7548728Z [ RUN ] LLVM.ElemwiseMinInt 2022-09-27T16:28:56.7859757Z [ OK ] LLVM.ElemwiseMinInt (31 ms) 2022-09-27T16:28:56.7860266Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-09-27T16:28:56.8135440Z [ OK ] LLVM.ElemwiseMaxFloat (27 ms) 2022-09-27T16:28:56.8135963Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-09-27T16:28:56.8412687Z [ OK ] LLVM.ElemwiseMaxNaNFloat (27 ms) 2022-09-27T16:28:56.8413214Z [ RUN ] LLVM.ElemwiseMinFloat 2022-09-27T16:28:56.8692842Z [ OK ] LLVM.ElemwiseMinFloat (28 ms) 2022-09-27T16:28:56.8693170Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-09-27T16:28:56.8968122Z [ OK ] LLVM.ElemwiseMinNaNFloat (27 ms) 2022-09-27T16:28:56.8968416Z [ RUN ] LLVM.ElemwiseMod 2022-09-27T16:28:56.9233050Z [ OK ] LLVM.ElemwiseMod (26 ms) 2022-09-27T16:28:56.9233559Z [ RUN ] LLVM.CompareSelectIntEQ 2022-09-27T16:28:56.9554857Z [ OK ] LLVM.CompareSelectIntEQ (32 ms) 2022-09-27T16:28:56.9555417Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-09-27T16:28:56.9874860Z [ OK ] LLVM.CompareSelectFloatEQ (31 ms) 2022-09-27T16:28:56.9875409Z [ RUN ] LLVM.CompareSelectByteGT 2022-09-27T16:28:57.0193580Z [ OK ] LLVM.CompareSelectByteGT (31 ms) 2022-09-27T16:28:57.0193891Z [ RUN ] LLVM.CompareSelectByteGE 2022-09-27T16:28:57.0517507Z [ OK ] LLVM.CompareSelectByteGE (32 ms) 2022-09-27T16:28:57.0517816Z [ RUN ] LLVM.CompareSelectByteLT 2022-09-27T16:28:57.0841011Z [ OK ] LLVM.CompareSelectByteLT (32 ms) 2022-09-27T16:28:57.0841503Z [ RUN ] LLVM.CompareSelectByteLE 2022-09-27T16:28:57.1159716Z [ OK ] LLVM.CompareSelectByteLE (31 ms) 2022-09-27T16:28:57.1160222Z [ RUN ] LLVM.StoreFloat 2022-09-27T16:28:57.1335034Z [ OK ] LLVM.StoreFloat (17 ms) 2022-09-27T16:28:57.1335493Z [ RUN ] LLVM.SimpleMath01 2022-09-27T16:28:57.1692864Z [ OK ] LLVM.SimpleMath01 (35 ms) 2022-09-27T16:28:57.1693256Z [ RUN ] LLVM.ComputeMul 2022-09-27T16:28:57.2152433Z [ OK ] LLVM.ComputeMul (45 ms) 2022-09-27T16:28:57.2152894Z [ RUN ] LLVM.BroadcastAdd 2022-09-27T16:28:57.3244928Z [ OK ] LLVM.BroadcastAdd (109 ms) 2022-09-27T16:28:57.3245420Z [ RUN ] LLVM.BitwiseOps 2022-09-27T16:28:57.3420456Z [ OK ] LLVM.BitwiseOps (17 ms) 2022-09-27T16:28:57.3420875Z [ RUN ] LLVM.ArithmeticRightShift 2022-09-27T16:28:57.3595438Z [ OK ] LLVM.ArithmeticRightShift (17 ms) 2022-09-27T16:28:57.3595983Z [ RUN ] LLVM.LogicalRightShift 2022-09-27T16:28:57.3769768Z [ OK ] LLVM.LogicalRightShift (17 ms) 2022-09-27T16:28:57.3770291Z [ RUN ] LLVM.DynamicShapeAdd 2022-09-27T16:28:57.5035823Z [ OK ] LLVM.DynamicShapeAdd (126 ms) 2022-09-27T16:28:57.5036345Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-09-27T16:28:57.6304845Z [ OK ] LLVM.BindDynamicShapeAdd (126 ms) 2022-09-27T16:28:57.6305407Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-09-27T16:28:57.7573078Z [ OK ] LLVM.TensorDynamicShapeAdd (126 ms) 2022-09-27T16:28:57.7573644Z [ RUN ] LLVM.DynamicShape2D 2022-09-27T16:28:57.9687977Z [ OK ] LLVM.DynamicShape2D (211 ms) 2022-09-27T16:28:57.9688478Z [ RUN ] LLVM.EmptyStmt 2022-09-27T16:28:57.9856988Z [ OK ] LLVM.EmptyStmt (16 ms) 2022-09-27T16:28:57.9857316Z [ RUN ] LLVM.EliminatedStmt 2022-09-27T16:28:58.0026209Z [ OK ] LLVM.EliminatedStmt (16 ms) 2022-09-27T16:28:58.0026559Z [ RUN ] LLVM.SimpleReduction 2022-09-27T16:28:58.0835233Z [ OK ] LLVM.SimpleReduction (80 ms) 2022-09-27T16:28:58.0835612Z [ RUN ] LLVM.RFactorReduction 2022-09-27T16:28:58.1149311Z [ OK ] LLVM.RFactorReduction (31 ms) 2022-09-27T16:28:58.1149651Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-09-27T16:28:58.1630651Z [ OK ] LLVM.RFactorVectorizedReduction (48 ms) 2022-09-27T16:28:58.1631058Z [ RUN ] LLVM.SimpleParallelSS 2022-09-27T16:28:58.1861183Z [ OK ] LLVM.SimpleParallelSS (23 ms) 2022-09-27T16:28:58.1861496Z [ RUN ] LLVM.SimpleParallelSP 2022-09-27T16:28:58.2111375Z [ OK ] LLVM.SimpleParallelSP (24 ms) 2022-09-27T16:28:58.2111858Z [ RUN ] LLVM.SimpleParallelPS 2022-09-27T16:28:58.2371132Z [ OK ] LLVM.SimpleParallelPS (25 ms) 2022-09-27T16:28:58.2371736Z [ RUN ] LLVM.SimpleParallelPP 2022-09-27T16:28:58.2628630Z [ OK ] LLVM.SimpleParallelPP (25 ms) 2022-09-27T16:28:58.2629108Z [ RUN ] LLVM.CompositeParallel 2022-09-27T16:29:01.2134605Z [ OK ] LLVM.CompositeParallel (2950 ms) 2022-09-27T16:29:01.2135170Z [ RUN ] LLVM.VectorizedGEMM 2022-09-27T16:29:01.2933391Z [ OK ] LLVM.VectorizedGEMM (79 ms) 2022-09-27T16:29:01.2933841Z [ RUN ] LLVM.CallRaw 2022-09-27T16:29:01.9379671Z [ OK ] LLVM.CallRaw (644 ms) 2022-09-27T16:29:01.9380166Z [ RUN ] LLVM.CustomTarget 2022-09-27T16:29:01.9607632Z [ OK ] LLVM.CustomTarget (22 ms) 2022-09-27T16:29:01.9608192Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-09-27T16:29:01.9964072Z [ OK ] LLVM.CodeGenKernelFuncName (35 ms) 2022-09-27T16:29:01.9964698Z [----------] 150 tests from LLVM (7580 ms total) 2022-09-27T16:29:01.9964954Z 2022-09-27T16:29:01.9965266Z [----------] Global test environment tear-down 2022-09-27T16:29:02.0063549Z [==========] 799 tests from 25 test suites ran. (23946 ms total) 2022-09-27T16:29:02.0063965Z [ PASSED ] 799 tests. 2022-09-27T16:29:02.0064147Z 2022-09-27T16:29:02.0064336Z  YOU HAVE 5 DISABLED TESTS 2022-09-27T16:29:02.0064522Z 2022-09-27T16:29:02.0687476Z + [[ linux-bionic-py3.7-clang9 == pytorch-linux-xenial-py3* ]] 2022-09-27T16:29:02.0687776Z + assert_git_not_dirty 2022-09-27T16:29:02.0688093Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:29:02.0688395Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:29:02.0690293Z ++ git status --porcelain 2022-09-27T16:29:02.1462992Z + git_status= 2022-09-27T16:29:02.1463437Z + [[ -n '' ]] 2022-09-27T16:29:02.1463659Z + test_aot_compilation 2022-09-27T16:29:02.1463931Z + echo 'Testing Ahead of Time compilation' 2022-09-27T16:29:02.1464356Z Testing Ahead of Time compilation 2022-09-27T16:29:02.1464784Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:29:02.1473754Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:29:02.1483231Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_aot_compilation 2022-09-27T16:29:02.1483640Z + mkdir -p test/test-reports/cpp-unittest/test_aot_compilation 2022-09-27T16:29:02.1493203Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-09-27T16:29:02.1493957Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc --gtest_output=xml:test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml 2022-09-27T16:29:02.3723092Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:29:02.3723569Z [==========] Running 6 tests from 2 test suites. 2022-09-27T16:29:02.3723947Z [----------] Global test environment set-up. 2022-09-27T16:29:02.3724237Z [----------] 4 tests from Function 2022-09-27T16:29:02.3724500Z [ RUN ] Function.ExecuteSlowMul 2022-09-27T16:29:02.3895290Z [ OK ] Function.ExecuteSlowMul (17 ms) 2022-09-27T16:29:02.3895891Z [ RUN ] Function.Serialization 2022-09-27T16:29:02.3896214Z [ OK ] Function.Serialization (0 ms) 2022-09-27T16:29:02.3896485Z [ RUN ] Function.ValidInput 2022-09-27T16:29:02.3896769Z [ OK ] Function.ValidInput (0 ms) 2022-09-27T16:29:02.3897053Z [ RUN ] Function.InvalidInput 2022-09-27T16:29:02.3904022Z [ OK ] Function.InvalidInput (0 ms) 2022-09-27T16:29:02.3904650Z [----------] 4 tests from Function (18 ms total) 2022-09-27T16:29:02.3904858Z 2022-09-27T16:29:02.3905036Z [----------] 2 tests from MobileNNCRegistryTest 2022-09-27T16:29:02.3905362Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-09-27T16:29:02.3905695Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-09-27T16:29:02.3906029Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-09-27T16:29:02.3906359Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-09-27T16:29:02.3906707Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-09-27T16:29:02.3907054Z 2022-09-27T16:29:02.3907251Z [----------] Global test environment tear-down 2022-09-27T16:29:02.3907758Z [==========] 6 tests from 2 test suites ran. (18 ms total) 2022-09-27T16:29:02.3908129Z [ PASSED ] 6 tests. 2022-09-27T16:29:02.3908320Z 2022-09-27T16:29:02.3908431Z  YOU HAVE 1 DISABLED TEST 2022-09-27T16:29:02.3908552Z 2022-09-27T16:29:02.4414656Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-09-27T16:29:02.4414994Z + source test/mobile/nnc/test_aot_compile.sh 2022-09-27T16:29:02.4415241Z ++ set -e -o pipefail 2022-09-27T16:29:02.4418045Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T16:29:02.4586080Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T16:29:02.4586635Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:29:02.4589482Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-09-27T16:29:02.4600146Z ++ CURRENT_DIR=test/mobile/nnc 2022-09-27T16:29:02.4600560Z ++ MODEL=aot_test_model.pt 2022-09-27T16:29:02.4600868Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-09-27T16:29:02.4601101Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-09-27T16:29:02.4603376Z +++ mktemp -d -t build_XXX 2022-09-27T16:29:02.4627393Z ++ TMP_DIR=/tmp/build_WLN 2022-09-27T16:29:02.4628765Z + test_custom_script_ops 2022-09-27T16:29:02.4629209Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-09-27T16:29:02.4629563Z + echo 'Testing custom script operators' 2022-09-27T16:29:02.4629844Z Testing custom script operators 2022-09-27T16:29:02.4630211Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-09-27T16:29:02.4630489Z + pushd test/custom_operator 2022-09-27T16:29:02.4630716Z ~/workspace/test/custom_operator ~/workspace 2022-09-27T16:29:02.4631065Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-09-27T16:29:02.4712642Z + python test_custom_ops.py -v 2022-09-27T16:29:03.5933611Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-09-27T16:29:03.5943479Z 2022-09-27T16:29:03.5943623Z Running tests... 2022-09-27T16:29:03.5944035Z ---------------------------------------------------------------------- 2022-09-27T16:29:03.5982745Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-09-27T16:29:03.6399738Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.042s) 2022-09-27T16:29:03.6406513Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:29:03.6428988Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:199: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1061.) 2022-09-27T16:29:03.6429919Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-09-27T16:29:03.6454288Z ok (0.005s) 2022-09-27T16:29:03.6462677Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:29:03.6466313Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:29:03.6544289Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.008s) 2022-09-27T16:29:03.6544689Z 2022-09-27T16:29:03.6545030Z ---------------------------------------------------------------------- 2022-09-27T16:29:03.6545266Z Ran 7 tests in 0.060s 2022-09-27T16:29:03.6545388Z 2022-09-27T16:29:03.6545450Z OK 2022-09-27T16:29:03.6545543Z 2022-09-27T16:29:03.6545629Z Generating XML reports... 2022-09-27T16:29:03.6575110Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220927162903.xml 2022-09-27T16:29:03.8483987Z + python model.py --export-script-module=model.pt 2022-09-27T16:29:04.9755099Z + build/test_custom_ops ./model.pt 2022-09-27T16:29:05.2082118Z [W engine.cpp:1061] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-09-27T16:29:05.2555500Z ok 2022-09-27T16:29:05.3108084Z + popd 2022-09-27T16:29:05.3108309Z ~/workspace 2022-09-27T16:29:05.3108478Z + assert_git_not_dirty 2022-09-27T16:29:05.3108855Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:29:05.3109149Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:29:05.3112647Z ++ git status --porcelain 2022-09-27T16:29:05.3895337Z + git_status= 2022-09-27T16:29:05.3895714Z + [[ -n '' ]] 2022-09-27T16:29:05.3895970Z + test_custom_backend 2022-09-27T16:29:05.3896380Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-09-27T16:29:05.3896851Z + echo 'Testing custom backends' 2022-09-27T16:29:05.3897081Z Testing custom backends 2022-09-27T16:29:05.3897447Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-09-27T16:29:05.3897729Z + pushd test/custom_backend 2022-09-27T16:29:05.3897938Z ~/workspace/test/custom_backend ~/workspace 2022-09-27T16:29:05.3898308Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-09-27T16:29:05.3938725Z + python test_custom_backend.py -v 2022-09-27T16:29:06.5203727Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-09-27T16:29:06.5214057Z 2022-09-27T16:29:06.5214363Z Running tests... 2022-09-27T16:29:06.5214974Z ---------------------------------------------------------------------- 2022-09-27T16:29:06.5221419Z test_execute (__main__.TestCustomBackend) 2022-09-27T16:29:06.5701672Z Test execution using the custom backend. ... ok (0.049s) 2022-09-27T16:29:06.5709434Z test_save_load (__main__.TestCustomBackend) 2022-09-27T16:29:06.5880069Z Test that a lowered module can be executed correctly ... ok (0.018s) 2022-09-27T16:29:06.5882378Z 2022-09-27T16:29:06.5882780Z ---------------------------------------------------------------------- 2022-09-27T16:29:06.5883224Z Ran 2 tests in 0.067s 2022-09-27T16:29:06.5883436Z 2022-09-27T16:29:06.5883549Z OK 2022-09-27T16:29:06.5883689Z 2022-09-27T16:29:06.5883785Z Generating XML reports... 2022-09-27T16:29:06.5909119Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220927162906.xml 2022-09-27T16:29:06.7779192Z + python backend.py --export-module-to=model.pt 2022-09-27T16:29:07.9501212Z + build/test_custom_backend ./model.pt 2022-09-27T16:29:08.1686071Z Testing custom_backend 2022-09-27T16:29:08.2437267Z OK 2022-09-27T16:29:08.2986501Z + rm -f ./model.pt 2022-09-27T16:29:08.3010001Z + popd 2022-09-27T16:29:08.3010231Z ~/workspace 2022-09-27T16:29:08.3010535Z + assert_git_not_dirty 2022-09-27T16:29:08.3011004Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:29:08.3011492Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:29:08.3014520Z ++ git status --porcelain 2022-09-27T16:29:08.3791953Z + git_status= 2022-09-27T16:29:08.3792412Z + [[ -n '' ]] 2022-09-27T16:29:08.3792684Z + test_torch_function_benchmark 2022-09-27T16:29:08.3793119Z + echo 'Testing __torch_function__ benchmarks' 2022-09-27T16:29:08.3793502Z Testing __torch_function__ benchmarks 2022-09-27T16:29:08.3793869Z + pushd benchmarks/overrides_benchmark 2022-09-27T16:29:08.3794307Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-09-27T16:29:08.3794756Z + python bench.py -n 1 -m 2 2022-09-27T16:29:09.3441675Z Type tensor had a minimum time of 0.005245208740234375 us and a standard deviation of 0.1795455755200237 us. 2022-09-27T16:29:09.3442118Z Type SubTensor had a minimum time of 0.014781951904296875 us and a standard deviation of 0.03742640183190815 us. 2022-09-27T16:29:09.3444132Z Type WithTorchFunction had a minimum time of 0.007152557373046875 us and a standard deviation of 0.019556136976461858 us. 2022-09-27T16:29:09.3444843Z Type SubWithTorchFunction had a minimum time of 0.015020370483398438 us and a standard deviation of 0.009609481821826193 us. 2022-09-27T16:29:09.5077142Z + python pyspybench.py Tensor -n 1 2022-09-27T16:29:10.6357741Z + python pyspybench.py SubTensor -n 1 2022-09-27T16:29:11.7589694Z + python pyspybench.py WithTorchFunction -n 1 2022-09-27T16:29:12.8888080Z + python pyspybench.py SubWithTorchFunction -n 1 2022-09-27T16:29:14.0095192Z + popd 2022-09-27T16:29:14.0095544Z ~/workspace 2022-09-27T16:29:14.0095891Z + assert_git_not_dirty 2022-09-27T16:29:14.0096343Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:29:14.0096626Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:29:14.0098187Z ++ git status --porcelain 2022-09-27T16:29:14.0870741Z + git_status= 2022-09-27T16:29:14.0871078Z + [[ -n '' ]] 2022-09-27T16:29:14.0928966Z Prepare all required actions 2022-09-27T16:29:14.0929294Z Getting action download info 2022-09-27T16:29:14.3001617Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:29:14.3001837Z with: 2022-09-27T16:29:14.3002148Z github-token: *** 2022-09-27T16:29:14.3002318Z env: 2022-09-27T16:29:14.3002494Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:14.3002665Z ##[endgroup] 2022-09-27T16:29:14.3029015Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:29:14.3029237Z with: 2022-09-27T16:29:14.3029399Z shell: bash 2022-09-27T16:29:14.3029576Z timeout_minutes: 10 2022-09-27T16:29:14.3029742Z max_attempts: 5 2022-09-27T16:29:14.3029925Z retry_wait_seconds: 30 2022-09-27T16:29:14.3030307Z 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:29:14.3030701Z polling_interval_seconds: 1 2022-09-27T16:29:14.3030905Z warning_on_retry: true 2022-09-27T16:29:14.3031095Z continue_on_error: false 2022-09-27T16:29:14.3031269Z env: 2022-09-27T16:29:14.3031425Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:14.3031726Z GITHUB_TOKEN: *** 2022-09-27T16:29:14.3031900Z ##[endgroup] 2022-09-27T16:29:14.3429859Z 2022-09-27T16:29:14.3474805Z + python3 -m pip install requests==2.26.0 2022-09-27T16:29:14.5514617Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:29:14.5688113Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:29:14.5815803Z 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:29:14.5969057Z 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:29:14.5978268Z 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:29:14.5991724Z 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:29:14.7499204Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-0d17036cdee362c0c 2022-09-27T16:29:19.2897401Z + GHA_WORKFLOW_JOB_ID=8576164336 2022-09-27T16:29:19.2898122Z + echo '::set-output name=job-id::8576164336' 2022-09-27T16:29:19.3510983Z Command completed after 1 attempt(s). 2022-09-27T16:29:19.3511239Z 2022-09-27T16:29:19.3615758Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:29:19.3615983Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:29:19.3627766Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:29:19.3628057Z env: 2022-09-27T16:29:19.3628237Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:19.3628434Z MONITOR_SCRIPT_PID: 30478 2022-09-27T16:29:19.3628618Z ##[endgroup] 2022-09-27T16:29:19.3705538Z Prepare all required actions 2022-09-27T16:29:19.3705786Z Getting action download info 2022-09-27T16:29:19.5504462Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:29:19.6900643Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:29:19.6900863Z with: 2022-09-27T16:29:19.6901091Z file-suffix: test-crossref-2-2-linux.2xlarge_8576164336 2022-09-27T16:29:19.6901299Z env: 2022-09-27T16:29:19.6901471Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:19.6901657Z ##[endgroup] 2022-09-27T16:29:19.6941194Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:29:19.6941474Z # Remove any previous test jsons if they exist 2022-09-27T16:29:19.6941706Z rm -f test-jsons-*.zip 2022-09-27T16:29:19.6941936Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:29:19.6952671Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:29:19.6953006Z env: 2022-09-27T16:29:19.6953170Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:19.6953414Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_8576164336 2022-09-27T16:29:19.6953640Z ##[endgroup] 2022-09-27T16:29:19.7074542Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:29:19.7101323Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:29:19.7107257Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:29:19.7108269Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:29:19.7113704Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:29:19.7133866Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:29:19.7134152Z # Remove any previous test reports if they exist 2022-09-27T16:29:19.7134386Z rm -f test-reports-*.zip 2022-09-27T16:29:19.7134618Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:29:19.7144925Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:29:19.7145140Z env: 2022-09-27T16:29:19.7145300Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:19.7145544Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_8576164336 2022-09-27T16:29:19.7145768Z ##[endgroup] 2022-09-27T16:29:19.7247150Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220927162906.xml (deflated 56%) 2022-09-27T16:29:19.7247757Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220927162903.xml (deflated 65%) 2022-09-27T16:29:19.7273696Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml (deflated 94%) 2022-09-27T16:29:19.7408238Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml (deflated 97%) 2022-09-27T16:29:19.7409596Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927153613.xml (deflated 77%) 2022-09-27T16:29:19.7410403Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927153613.xml (deflated 85%) 2022-09-27T16:29:19.7410938Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927153613.xml (deflated 85%) 2022-09-27T16:29:19.7411877Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927153613.xml (deflated 85%) 2022-09-27T16:29:19.7413050Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927153613.xml (deflated 74%) 2022-09-27T16:29:19.7413741Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927153613.xml (deflated 82%) 2022-09-27T16:29:19.7416684Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20220927153613.xml (deflated 86%) 2022-09-27T16:29:19.7417678Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927153613.xml (deflated 63%) 2022-09-27T16:29:19.7418813Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927153613.xml (deflated 94%) 2022-09-27T16:29:19.7429033Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20220927153613.xml (deflated 95%) 2022-09-27T16:29:19.7429912Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927153613.xml (deflated 74%) 2022-09-27T16:29:19.7430862Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927153613.xml (deflated 86%) 2022-09-27T16:29:19.7432667Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20220927153613.xml (deflated 89%) 2022-09-27T16:29:19.7433632Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927153613.xml (deflated 90%) 2022-09-27T16:29:19.7476894Z adding: test/test-reports/python-unittest/test_reductions/TEST-TestReductionsCPU-20220927153953.xml (deflated 97%) 2022-09-27T16:29:19.7477769Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20220927154302.xml (deflated 53%) 2022-09-27T16:29:19.7478587Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20220927154302.xml (deflated 53%) 2022-09-27T16:29:19.7479294Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20220927154302.xml (deflated 42%) 2022-09-27T16:29:19.7480213Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20220927154302.xml (deflated 40%) 2022-09-27T16:29:19.7480765Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20220927154302.xml (deflated 88%) 2022-09-27T16:29:19.7481258Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20220927154302.xml (deflated 70%) 2022-09-27T16:29:19.7513883Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20220927154302.xml (deflated 95%) 2022-09-27T16:29:19.7528405Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20220927154302.xml (deflated 95%) 2022-09-27T16:29:19.7529399Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20220927154302.xml (deflated 84%) 2022-09-27T16:29:19.7530272Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20220927154302.xml (deflated 73%) 2022-09-27T16:29:19.7530843Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927154526.xml (deflated 62%) 2022-09-27T16:29:19.7533027Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927154526.xml (deflated 90%) 2022-09-27T16:29:19.7533893Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20220927154526.xml (deflated 79%) 2022-09-27T16:29:19.7534644Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927154526.xml (deflated 76%) 2022-09-27T16:29:19.7535653Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220927154729.xml (deflated 79%) 2022-09-27T16:29:19.7548739Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220927154729.xml (deflated 94%) 2022-09-27T16:29:19.7550062Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927154826.xml (deflated 88%) 2022-09-27T16:29:19.7551061Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927154905.xml (deflated 82%) 2022-09-27T16:29:19.7551992Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927154905.xml (deflated 75%) 2022-09-27T16:29:19.7552535Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927154931.xml (deflated 40%) 2022-09-27T16:29:19.7554790Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927154931.xml (deflated 95%) 2022-09-27T16:29:19.7555795Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927154931.xml (deflated 58%) 2022-09-27T16:29:19.7556706Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927154947.xml (deflated 95%) 2022-09-27T16:29:19.7557598Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927154947.xml (deflated 54%) 2022-09-27T16:29:19.7558174Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927154947.xml (deflated 81%) 2022-09-27T16:29:19.7559092Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927154947.xml (deflated 96%) 2022-09-27T16:29:19.7560021Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927154950.xml (deflated 72%) 2022-09-27T16:29:19.7560943Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927154950.xml (deflated 80%) 2022-09-27T16:29:19.7562007Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927154950.xml (deflated 72%) 2022-09-27T16:29:19.7562968Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927154950.xml (deflated 70%) 2022-09-27T16:29:19.7563957Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927154950.xml (deflated 77%) 2022-09-27T16:29:19.7564912Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927154950.xml (deflated 56%) 2022-09-27T16:29:19.7565923Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927154954.xml (deflated 42%) 2022-09-27T16:29:19.7566496Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927154954.xml (deflated 41%) 2022-09-27T16:29:19.7567048Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927154954.xml (deflated 41%) 2022-09-27T16:29:19.7567566Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927154954.xml (deflated 41%) 2022-09-27T16:29:19.7568112Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927154954.xml (deflated 42%) 2022-09-27T16:29:19.7568760Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927154954.xml (deflated 73%) 2022-09-27T16:29:19.7569249Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927154954.xml (deflated 41%) 2022-09-27T16:29:19.7569728Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927154954.xml (deflated 40%) 2022-09-27T16:29:19.7570216Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927154954.xml (deflated 40%) 2022-09-27T16:29:19.7570686Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927154954.xml (deflated 38%) 2022-09-27T16:29:19.7571160Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927154954.xml (deflated 40%) 2022-09-27T16:29:19.7579401Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927154954.xml (deflated 96%) 2022-09-27T16:29:19.7580439Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927154954.xml (deflated 41%) 2022-09-27T16:29:19.7581287Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927154954.xml (deflated 41%) 2022-09-27T16:29:19.7581905Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927154954.xml (deflated 90%) 2022-09-27T16:29:19.7582831Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927154957.xml (deflated 90%) 2022-09-27T16:29:19.7583942Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927155001.xml (deflated 77%) 2022-09-27T16:29:19.7584940Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927155004.xml (deflated 79%) 2022-09-27T16:29:19.7585536Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927155004.xml (deflated 85%) 2022-09-27T16:29:19.7586476Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927155004.xml (deflated 91%) 2022-09-27T16:29:19.7587549Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155007.xml (deflated 54%) 2022-09-27T16:29:19.7588563Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155007.xml (deflated 76%) 2022-09-27T16:29:19.7589543Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155007.xml (deflated 85%) 2022-09-27T16:29:19.7590560Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155007.xml (deflated 71%) 2022-09-27T16:29:19.7591575Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155007.xml (deflated 68%) 2022-09-27T16:29:19.7592592Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155007.xml (deflated 75%) 2022-09-27T16:29:19.7593722Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155007.xml (deflated 66%) 2022-09-27T16:29:19.7594809Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155007.xml (deflated 74%) 2022-09-27T16:29:19.7595890Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155007.xml (deflated 70%) 2022-09-27T16:29:19.7596622Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155007.xml (deflated 61%) 2022-09-27T16:29:19.7597129Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155007.xml (deflated 69%) 2022-09-27T16:29:19.7597610Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155007.xml (deflated 80%) 2022-09-27T16:29:19.7598125Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155007.xml (deflated 43%) 2022-09-27T16:29:19.7598791Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155007.xml (deflated 79%) 2022-09-27T16:29:19.7599604Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155007.xml (deflated 59%) 2022-09-27T16:29:19.7600092Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927155009.xml (deflated 82%) 2022-09-27T16:29:19.7600601Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927155011.xml (deflated 90%) 2022-09-27T16:29:19.7601126Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927155011.xml (deflated 86%) 2022-09-27T16:29:19.7601684Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927155013.xml (deflated 68%) 2022-09-27T16:29:19.7602254Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927155013.xml (deflated 48%) 2022-09-27T16:29:19.7602789Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927155013.xml (deflated 93%) 2022-09-27T16:29:19.7631360Z adding: test/test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927155016.xml (deflated 98%) 2022-09-27T16:29:19.7632524Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20220927160256.xml (deflated 92%) 2022-09-27T16:29:19.7634004Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220927160256.xml (deflated 92%) 2022-09-27T16:29:19.7635331Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220927160256.xml (deflated 93%) 2022-09-27T16:29:19.7636587Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20220927160256.xml (deflated 90%) 2022-09-27T16:29:19.7637837Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220927160256.xml (deflated 66%) 2022-09-27T16:29:19.7638881Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220927160256.xml (deflated 63%) 2022-09-27T16:29:19.7639904Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220927160256.xml (deflated 84%) 2022-09-27T16:29:19.7641219Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220927160256.xml (deflated 72%) 2022-09-27T16:29:19.7641947Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220927160256.xml (deflated 84%) 2022-09-27T16:29:19.7642636Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220927160256.xml (deflated 86%) 2022-09-27T16:29:19.7643529Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220927160256.xml (deflated 75%) 2022-09-27T16:29:19.7644359Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220927160256.xml (deflated 82%) 2022-09-27T16:29:19.7645501Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220927160256.xml (deflated 79%) 2022-09-27T16:29:19.7646462Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220927160256.xml (deflated 59%) 2022-09-27T16:29:19.7647722Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220927160256.xml (deflated 88%) 2022-09-27T16:29:19.7649100Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220927160256.xml (deflated 92%) 2022-09-27T16:29:19.7650320Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220927160256.xml (deflated 70%) 2022-09-27T16:29:19.7651481Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220927160256.xml (deflated 88%) 2022-09-27T16:29:19.7652629Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220927160256.xml (deflated 76%) 2022-09-27T16:29:19.7653734Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220927160256.xml (deflated 73%) 2022-09-27T16:29:19.7654755Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220927160256.xml (deflated 68%) 2022-09-27T16:29:19.7656009Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220927160256.xml (deflated 82%) 2022-09-27T16:29:19.7657229Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220927160256.xml (deflated 53%) 2022-09-27T16:29:19.7658600Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220927160256.xml (deflated 72%) 2022-09-27T16:29:19.7659733Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220927160256.xml (deflated 74%) 2022-09-27T16:29:19.7660745Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220927160256.xml (deflated 75%) 2022-09-27T16:29:19.7662030Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220927160256.xml (deflated 52%) 2022-09-27T16:29:19.7662738Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220927160256.xml (deflated 79%) 2022-09-27T16:29:19.7663401Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220927160256.xml (deflated 72%) 2022-09-27T16:29:19.7664111Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220927160256.xml (deflated 77%) 2022-09-27T16:29:19.7664787Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220927160256.xml (deflated 76%) 2022-09-27T16:29:19.7665641Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220927160256.xml (deflated 74%) 2022-09-27T16:29:19.7666828Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220927160256.xml (deflated 85%) 2022-09-27T16:29:19.7667475Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220927160256.xml (deflated 79%) 2022-09-27T16:29:19.7668287Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220927160256.xml (deflated 63%) 2022-09-27T16:29:19.7669420Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220927160256.xml (deflated 84%) 2022-09-27T16:29:19.7670329Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20220927160256.xml (deflated 71%) 2022-09-27T16:29:19.7671193Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220927160256.xml (deflated 58%) 2022-09-27T16:29:19.7672408Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220927160256.xml (deflated 83%) 2022-09-27T16:29:19.7673662Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220927160256.xml (deflated 86%) 2022-09-27T16:29:19.7674566Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220927160256.xml (deflated 80%) 2022-09-27T16:29:19.7675355Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220927160256.xml (deflated 79%) 2022-09-27T16:29:19.7676380Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220927160256.xml (deflated 80%) 2022-09-27T16:29:19.7677420Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220927160256.xml (deflated 83%) 2022-09-27T16:29:19.7678683Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220927160256.xml (deflated 87%) 2022-09-27T16:29:19.7679825Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220927160256.xml (deflated 80%) 2022-09-27T16:29:19.7680899Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220927160256.xml (deflated 85%) 2022-09-27T16:29:19.7682035Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220927160256.xml (deflated 72%) 2022-09-27T16:29:19.7682736Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220927160256.xml (deflated 85%) 2022-09-27T16:29:19.7683374Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220927160256.xml (deflated 86%) 2022-09-27T16:29:19.7684057Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220927160256.xml (deflated 83%) 2022-09-27T16:29:19.7684712Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220927160256.xml (deflated 82%) 2022-09-27T16:29:19.7685402Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220927160256.xml (deflated 72%) 2022-09-27T16:29:19.7686079Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220927160256.xml (deflated 69%) 2022-09-27T16:29:19.7686708Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220927160256.xml (deflated 87%) 2022-09-27T16:29:19.7687356Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220927160256.xml (deflated 88%) 2022-09-27T16:29:19.7688033Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220927160256.xml (deflated 63%) 2022-09-27T16:29:19.7688860Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220927160256.xml (deflated 71%) 2022-09-27T16:29:19.7689558Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220927160256.xml (deflated 85%) 2022-09-27T16:29:19.7690254Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220927160256.xml (deflated 87%) 2022-09-27T16:29:19.7690942Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927160256.xml (deflated 85%) 2022-09-27T16:29:19.7691546Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20220927160256.xml (deflated 74%) 2022-09-27T16:29:19.7692204Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220927160256.xml (deflated 72%) 2022-09-27T16:29:19.7807545Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927161551.xml (deflated 97%) 2022-09-27T16:29:19.7808572Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927161843.xml (deflated 66%) 2022-09-27T16:29:19.7809671Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927161843.xml (deflated 85%) 2022-09-27T16:29:19.7810592Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927161843.xml (deflated 48%) 2022-09-27T16:29:19.7811649Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927161843.xml (deflated 74%) 2022-09-27T16:29:19.7812571Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927161843.xml (deflated 86%) 2022-09-27T16:29:19.7813229Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927161843.xml (deflated 74%) 2022-09-27T16:29:19.7814259Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927161843.xml (deflated 59%) 2022-09-27T16:29:19.7815257Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927161843.xml (deflated 81%) 2022-09-27T16:29:19.7816214Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927161843.xml (deflated 70%) 2022-09-27T16:29:19.7817180Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927161843.xml (deflated 83%) 2022-09-27T16:29:19.7818064Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927161843.xml (deflated 84%) 2022-09-27T16:29:19.7818631Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927161843.xml (deflated 83%) 2022-09-27T16:29:19.7819182Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927161843.xml (deflated 56%) 2022-09-27T16:29:19.7820132Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927161843.xml (deflated 75%) 2022-09-27T16:29:19.7821160Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927161843.xml (deflated 85%) 2022-09-27T16:29:19.7821912Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927161843.xml (deflated 82%) 2022-09-27T16:29:19.7822772Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927161843.xml (deflated 68%) 2022-09-27T16:29:19.7823821Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927161843.xml (deflated 96%) 2022-09-27T16:29:19.7824761Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927161843.xml (deflated 85%) 2022-09-27T16:29:19.7825709Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927161843.xml (deflated 81%) 2022-09-27T16:29:19.7826673Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927161843.xml (deflated 89%) 2022-09-27T16:29:19.7827586Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927161843.xml (deflated 40%) 2022-09-27T16:29:19.7828372Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927161843.xml (deflated 85%) 2022-09-27T16:29:19.7828976Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927161843.xml (deflated 51%) 2022-09-27T16:29:19.7829628Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927161843.xml (deflated 72%) 2022-09-27T16:29:19.7830477Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927161843.xml (deflated 45%) 2022-09-27T16:29:19.7831238Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927161843.xml (deflated 52%) 2022-09-27T16:29:19.7831776Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927161843.xml (deflated 79%) 2022-09-27T16:29:19.7832265Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927161843.xml (deflated 87%) 2022-09-27T16:29:19.7832847Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927161843.xml (deflated 62%) 2022-09-27T16:29:19.7833434Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927161843.xml (deflated 73%) 2022-09-27T16:29:19.7834106Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927161843.xml (deflated 62%) 2022-09-27T16:29:19.7834722Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927161843.xml (deflated 89%) 2022-09-27T16:29:19.7835219Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220927161843.xml (deflated 84%) 2022-09-27T16:29:19.7837831Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927161843.xml (deflated 95%) 2022-09-27T16:29:19.7838723Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927161843.xml (deflated 78%) 2022-09-27T16:29:19.7840002Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927161843.xml (deflated 89%) 2022-09-27T16:29:19.7840943Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927161843.xml (deflated 76%) 2022-09-27T16:29:19.7841954Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927161843.xml (deflated 69%) 2022-09-27T16:29:19.7842910Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927161843.xml (deflated 82%) 2022-09-27T16:29:19.7843890Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927161843.xml (deflated 84%) 2022-09-27T16:29:19.7844887Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927161843.xml (deflated 84%) 2022-09-27T16:29:19.7845849Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927161843.xml (deflated 68%) 2022-09-27T16:29:19.7846758Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927161843.xml (deflated 84%) 2022-09-27T16:29:19.7847849Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927161843.xml (deflated 87%) 2022-09-27T16:29:19.7848876Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927161843.xml (deflated 49%) 2022-09-27T16:29:19.7849830Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927161843.xml (deflated 81%) 2022-09-27T16:29:19.7850804Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927161843.xml (deflated 84%) 2022-09-27T16:29:19.7851858Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927161843.xml (deflated 64%) 2022-09-27T16:29:19.7853161Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927161843.xml (deflated 83%) 2022-09-27T16:29:19.7854228Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927161843.xml (deflated 60%) 2022-09-27T16:29:19.7854804Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927161843.xml (deflated 89%) 2022-09-27T16:29:19.7855310Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927161843.xml (deflated 41%) 2022-09-27T16:29:19.7855827Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927161843.xml (deflated 81%) 2022-09-27T16:29:19.7856460Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927161843.xml (deflated 79%) 2022-09-27T16:29:19.7857053Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927161843.xml (deflated 86%) 2022-09-27T16:29:19.7857582Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927161843.xml (deflated 47%) 2022-09-27T16:29:19.7858132Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927161843.xml (deflated 88%) 2022-09-27T16:29:19.7858710Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927161843.xml (deflated 80%) 2022-09-27T16:29:19.7859255Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927161843.xml (deflated 80%) 2022-09-27T16:29:19.7859830Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927161843.xml (deflated 82%) 2022-09-27T16:29:19.7866626Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220927161843.xml (deflated 88%) 2022-09-27T16:29:19.7867545Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927161843.xml (deflated 78%) 2022-09-27T16:29:19.7868561Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927161843.xml (deflated 83%) 2022-09-27T16:29:19.7869741Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927161843.xml (deflated 87%) 2022-09-27T16:29:19.7870951Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927161843.xml (deflated 76%) 2022-09-27T16:29:19.7871904Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927161843.xml (deflated 86%) 2022-09-27T16:29:19.7872828Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927161843.xml (deflated 72%) 2022-09-27T16:29:19.7873795Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927161843.xml (deflated 90%) 2022-09-27T16:29:19.7874411Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927161843.xml (deflated 88%) 2022-09-27T16:29:19.7875012Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927161843.xml (deflated 74%) 2022-09-27T16:29:19.7875598Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927161843.xml (deflated 81%) 2022-09-27T16:29:19.7876175Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927161843.xml (deflated 61%) 2022-09-27T16:29:19.7876717Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927161843.xml (deflated 88%) 2022-09-27T16:29:19.7888985Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927161843.xml (deflated 97%) 2022-09-27T16:29:19.7890123Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927161843.xml (deflated 83%) 2022-09-27T16:29:19.7891134Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927161843.xml (deflated 82%) 2022-09-27T16:29:19.7892036Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927161843.xml (deflated 89%) 2022-09-27T16:29:19.7892942Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927161843.xml (deflated 87%) 2022-09-27T16:29:19.7893921Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927161843.xml (deflated 60%) 2022-09-27T16:29:19.7895061Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927161843.xml (deflated 85%) 2022-09-27T16:29:19.7896020Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927161843.xml (deflated 78%) 2022-09-27T16:29:19.7896519Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927161843.xml (deflated 73%) 2022-09-27T16:29:19.7897040Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927161843.xml (deflated 78%) 2022-09-27T16:29:19.7897615Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927161843.xml (deflated 84%) 2022-09-27T16:29:19.7986823Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927162039.xml (deflated 97%) 2022-09-27T16:29:19.7988649Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927162206.xml (deflated 95%) 2022-09-27T16:29:19.7989930Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927162206.xml (deflated 95%) 2022-09-27T16:29:19.7990992Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927162206.xml (deflated 76%) 2022-09-27T16:29:19.7991767Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927162206.xml (deflated 84%) 2022-09-27T16:29:19.7996343Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927162206.xml (deflated 93%) 2022-09-27T16:29:19.7997635Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927162259.xml (deflated 85%) 2022-09-27T16:29:19.7999854Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927162341.xml (deflated 90%) 2022-09-27T16:29:19.8002104Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927162341.xml (deflated 94%) 2022-09-27T16:29:19.8004508Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927162341.xml (deflated 96%) 2022-09-27T16:29:19.8005440Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927162413.xml (deflated 52%) 2022-09-27T16:29:19.8014403Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927162440.xml (deflated 86%) 2022-09-27T16:29:19.8015236Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927162440.xml (deflated 60%) 2022-09-27T16:29:19.8016357Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220927162440.xml (deflated 86%) 2022-09-27T16:29:19.8017383Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927162440.xml (deflated 85%) 2022-09-27T16:29:19.8018158Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927162440.xml (deflated 72%) 2022-09-27T16:29:19.8019679Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927162440.xml (deflated 95%) 2022-09-27T16:29:19.8020754Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927162440.xml (deflated 87%) 2022-09-27T16:29:19.8021798Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220927162440.xml (deflated 71%) 2022-09-27T16:29:19.8022828Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927162440.xml (deflated 77%) 2022-09-27T16:29:19.8023754Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927162504.xml (deflated 84%) 2022-09-27T16:29:19.8024671Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927162504.xml (deflated 70%) 2022-09-27T16:29:19.8025782Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927162504.xml (deflated 84%) 2022-09-27T16:29:19.8026828Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927162504.xml (deflated 68%) 2022-09-27T16:29:19.8027749Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927162504.xml (deflated 69%) 2022-09-27T16:29:19.8028769Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927162504.xml (deflated 69%) 2022-09-27T16:29:19.8029582Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927162504.xml (deflated 75%) 2022-09-27T16:29:19.8030575Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927162504.xml (deflated 69%) 2022-09-27T16:29:19.8031564Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927162504.xml (deflated 69%) 2022-09-27T16:29:19.8032518Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927162504.xml (deflated 40%) 2022-09-27T16:29:19.8033020Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20220927162504.xml (deflated 48%) 2022-09-27T16:29:19.8033542Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927162504.xml (deflated 88%) 2022-09-27T16:29:19.8034147Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927162504.xml (deflated 88%) 2022-09-27T16:29:19.8035044Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927162504.xml (deflated 89%) 2022-09-27T16:29:19.8035625Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927162518.xml (deflated 90%) 2022-09-27T16:29:19.8036308Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927162518.xml (deflated 67%) 2022-09-27T16:29:19.8037263Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927162530.xml (deflated 60%) 2022-09-27T16:29:19.8038104Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927162542.xml (deflated 62%) 2022-09-27T16:29:19.8038906Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927162542.xml (deflated 52%) 2022-09-27T16:29:19.8039825Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927162542.xml (deflated 65%) 2022-09-27T16:29:19.8040418Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927162542.xml (deflated 59%) 2022-09-27T16:29:19.8040958Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927162601.xml (deflated 92%) 2022-09-27T16:29:19.8041479Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927162601.xml (deflated 88%) 2022-09-27T16:29:19.8042025Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927162609.xml (deflated 40%) 2022-09-27T16:29:19.8042578Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927162609.xml (deflated 43%) 2022-09-27T16:29:19.8043511Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927162609.xml (deflated 76%) 2022-09-27T16:29:19.8044115Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927162616.xml (deflated 93%) 2022-09-27T16:29:19.8044646Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927162621.xml (deflated 73%) 2022-09-27T16:29:19.8045162Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927162626.xml (deflated 96%) 2022-09-27T16:29:19.8047258Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927162631.xml (deflated 94%) 2022-09-27T16:29:19.8048272Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220927162631.xml (deflated 85%) 2022-09-27T16:29:19.8049570Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927162631.xml (deflated 86%) 2022-09-27T16:29:19.8050514Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927162635.xml (deflated 67%) 2022-09-27T16:29:19.8051247Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927162638.xml (deflated 79%) 2022-09-27T16:29:19.8052119Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927162638.xml (deflated 89%) 2022-09-27T16:29:19.8052867Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927162642.xml (deflated 43%) 2022-09-27T16:29:19.8054136Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220927162645.xml (deflated 91%) 2022-09-27T16:29:19.8056021Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220927162648.xml (deflated 88%) 2022-09-27T16:29:19.8056885Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220927162651.xml (deflated 84%) 2022-09-27T16:29:19.8057788Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927162653.xml (deflated 65%) 2022-09-27T16:29:19.8058759Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927162653.xml (deflated 72%) 2022-09-27T16:29:19.8059771Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927162655.xml (deflated 82%) 2022-09-27T16:29:19.8060725Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20220927162657.xml (deflated 82%) 2022-09-27T16:29:19.8061645Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927162659.xml (deflated 66%) 2022-09-27T16:29:19.8062570Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927162659.xml (deflated 41%) 2022-09-27T16:29:19.8063521Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927162701.xml (deflated 74%) 2022-09-27T16:29:19.8064421Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927162702.xml (deflated 77%) 2022-09-27T16:29:19.8065343Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927162702.xml (deflated 42%) 2022-09-27T16:29:19.8066293Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927162704.xml (deflated 39%) 2022-09-27T16:29:19.8066870Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927162704.xml (deflated 85%) 2022-09-27T16:29:19.8067375Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927162704.xml (deflated 87%) 2022-09-27T16:29:19.8067859Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927162706.xml (deflated 84%) 2022-09-27T16:29:19.8068519Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927162708.xml (deflated 57%) 2022-09-27T16:29:19.8069116Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927162709.xml (deflated 63%) 2022-09-27T16:29:19.8069645Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927162711.xml (deflated 62%) 2022-09-27T16:29:19.8070206Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927162721.xml (deflated 80%) 2022-09-27T16:29:19.8070755Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927162721.xml (deflated 67%) 2022-09-27T16:29:19.8071372Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927162721.xml (deflated 40%) 2022-09-27T16:29:19.8071912Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927162721.xml (deflated 42%) 2022-09-27T16:29:19.8072464Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927162723.xml (deflated 75%) 2022-09-27T16:29:19.8078841Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 92%) 2022-09-27T16:29:19.8086690Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-09-27T16:29:19.8103264Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-09-27T16:29:19.8116850Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-09-27T16:29:19.8117655Z adding: test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml (deflated 75%) 2022-09-27T16:29:19.8137057Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:29:19.8137353Z # Remove any previous test reports if they exist 2022-09-27T16:29:19.8137589Z rm -f usage-log-*.zip 2022-09-27T16:29:19.8137851Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:29:19.8138139Z # so check to see if the file exists first 2022-09-27T16:29:19.8138366Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:29:19.8138611Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:29:19.8138810Z fi 2022-09-27T16:29:19.8149456Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:29:19.8149674Z env: 2022-09-27T16:29:19.8149836Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:19.8150080Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_8576164336 2022-09-27T16:29:19.8150305Z ##[endgroup] 2022-09-27T16:29:19.8382158Z adding: usage_log.txt (deflated 95%) 2022-09-27T16:29:19.8415884Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:29:19.8416100Z with: 2022-09-27T16:29:19.8416300Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:29:19.8416504Z retention-days: 14 2022-09-27T16:29:19.8416701Z if-no-files-found: warn 2022-09-27T16:29:19.8416896Z path: test-jsons-*.zip 2022-09-27T16:29:19.8417077Z name: artifact 2022-09-27T16:29:19.8417241Z s3-bucket: gha-artifacts 2022-09-27T16:29:19.8417433Z region: us-east-1 2022-09-27T16:29:19.8417596Z env: 2022-09-27T16:29:19.8417750Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:19.8417928Z ##[endgroup] 2022-09-27T16:29:20.1693354Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:29:20.1693814Z With the provided path, there will be 1 file uploaded 2022-09-27T16:29:20.1694245Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:29:20.1701534Z Starting upload of test-jsons-test-crossref-2-2-linux.2xlarge_8576164336.zip 2022-09-27T16:29:20.3079336Z Finished upload of test-jsons-test-crossref-2-2-linux.2xlarge_8576164336.zip 2022-09-27T16:29:20.3188699Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:29:20.3188917Z with: 2022-09-27T16:29:20.3189122Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:29:20.3189324Z retention-days: 14 2022-09-27T16:29:20.3189520Z if-no-files-found: error 2022-09-27T16:29:20.3189725Z path: test-reports-*.zip 2022-09-27T16:29:20.3189898Z name: artifact 2022-09-27T16:29:20.3190079Z s3-bucket: gha-artifacts 2022-09-27T16:29:20.3190271Z region: us-east-1 2022-09-27T16:29:20.3190435Z env: 2022-09-27T16:29:20.3190593Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:20.3190775Z ##[endgroup] 2022-09-27T16:29:20.6205923Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:29:20.6206384Z With the provided path, there will be 1 file uploaded 2022-09-27T16:29:20.6206819Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:29:20.6214630Z Starting upload of test-reports-test-crossref-2-2-linux.2xlarge_8576164336.zip 2022-09-27T16:29:20.7899277Z Finished upload of test-reports-test-crossref-2-2-linux.2xlarge_8576164336.zip 2022-09-27T16:29:20.8008951Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:29:20.8009167Z with: 2022-09-27T16:29:20.8009365Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:29:20.8009566Z retention-days: 14 2022-09-27T16:29:20.8009757Z if-no-files-found: ignore 2022-09-27T16:29:20.8009952Z path: usage-log-*.zip 2022-09-27T16:29:20.8010116Z name: artifact 2022-09-27T16:29:20.8010517Z s3-bucket: gha-artifacts 2022-09-27T16:29:20.8010708Z region: us-east-1 2022-09-27T16:29:20.8010869Z env: 2022-09-27T16:29:20.8011024Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:20.8011204Z ##[endgroup] 2022-09-27T16:29:21.1046156Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:29:21.1046686Z With the provided path, there will be 1 file uploaded 2022-09-27T16:29:21.1047218Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:29:21.1053377Z Starting upload of usage-log-test-crossref-2-2-linux.2xlarge_8576164336.zip 2022-09-27T16:29:21.2136661Z Finished upload of usage-log-test-crossref-2-2-linux.2xlarge_8576164336.zip 2022-09-27T16:29:21.2250871Z ##[group]Run set -x 2022-09-27T16:29:21.2251061Z set -x 2022-09-27T16:29:21.2251281Z python3 -m pip install -r requirements.txt 2022-09-27T16:29:21.2251530Z python3 -m pip install boto3==1.19.12 2022-09-27T16:29:21.2251820Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:29:21.2262872Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:29:21.2263100Z env: 2022-09-27T16:29:21.2263279Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:21.2263470Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:29:21.2263665Z BRANCH: pull/85462 2022-09-27T16:29:21.2263851Z TEST_CONFIG: crossref 2022-09-27T16:29:21.2264023Z SHARD_NUMBER: 2 2022-09-27T16:29:21.2264244Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T16:29:21.2264464Z PR_NUMBER: 85462 2022-09-27T16:29:21.2264639Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:29:21.2264847Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:29:21.2265100Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:29:21.2265281Z TAG: 2022-09-27T16:29:21.2265446Z WORKFLOW_ID: 3133193930 2022-09-27T16:29:21.2265771Z GITHUB_TOKEN: *** 2022-09-27T16:29:21.2265949Z GHA_WORKFLOW_JOB_ID: 8576164336 2022-09-27T16:29:21.2266145Z ##[endgroup] 2022-09-27T16:29:21.2290451Z + python3 -m pip install -r requirements.txt 2022-09-27T16:29:21.4322490Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:29:21.4572194Z 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:29:21.4596748Z 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:29:21.4604424Z 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:29:21.4614040Z 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:29:21.4974130Z 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:29:21.4982016Z 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:29:21.5057928Z 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:29:21.5065334Z 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:29:21.5274396Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:29:21.5437568Z 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:29:21.5445607Z 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:29:21.5451296Z 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:29:21.5460031Z 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:29:21.5480145Z 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:29:21.5503199Z 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:29:21.5748159Z 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:29:21.5757715Z 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:29:21.5773653Z 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:29:21.5785529Z 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:29:21.5804973Z 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:29:21.5812920Z 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:29:21.5962724Z 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:29:21.6534954Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:29:21.8558454Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:29:21.8728136Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:29:21.8778208Z 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:29:21.8791219Z 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:29:21.8818484Z 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:29:21.8867311Z 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:29:21.9020168Z 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:29:21.9040618Z 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:29:22.0622394Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:29:57.9435387Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:29:57.9436662Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-09-27T16:29:57.9437891Z 2022-09-27T16:29:57.9438358Z ----- Historic stats comparison result ------ 2022-09-27T16:29:57.9438598Z 2022-09-27T16:29:57.9439739Z job: linux-bionic-py3.7-clang9 2022-09-27T16:29:57.9440177Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:29:57.9440428Z 2022-09-27T16:29:57.9440667Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:29:57.9440953Z 2022-09-27T16:29:57.9441041Z : (master) 2022-09-27T16:29:57.9441289Z | 2022-09-27T16:29:57.9441587Z | * 52424e2bf3 (HEAD) total time 5988.15s 2022-09-27T16:29:57.9441945Z | | 2022-09-27T16:29:57.9442226Z | : (4 commits) 2022-09-27T16:29:57.9442479Z |/ 2022-09-27T16:29:57.9443026Z * c7c2578f93 (base) 8 reports, total time 4639.63s ± 1079.28s 2022-09-27T16:29:57.9443430Z * 99ad8a3048 8 reports, total time 4551.43s ± 1056.95s 2022-09-27T16:29:57.9443728Z * 34296e2f4c 8 reports, total time 4672.33s ± 1065.23s 2022-09-27T16:29:57.9444048Z * 4523ac7aa1 8 reports, total time 4829.45s ± 1218.91s 2022-09-27T16:29:57.9444362Z * f21e77d9a6 8 reports, total time 4566.11s ± 1051.70s 2022-09-27T16:29:57.9444670Z * 26a861cb27 8 reports, total time 4600.78s ± 1019.06s 2022-09-27T16:29:57.9444958Z * 56a41b5998 8 reports, total time 4722.25s ± 763.68s 2022-09-27T16:29:57.9445260Z * 1910c5847e 8 reports, total time 4766.51s ± 762.85s 2022-09-27T16:29:57.9445568Z * caa0ab557d 8 reports, total time 4622.02s ± 1052.89s 2022-09-27T16:29:57.9445770Z * 0336308be5 0 reports 2022-09-27T16:29:57.9445938Z | 2022-09-27T16:29:57.9446086Z : 2022-09-27T16:29:57.9446174Z 2022-09-27T16:29:57.9446284Z Removed (across 210 suites) 0 tests, totaling 0.00s 2022-09-27T16:29:57.9446539Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:29:57.9446790Z Added (across 525 suites) 52021 tests, totaling +5988.15s 2022-09-27T16:29:58.0490691Z Prepare all required actions 2022-09-27T16:29:58.0510467Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:29:58.0510658Z with: 2022-09-27T16:29:58.0510809Z env: 2022-09-27T16:29:58.0510983Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:58.0511154Z ##[endgroup] 2022-09-27T16:29:58.0525434Z ##[group]Run set -eou pipefail 2022-09-27T16:29:58.0525657Z set -eou pipefail 2022-09-27T16:29:58.0525821Z  2022-09-27T16:29:58.0526052Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:29:58.0526300Z for _ in $(seq 1440); do 2022-09-27T16:29:58.0526513Z  # Break if no ssh session exists anymore 2022-09-27T16:29:58.0526714Z  if [ "$(who)" = "" ]; then 2022-09-27T16:29:58.0526895Z  break 2022-09-27T16:29:58.0527059Z  fi 2022-09-27T16:29:58.0527210Z  echo "." 2022-09-27T16:29:58.0527378Z  sleep 5 2022-09-27T16:29:58.0527574Z done 2022-09-27T16:29:58.0538833Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:29:58.0539049Z env: 2022-09-27T16:29:58.0539222Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:58.0539393Z ##[endgroup] 2022-09-27T16:29:58.0566616Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:29:58.0636370Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:29:58.0636681Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:29:58.0636920Z # shellcheck disable=SC2046 2022-09-27T16:29:58.0637148Z docker stop $(docker ps -q) || true 2022-09-27T16:29:58.0637376Z # Prune all of the docker images 2022-09-27T16:29:58.0637649Z docker system prune -af 2022-09-27T16:29:58.0648037Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:29:58.0648252Z env: 2022-09-27T16:29:58.0648413Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:29:58.0648609Z ##[endgroup] 2022-09-27T16:29:58.4089787Z db26f0e14acd 2022-09-27T16:29:59.0022928Z Deleted Containers: 2022-09-27T16:29:59.0023454Z db26f0e14acd702469cecd752432492de3a26a09de7989b8a8e0839d5710264a 2022-09-27T16:29:59.0023661Z 2022-09-27T16:30:01.8428056Z Deleted Images: 2022-09-27T16:30:01.8429148Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:30:01.8430047Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T16:30:01.8430508Z deleted: sha256:f67cf4d7519b30d7f3b470cf6a036723a19d0fb703dc370b034ff91fef0031c0 2022-09-27T16:30:01.8430844Z deleted: sha256:e9fc2a60427733541ad808df3b2411f824dfb97e332a53ea477765930c4316e3 2022-09-27T16:30:01.8431166Z deleted: sha256:e351d384799762e00f849c69a7fffb3ef07b72ecd0390e6eb05ff4d9de8dff28 2022-09-27T16:30:01.8431497Z deleted: sha256:e7659c4ba074524527a3f9a3578da5c14a2799f78dea89a456301ad1f6c4937f 2022-09-27T16:30:01.8431800Z deleted: sha256:72104fcc669807d479ba73a12274bb6c97b3f7ebdd2374006ed2511c320223ee 2022-09-27T16:30:01.8432123Z deleted: sha256:7d00f5d20fda1d8f29badae1260b980488655a89beb3d202ae5059ecca215f24 2022-09-27T16:30:01.8432465Z deleted: sha256:aba25d922ff4e9af36085a1028bccf2fa460b8ed02be08e803134e5eea532bc1 2022-09-27T16:30:01.8432811Z deleted: sha256:a73efdd6a5566bab4ebf206184309d670a1fc3f83cbf2d58bfc93ad720277596 2022-09-27T16:30:01.8433122Z deleted: sha256:91e805e6aff5969c49f164f6dd865876777059157ffa9b869bb1d0679ca50d8d 2022-09-27T16:30:01.8433450Z deleted: sha256:4c0d9d750a6b5c491713ff8c66bd81db9bfd0fef4ff2ec1aafbc37a96761a91d 2022-09-27T16:30:01.8433805Z deleted: sha256:2e7ee59dcc62bdfc4d4b35dd4a5ac9fc4cc0699983def1a2f0f346d8dbe7f8d7 2022-09-27T16:30:01.8434137Z deleted: sha256:6c3a87e5ba50ae87d0752be396b030631d0c3ea79283e4a107eb003017addab6 2022-09-27T16:30:01.8434632Z deleted: sha256:8b678f1959737c7f8c7d97b88a17425afdee4ea823aee33970cb4682248b0579 2022-09-27T16:30:01.8434964Z deleted: sha256:efe0e49a7bef8e03ff547a93b78422fee9c7db32447686a24d7221e3379f0f1d 2022-09-27T16:30:01.8435275Z deleted: sha256:86f28ca2e74d3d5597350f084a684280a86af8de26b3015e5e05eb79f8e47747 2022-09-27T16:30:01.8435598Z deleted: sha256:173e1d33df383ca2e50c77f4580fdef2f4d978f8c6c994d03105d7cbea993b3c 2022-09-27T16:30:01.8435927Z deleted: sha256:f16239bbcbee98977b72f682efb8a16a0b711c66c7efd2db1b52ef40481b8d75 2022-09-27T16:30:01.8436257Z deleted: sha256:d4105cf30a7941e0e40177c99a028b8123acd9ea1e6b9fbc759f0f1baf88b2b0 2022-09-27T16:30:01.8436578Z deleted: sha256:7fac6b0b3575c685dd3fffe6034634a3fe906f7aa32af60becfd8f6e16645fb9 2022-09-27T16:30:01.8436896Z deleted: sha256:c849747ea1c74674517f061100d5079eb467882529243e39df8dd93468646765 2022-09-27T16:30:01.8437209Z deleted: sha256:671d45daab497b2b1a19b5dd645b272282c58c84fad749c8d89d74f1d3683f24 2022-09-27T16:30:01.8437512Z deleted: sha256:11358bb4deb2890190d70312336fa292adbe16c3df2f372856ea54440369e201 2022-09-27T16:30:01.8437821Z deleted: sha256:08917738ae1eab695997e8ce30db00eb36ecc093423861d2327373e0e2392b6e 2022-09-27T16:30:01.8438129Z deleted: sha256:11c8c8a24d44a324a5003d8bfede89bb6137335e8de87e93988a9364d4452abc 2022-09-27T16:30:01.8438459Z deleted: sha256:e6fafa422b6fcd54f55cb48e6362dac77c7c1a6c61905de4f25d6000ba8baafe 2022-09-27T16:30:01.8438788Z deleted: sha256:2eefbda33c4aacd911705ee0196c60c7d2d57866cfb147208850cb17bbe934d9 2022-09-27T16:30:01.8439113Z deleted: sha256:5effe2669664eb1627825c5f4ed4bb73aa11953c52b12e85d33dd01354cc3e6e 2022-09-27T16:30:01.8439441Z deleted: sha256:fb0ef7be42f4bbeba2891175f3d4698a59ac9e984e7e1cef568aa20fcf4bb0f9 2022-09-27T16:30:01.8439751Z deleted: sha256:1870b379f4d5b26372da9dfac82768965672ded025586641dd3bc034388a544d 2022-09-27T16:30:01.8440156Z deleted: sha256:a8b342afe4debd855dbbc504c6366888abe8c6c3e6e5dbc7ee5ca1cacfe2c044 2022-09-27T16:30:01.8440500Z deleted: sha256:39dd70dcf8075523dbabf319a0f636cf83ea54e314a5a7aecf28d6118d66c9d9 2022-09-27T16:30:01.8440822Z deleted: sha256:006c47455654e644a00b64f73d723e1b0fce8e65f970a01bbda0e7ad1aa900a8 2022-09-27T16:30:01.8441114Z deleted: sha256:c49c8df25821285c3c7de083564733751ca041c707500e35baf5be16138e54ee 2022-09-27T16:30:01.8441419Z deleted: sha256:ba542c58dd1e22be964e0b7200c4148fc5a46508789ffa1413793c21501dd0db 2022-09-27T16:30:01.8441740Z deleted: sha256:623c7e2efbf5e46899eb08f9d89885b456d5cddf9d656ccaf751e8ab75a88332 2022-09-27T16:30:01.8442110Z deleted: sha256:9b9c9fb383d452189812595749422f4c0d7d8d0fd82e54467506ec77d1cae714 2022-09-27T16:30:01.8442484Z deleted: sha256:d1a45aea6f4ef161fa8552ef7bfbaa18f1999d48d1fd988923427e810cba576e 2022-09-27T16:30:01.8442926Z deleted: sha256:185da5e4df22768961c34a391bc86bb9f18bf1d91f587484153e07859644c1c8 2022-09-27T16:30:01.8443281Z deleted: sha256:c4a8de1e672c5affe1c5f4061bd4946baf6bc992efc181d2aaf557b04aba08d2 2022-09-27T16:30:01.8443614Z deleted: sha256:cbfa790579f3a0fb28ea6072072c69495de1aedc78389fec04a35c1563e5330d 2022-09-27T16:30:01.8443927Z deleted: sha256:149a9e2b4f1e4f7308416cbf87970f5288574454368b47a64913a1b851509f2d 2022-09-27T16:30:01.8444218Z deleted: sha256:01262f1e220f0612f245f16dd1235454904a7f93a08f8c850bf16e472c579484 2022-09-27T16:30:01.8444499Z deleted: sha256:3554749b09881e7c4912a9805b45a070607a07b4c07c0a9f8e3200c90cb5222a 2022-09-27T16:30:01.8444790Z deleted: sha256:0c8a1a649dc5c2984ce62517a145d3d668d7f5f71dcb4a098cc17ce4110443c7 2022-09-27T16:30:01.8445110Z deleted: sha256:9296e22d6d55b526e3f4e0eba8ac2eb9cee77c315b3529b9167b6e4acb41e489 2022-09-27T16:30:01.8445439Z deleted: sha256:9abf4b45c8c00862cc04e4b484f2cd7780bb4b46cbeaf94d7181fd95874df279 2022-09-27T16:30:01.8445763Z deleted: sha256:1876d4b9ab1dc36f061ee9ead000d8e4f2f774039b4a97f538efeafec3ba8f6d 2022-09-27T16:30:01.8446107Z deleted: sha256:ffb83a1fe4303a92cb353c9c02feb3f07aab47ad77f63c336d099ab2c64320f0 2022-09-27T16:30:01.8446450Z deleted: sha256:bb605e60ef47fddb60e3c71d22f534739ddba9ddaad6076b61c977165ebcac43 2022-09-27T16:30:01.8446856Z deleted: sha256:3eb1b181cafeeda20d06a2af24ab2659e3a9b64b74d8b06d296ede2908db82ed 2022-09-27T16:30:01.8447177Z deleted: sha256:509eab4c3e8c42acfa474748a5c38a062ac858e01dc3d57887175b359f0685fa 2022-09-27T16:30:01.8447504Z deleted: sha256:912516db6dabe5e5a4c1db24a56ea60d8a4f3d655cec9643c61cc6986ccb74cf 2022-09-27T16:30:01.8447833Z deleted: sha256:fba9849c4cf9920511902fe82c9a7ae56e330e2b05df56c416ad19e66f415fce 2022-09-27T16:30:01.8448130Z deleted: sha256:d8296ac69e454993d70af99eba9587a53226f7368b8444ba8d12919616c1a9ca 2022-09-27T16:30:01.8448445Z deleted: sha256:0796ef6b9f9f44f8647ceb80689942b0e5da86c9be14cd7b495de8a3833e1d71 2022-09-27T16:30:01.8448920Z deleted: sha256:4d7c9b0030311510139f3287accd3dc9af20fb727f5bb575899f1e460d33c288 2022-09-27T16:30:01.8449235Z deleted: sha256:42c7c54a35881a89c5626c582f061dd80c23f4f2ef364bc17547df443235091f 2022-09-27T16:30:01.8449552Z deleted: sha256:be34e4e2791b05bf3b2db324a98b2c0ddbad4c3732b5bdc883cfe83bacbfad81 2022-09-27T16:30:01.8449900Z deleted: sha256:96f78bbfe84c30ca4da7aa542c1212eb7bbf2ffbccec4ae631233d5f0233648d 2022-09-27T16:30:01.8450237Z deleted: sha256:0589615b37ecec29eeb51f07bef02120c7c29550c88d9fb6523536017fe69282 2022-09-27T16:30:01.8450526Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-09-27T16:30:01.8450834Z deleted: sha256:c006890b6d6f6773632dcca59fd9cfe0c79c3182861773ef22add29ac33221b0 2022-09-27T16:30:01.8451156Z deleted: sha256:597ecfb8e5d3008bd1f027481736002e232fa2e6d9de749c353ee58dde70c2a6 2022-09-27T16:30:01.8451473Z deleted: sha256:913ecea0767d8736c5a1053920e0b73dd9e7050b60dda92abf917b82938b176a 2022-09-27T16:30:01.8451782Z deleted: sha256:3fdf9847795afd49eebcb2db37e3a7180356221fe9b3b0e9daa0c427aac6b806 2022-09-27T16:30:01.8452127Z deleted: sha256:d35f3d306d6e7b07da2fe54d332feb9d1d8a5ba66efd4ca2f250c0c8e6f4c0cc 2022-09-27T16:30:01.8452450Z deleted: sha256:2cb1544e940b033350dc880acd5179a92675d9019c16540927de856aefd50855 2022-09-27T16:30:01.8452838Z deleted: sha256:3b8b228caf46dde1a137df8609dcf181309aebbbfdffc5ee1e27ce29833356b0 2022-09-27T16:30:01.8453176Z deleted: sha256:11316cc9341bc7f577c77564414f51fc85b4bcdd2fd1e8c00bec84741695eab3 2022-09-27T16:30:01.8453489Z deleted: sha256:ee4e449773ae0a4cbd15e604328d3b39931702e0c844817e9b75f447855ab9fe 2022-09-27T16:30:01.8453789Z deleted: sha256:6f15e248022612976452020b036793e188769dc77fe8cd2186ca77ee090538b6 2022-09-27T16:30:01.8454068Z deleted: sha256:89f7310af05d4ed3932570278846dd0642ba84db672a1d6f7e93f04dfd99c00c 2022-09-27T16:30:01.8454369Z deleted: sha256:f5845395278f092e619cfcde68cf9d2e70904747fcb8377a66127660b3d05e7e 2022-09-27T16:30:01.8454680Z deleted: sha256:91a6fa6408662cb639052b6df3ae525de11c162ff113b2a917b515ada7083486 2022-09-27T16:30:01.8454978Z deleted: sha256:838c54e7da187f8be33c237de4c8b364e3b165990d2486410f6998f67c20b070 2022-09-27T16:30:01.8455299Z deleted: sha256:bc5ac27c3db0c91a0e815f761b66b871507c37280618da9a7fbf6f50b29eb08f 2022-09-27T16:30:01.8455614Z deleted: sha256:e722d396f503c712107acad2a081b07e33e73d6286c43f58234f69345a216918 2022-09-27T16:30:01.8455783Z 2022-09-27T16:30:01.8455877Z Total reclaimed space: 15.77GB 2022-09-27T16:30:01.8492727Z Post job cleanup. 2022-09-27T16:30:01.8526936Z Post job cleanup. 2022-09-27T16:30:02.2104272Z [command]/usr/bin/git version 2022-09-27T16:30:02.2149558Z git version 2.37.1 2022-09-27T16:30:02.2220362Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a796e674-10f2-4aa9-9ad0-99f01cdec9da' before making global git config changes 2022-09-27T16:30:02.2220794Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:30:02.2226222Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:30:02.2263944Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:30:02.2294505Z [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:30:02.2606603Z Entering 'android/libs/fbjni' 2022-09-27T16:30:02.2647405Z Entering 'third_party/FP16' 2022-09-27T16:30:02.2690926Z Entering 'third_party/FXdiv' 2022-09-27T16:30:02.2727398Z Entering 'third_party/NNPACK' 2022-09-27T16:30:02.2766459Z Entering 'third_party/QNNPACK' 2022-09-27T16:30:02.2806508Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:30:02.2839769Z Entering 'third_party/XNNPACK' 2022-09-27T16:30:02.2882044Z Entering 'third_party/benchmark' 2022-09-27T16:30:02.2915425Z Entering 'third_party/cpuinfo' 2022-09-27T16:30:02.2949669Z Entering 'third_party/cub' 2022-09-27T16:30:02.2983139Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:30:02.3020881Z Entering 'third_party/cutlass' 2022-09-27T16:30:02.3059153Z Entering 'third_party/eigen' 2022-09-27T16:30:02.3093707Z Entering 'third_party/fbgemm' 2022-09-27T16:30:02.3126847Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:30:02.3159302Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:30:02.3192560Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:30:02.3224906Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:30:02.3258506Z Entering 'third_party/flatbuffers' 2022-09-27T16:30:02.3294672Z Entering 'third_party/fmt' 2022-09-27T16:30:02.3326877Z Entering 'third_party/foxi' 2022-09-27T16:30:02.3360026Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:30:02.3392307Z Entering 'third_party/gloo' 2022-09-27T16:30:02.3426740Z Entering 'third_party/googletest' 2022-09-27T16:30:02.3459126Z Entering 'third_party/ideep' 2022-09-27T16:30:02.3491801Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:30:02.3525406Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:30:02.3563472Z Entering 'third_party/ios-cmake' 2022-09-27T16:30:02.3594888Z Entering 'third_party/ittapi' 2022-09-27T16:30:02.3627473Z Entering 'third_party/kineto' 2022-09-27T16:30:02.3661238Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:30:02.3693877Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:30:02.3727801Z Entering 'third_party/nccl/nccl' 2022-09-27T16:30:02.3760083Z Entering 'third_party/neon2sse' 2022-09-27T16:30:02.3792063Z Entering 'third_party/nlohmann' 2022-09-27T16:30:02.3826200Z Entering 'third_party/onnx' 2022-09-27T16:30:02.3870020Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:30:02.3901468Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:30:02.3936993Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:30:02.3969754Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:30:02.4006650Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:30:02.4038783Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:30:02.4070733Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:30:02.4107887Z Entering 'third_party/pocketfft' 2022-09-27T16:30:02.4139811Z Entering 'third_party/protobuf' 2022-09-27T16:30:02.4175250Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:30:02.4206768Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:30:02.4241458Z Entering 'third_party/psimd' 2022-09-27T16:30:02.4273215Z Entering 'third_party/pthreadpool' 2022-09-27T16:30:02.4305459Z Entering 'third_party/pybind11' 2022-09-27T16:30:02.4337991Z Entering 'third_party/python-enum' 2022-09-27T16:30:02.4371258Z Entering 'third_party/python-peachpy' 2022-09-27T16:30:02.4403865Z Entering 'third_party/python-six' 2022-09-27T16:30:02.4436044Z Entering 'third_party/sleef' 2022-09-27T16:30:02.4468863Z Entering 'third_party/tbb' 2022-09-27T16:30:02.4503302Z Entering 'third_party/tensorpipe' 2022-09-27T16:30:02.4536193Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:30:02.4570010Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:30:02.4601851Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:30:02.4635319Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:30:02.4666880Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:30:02.4702304Z Entering 'third_party/zstd' 2022-09-27T16:30:02.4751213Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:30:02.4776574Z http.https://github.com/.extraheader 2022-09-27T16:30:02.4783971Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:30:02.4817635Z [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:30:02.5061663Z Entering 'android/libs/fbjni' 2022-09-27T16:30:02.5080339Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5106358Z Entering 'third_party/FP16' 2022-09-27T16:30:02.5125212Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5151362Z Entering 'third_party/FXdiv' 2022-09-27T16:30:02.5170149Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5195077Z Entering 'third_party/NNPACK' 2022-09-27T16:30:02.5215851Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5241745Z Entering 'third_party/QNNPACK' 2022-09-27T16:30:02.5260870Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5285676Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:30:02.5304893Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5331606Z Entering 'third_party/XNNPACK' 2022-09-27T16:30:02.5350811Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5385121Z Entering 'third_party/benchmark' 2022-09-27T16:30:02.5404272Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5429395Z Entering 'third_party/cpuinfo' 2022-09-27T16:30:02.5448526Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5474205Z Entering 'third_party/cub' 2022-09-27T16:30:02.5493506Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5518870Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:30:02.5537971Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5567844Z Entering 'third_party/cutlass' 2022-09-27T16:30:02.5587132Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5619052Z Entering 'third_party/eigen' 2022-09-27T16:30:02.5638436Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5665126Z Entering 'third_party/fbgemm' 2022-09-27T16:30:02.5684525Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5710668Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:30:02.5728845Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5754478Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:30:02.5773775Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5799445Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:30:02.5817701Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5843129Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:30:02.5862068Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5889714Z Entering 'third_party/flatbuffers' 2022-09-27T16:30:02.5908229Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5935554Z Entering 'third_party/fmt' 2022-09-27T16:30:02.5955169Z http.https://github.com/.extraheader 2022-09-27T16:30:02.5980455Z Entering 'third_party/foxi' 2022-09-27T16:30:02.5999688Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6025844Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:30:02.6045143Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6070641Z Entering 'third_party/gloo' 2022-09-27T16:30:02.6089580Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6114663Z Entering 'third_party/googletest' 2022-09-27T16:30:02.6134177Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6159784Z Entering 'third_party/ideep' 2022-09-27T16:30:02.6180320Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6204342Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:30:02.6223298Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6249386Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:30:02.6268505Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6300631Z Entering 'third_party/ios-cmake' 2022-09-27T16:30:02.6320130Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6344909Z Entering 'third_party/ittapi' 2022-09-27T16:30:02.6363426Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6388895Z Entering 'third_party/kineto' 2022-09-27T16:30:02.6407374Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6432765Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:30:02.6451144Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6476132Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:30:02.6495143Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6522024Z Entering 'third_party/nccl/nccl' 2022-09-27T16:30:02.6541819Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6567039Z Entering 'third_party/neon2sse' 2022-09-27T16:30:02.6585627Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6610734Z Entering 'third_party/nlohmann' 2022-09-27T16:30:02.6629718Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6656802Z Entering 'third_party/onnx' 2022-09-27T16:30:02.6675900Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6712156Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:30:02.6731213Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6756292Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:30:02.6775520Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6802387Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:30:02.6821827Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6846078Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:30:02.6864634Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6895314Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:30:02.6914027Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6940055Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:30:02.6958687Z http.https://github.com/.extraheader 2022-09-27T16:30:02.6984281Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:30:02.7003060Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7033318Z Entering 'third_party/pocketfft' 2022-09-27T16:30:02.7052351Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7077674Z Entering 'third_party/protobuf' 2022-09-27T16:30:02.7096757Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7125396Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:30:02.7144819Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7170909Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:30:02.7190031Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7217080Z Entering 'third_party/psimd' 2022-09-27T16:30:02.7236333Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7260947Z Entering 'third_party/pthreadpool' 2022-09-27T16:30:02.7280692Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7305588Z Entering 'third_party/pybind11' 2022-09-27T16:30:02.7325168Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7351051Z Entering 'third_party/python-enum' 2022-09-27T16:30:02.7370146Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7395236Z Entering 'third_party/python-peachpy' 2022-09-27T16:30:02.7414019Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7438927Z Entering 'third_party/python-six' 2022-09-27T16:30:02.7457639Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7483297Z Entering 'third_party/sleef' 2022-09-27T16:30:02.7502326Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7527755Z Entering 'third_party/tbb' 2022-09-27T16:30:02.7547273Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7574656Z Entering 'third_party/tensorpipe' 2022-09-27T16:30:02.7593631Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7619011Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:30:02.7637221Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7662246Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:30:02.7680895Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7705880Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:30:02.7724616Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7750184Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:30:02.7768995Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7793603Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:30:02.7812586Z http.https://github.com/.extraheader 2022-09-27T16:30:02.7840482Z Entering 'third_party/zstd' 2022-09-27T16:30:02.7859735Z http.https://github.com/.extraheader 2022-09-27T16:30:02.8084809Z Cleaning up orphan processes